Update of /cvsroot/graphl/graphl/config/vocabs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16461/config/vocabs
Modified Files:
foaf-owl.rdf
Log Message:
- FEATURE: added navigator thread for update-exhibition, disabled in normal operation
- FEATURE: started implementation of filtering architecture
- FEATURE: creating new node opens type context menu
- CODE: added NS calss for easier namespace referencing in code
Index: foaf-owl.rdf
===================================================================
RCS file: /cvsroot/graphl/graphl/config/vocabs/foaf-owl.rdf,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** foaf-owl.rdf 11 Jan 2005 13:19:09 -0000 1.1
--- foaf-owl.rdf 17 Aug 2005 15:52:54 -0000 1.2
***************
*** 11,16 ****
<owl:Ontology rdf:about="http://xmlns.com/foaf/0.1/" dc:title="Friend of a Friend (FOAF) vocabulary" dc:description="The Friend of a Friend (FOAF) RDF vocabulary, described using W3C RDF Schema and the Web Ontology Language." dc:date="$Date$">
<rdfs:seeAlso rdf:resource="http://www.w3.org/2001/08/rdfweb/foaf"/>
! <owl:imports rdf:resource="http://www.w3.org/2000/01/rdf-schema"/>
! <owl:imports rdf:resource="http://www.w3.org/2002/07/owl"/>
<wot:assurance rdf:resource="../foafsig"/>
<wot:src_assurance rdf:resource="../htmlfoafsig"/>
--- 11,16 ----
<owl:Ontology rdf:about="http://xmlns.com/foaf/0.1/" dc:title="Friend of a Friend (FOAF) vocabulary" dc:description="The Friend of a Friend (FOAF) RDF vocabulary, described using W3C RDF Schema and the Web Ontology Language." dc:date="$Date$">
<rdfs:seeAlso rdf:resource="http://www.w3.org/2001/08/rdfweb/foaf"/>
! <!--<owl:imports rdf:resource="http://www.w3.org/2000/01/rdf-schema"/>
! <owl:imports rdf:resource="http://www.w3.org/2002/07/owl"/>-->
<wot:assurance rdf:resource="../foafsig"/>
<wot:src_assurance rdf:resource="../htmlfoafsig"/>
|