[graphl-cvs] graphl/graphs test.rdf tube_model2.rdf geo.rdf
Status: Pre-Alpha
Brought to you by:
flo1
From: Flo L. <fl...@us...> - 2006-06-08 13:15:05
|
Update of /cvsroot/graphl/graphl/graphs In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv17343/graphs Modified Files: test.rdf Removed Files: tube_model2.rdf geo.rdf Log Message: a lot of changes done a long time ago... changelog has to be updated another time :( --- tube_model2.rdf DELETED --- --- geo.rdf DELETED --- Index: test.rdf =================================================================== RCS file: /cvsroot/graphl/graphl/graphs/test.rdf,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** test.rdf 18 Dec 2005 11:11:41 -0000 1.8 --- test.rdf 8 Jun 2006 13:15:01 -0000 1.9 *************** *** 3,14 **** <!ENTITY graphl 'http://www.mediavirus.org/graphl#'> <!ENTITY foaf 'http://xmlns.com/foaf/0.1/'> ! <!ENTITY foo 'http://www.mediavirus.org/foo#'> <!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'> - <!ENTITY map 'http://fabl.net/vocabularies/geography/map/1.1/'> - <!ENTITY owl 'http://www.w3.org/2002/07/owl#'> <!ENTITY rdfs 'http://www.w3.org/2000/01/rdf-schema#'> <!ENTITY vs 'http://www.w3.org/2003/06/sw-vocab-status/ns#'> - <!ENTITY wot 'http://xmlns.com/wot/0.1/'> - <!ENTITY geo 'http://www.w3.org/2003/01/geo/wgs84_pos#'> <!ENTITY dc 'http://purl.org/dc/elements/1.1/'> ]> --- 3,10 ---- <!ENTITY graphl 'http://www.mediavirus.org/graphl#'> <!ENTITY foaf 'http://xmlns.com/foaf/0.1/'> ! <!ENTITY ff 'http://www.funkfeuer.at/vocab#'> <!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'> <!ENTITY rdfs 'http://www.w3.org/2000/01/rdf-schema#'> <!ENTITY vs 'http://www.w3.org/2003/06/sw-vocab-status/ns#'> <!ENTITY dc 'http://purl.org/dc/elements/1.1/'> ]> *************** *** 17,53 **** xmlns:graphl="&graphl;" xmlns:foaf="&foaf;" ! xmlns:foo="&foo;" xmlns:rdf="&rdf;" - xmlns:map="↦" - xmlns:owl="&owl;" xmlns:rdfs="&rdfs;" xmlns:vs="&vs;" - xmlns:wot="&wot;" - xmlns:geo="&geo;" xmlns:dc="&dc;"> ! <rdf:Description rdf:about="&foaf;Person" ! rdfs:comment="A person." ! vs:term_status="testing" ! rdfs:label="Person"/> ! <foaf:Person rdf:ID="genid1" ! foaf:name="Maxi"> ! <foaf:knows rdf:resource="#genid2"/> ! <foaf:knows rdf:resource="#genid4"/> ! <foaf:knows rdf:resource="#genid5"/> ! <graphl:connectedTo rdf:resource="#genid6"/> ! <foaf:knows rdf:resource="#genid7"/> ! </foaf:Person> ! <foaf:Person rdf:ID="genid2" ! foaf:name="Susi"> ! <foaf:knows rdf:resource="#genid3"/> ! </foaf:Person> ! <foaf:Person rdf:ID="genid7" ! foaf:name="bar"/> ! <foaf:Person rdf:ID="genid112" ! foaf:name="baz"> ! <foaf:knows rdf:resource="#genid7" rdf:ID="test"/> ! </foaf:Person> ! <rdf:Description rdf:about="#test" foo:since="1"/> </rdf:RDF> --- 13,28 ---- xmlns:graphl="&graphl;" xmlns:foaf="&foaf;" ! xmlns:ff="&ff;" xmlns:rdf="&rdf;" xmlns:rdfs="&rdfs;" xmlns:vs="&vs;" xmlns:dc="&dc;"> ! <rdf:Description rdf:ID="genid40" ! rdf:id="#genid40"> ! <foaf:phone rdf:resource="#genid82"/> ! </rdf:Description> ! <rdf:Description rdf:ID="genid82" ! rdf:id="#genid82"/> </rdf:RDF> |