[graphl-cvs] graphl/config/vocabs foaf-owl.rdf rdf+rdfs.rdf
Status: Pre-Alpha
Brought to you by:
flo1
From: Flo L. <fl...@us...> - 2005-12-18 13:26:31
|
Update of /cvsroot/graphl/graphl/config/vocabs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22944/config/vocabs Modified Files: foaf-owl.rdf rdf+rdfs.rdf Log Message: commented out external includes Index: rdf+rdfs.rdf =================================================================== RCS file: /cvsroot/graphl/graphl/config/vocabs/rdf+rdfs.rdf,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** rdf+rdfs.rdf 11 Jan 2005 13:19:11 -0000 1.1 --- rdf+rdfs.rdf 18 Dec 2005 13:26:22 -0000 1.2 *************** *** 233,239 **** --- 233,241 ---- </rdfs:Datatype> + <!-- <rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#"> <rdfs:seeAlso rdf:resource="http://www.w3.org/2000/01/rdf-schema-more"/> </rdf:Description> + --> </rdf:RDF> \ No newline at end of file Index: foaf-owl.rdf =================================================================== RCS file: /cvsroot/graphl/graphl/config/vocabs/foaf-owl.rdf,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** foaf-owl.rdf 17 Aug 2005 15:52:54 -0000 1.2 --- foaf-owl.rdf 18 Dec 2005 13:26:22 -0000 1.3 *************** *** 10,14 **** <!-- Here we describe general characteristics of the FOAF vocabulary ('ontology'). --> <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"/>--> --- 10,14 ---- <!-- Here we describe general characteristics of the FOAF vocabulary ('ontology'). --> <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"/>--> |