RE: (a scope proposal) Re: a context example for RDF

> As with Ontologies, I think the appropriate notation is that of
> Qnames, viz.
> 
>     Aristotle:Jane Doe
>     Politics:Jane Doe

So you're saying that, in the context of RDF,
Jane is both an Aristotle:man and a Politics:woman ?

Would this mean the following?

<rdf:Description
	rdf:about="#JaneDoe"
	rdf:type="http://aristotle.uri#man"
	rdf:type="http://politics.uri#woman" />

--
James F. Cerra 

Received on Friday, 9 May 2003 04:35:30 UTC