On Fri, 2002-04-19 at 06:36, Jeremy Carroll wrote: [...] > For example, the n-triple: > > <http://example.org/#foo> <http://www.w3.org/-the-rdf-url#type> > <http:the-rdfs-url#Property> . > > is informally written as: > > <eg:foo> <rdf:type> <rdfs:Property> . no, that's ambiguous as to whether eg:foo is a qname or a URIref. If you want to use qnames, drop the <>s: eg:foo rdf:type rdfs:Property. cf http://www.w3.org/2000/10/swap/Primer.html#Sharing -- Dan Connolly, W3C http://www.w3.org/People/Connolly/ office: tel:+1-913-491-0501 mobile: mailto:connolly+pager@w3.orgReceived on Friday, 19 April 2002 09:57:21 EDT
This archive was generated by hypermail pre-2.1.9 : Wednesday, 3 September 2003 09:47:33 EDT