- From: James Tauber <JTauber@bowstreet.com>
- Date: Thu, 17 Aug 2000 23:42:30 -0400
- To: "'www-rdf-interest@w3.org'" <www-rdf-interest@w3.org>
Am I correct in thinking that properties (by which I mean the second part of
an RDF triple) *must* be of the form foo#bar and hence serialized:
	[ inside Description or typed node ]
    <f:bar xmlns:f="foo#">...</f:bar>
	or
	[ as attributes on Description or typed node ]
	... f:bar="..." xmlns:f="foo#"
If not, I can't see how they can be serialized. How would
('foo','bar','baz') or ('foo','http://www.bar.com/','baz') be serialized?
Is this true? 
James Tauber
Received on Thursday, 17 August 2000 23:44:22 UTC