Re: best way to write triples (was RE: Agenda for RDFCore WG Telecon 2002-04-19)

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.org

Received on Friday, 19 April 2002 09:57:21 UTC