- From: Dan Connolly <connolly@w3.org>
- Date: 19 Apr 2002 08:56:18 -0500
- To: Jeremy Carroll <jjc@hplb.hpl.hp.com>
- Cc: Frank Manola <fmanola@mitre.org>, RDF Core <w3c-rdfcore-wg@w3.org>
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