- From: Jimmy Cerra <jimbobbs@hotmail.com>
- Date: Thu, 8 May 2003 22:48:42 -0400
- To: <www-rdf-interest@w3.org>, <wperry@fiduciary.com>, <costello@mitre.org>
> I wonder if it might be as simple as reaching agreement on how
> to distinguish between the two. Can we come up with a convention
> that allows owners/authors to assert "This adheres to the Gold
> standard"; not sure what "This" refers to... an entire ontology,
> a part of one, a URI, a piece of an RDF assertion?
Will the following work out?
<r:RDF
xmlns:r="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rs="http://www.w3.org/2000/01/rdf-schema#">
<r:Description r:about="">
<rs:isDefinedBy r:resource="http://www.goldstandard.com#" />
<rs:isDefinedBy r:resource="http://www.jimmycerra.com#" />
</r:Description>
<!-- rest of document -->
</r:RDF>
--
James F. Cerra
Received on Thursday, 8 May 2003 22:48:49 UTC