RE: Weakness in the Semantic Web?

I think it really is that simple. It's just a matter of reaching some degree
of consensus in the community (which community?) that allows applications to
"understand" what is meant by this assertion. It's a matter of trading ease
of processing for rich expressiveness.  Hmmm...RDF Lite? Just kidding.

James Lynn

-----Original Message-----
From: Jimmy Cerra [mailto:jimbobbs@hotmail.com]
Sent: Thursday, May 08, 2003 10:49 PM
To: www-rdf-interest@w3.org; wperry@fiduciary.com; costello@mitre.org
Subject: RE: Weakness in the Semantic Web?



> 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 Friday, 9 May 2003 09:11:55 UTC