[Developers] n3 prefix lines don't parse

Jamie Taylor jamie at metaweb.com
Thu Feb 12 06:57:28 UTC 2009


Drew -

Yes, this is a bug.  It has been fixed in next release of the RDF  
interface (which should be out in a few weeks.)  Sorry.

J

On Jan 29, 2009, at 9:24 PM, Drew Perttula wrote:

> When I fetch RDF with "Accept: application/rdf+xml", things look fine.
> But when I retrieve the n3 version (e.g. with "curl
> http://rdf.freebase.com/rdf/user.drewpca") I get what appear to be
> malformed prefix lines:
>
> @prefix fb: http://rdf.freebase.com/ns/.
> @prefix rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#.
> @prefix rdfs: http://www.w3.org/2000/01/rdf-schema#.
> @prefix xml: http://www.w3.org/XML/1998/namespace.
>
>
> Shouldn't those look like this?
>
> @prefix fb: <http://rdf.freebase.com/ns/>.
> @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
> @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
> @prefix xml: <http://www.w3.org/XML/1998/namespace>.
>
>
> http://www.w3.org/2000/10/swap/grammar/n3-report.html#declaration has
> the grammar.
>
>
> cheers-
> drew
>
> _______________________________________________
> Developers mailing list
> Developers at freebase.com
> http://lists.freebase.com/mailman/listinfo/developers



More information about the Developers mailing list