[graphl-cvs] graphl/graphs foaf-flo.rdf
Status: Pre-Alpha
Brought to you by:
flo1
|
From: Flo L. <fl...@us...> - 2005-09-07 12:08:30
|
Update of /cvsroot/graphl/graphl/graphs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20954/graphs Modified Files: foaf-flo.rdf Log Message: extended my foaf file with graphl!! yeah! Index: foaf-flo.rdf =================================================================== RCS file: /cvsroot/graphl/graphl/graphs/foaf-flo.rdf,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** foaf-flo.rdf 24 Aug 2005 16:08:56 -0000 1.1 --- foaf-flo.rdf 7 Sep 2005 12:08:19 -0000 1.2 *************** *** 3,11 **** --- 3,15 ---- <!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/'> ]> *************** *** 13,22 **** xmlns:graphl="&graphl;" xmlns:foaf="&foaf;" xmlns:rdf="&rdf;" xmlns:map="↦" xmlns:owl="&owl;" xmlns:rdfs="&rdfs;" ! xmlns:geo="&geo;"> <foaf:Person rdf:ID="genid1" foaf:firstName="Florian" --- 17,54 ---- 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"/> + <rdf:Description rdf:about="&foaf;Document" + rdfs:comment="A document." + vs:term_status="testing" + rdfs:label="Document"/> + <rdf:Description rdf:about="&foaf;Organization" + rdfs:comment="An organization." + vs:term_status="unstable" + rdfs:label="Organization"/> + <rdf:Description rdf:about="&foaf;Project" + vs:term_status="unstable" + rdfs:comment="A project (a collective endeavour of some kind)." + rdfs:label="Project"/> + <rdf:Description rdf:about="&foaf;Group" + vs:term_status="unstable" + rdfs:comment="A class of Agents." + rdfs:label="Group"/> + <rdf:Description rdf:about="&foaf;Image" + vs:term_status="testing" + rdfs:comment="An image." + rdfs:label="Image"/> <foaf:Person rdf:ID="genid1" foaf:firstName="Florian" *************** *** 40,44 **** <foaf:pastProject rdf:resource="#genid7"/> <foaf:pastProject rdf:resource="#genid8"/> - <foaf:pastProject rdf:resource="#genid9"/> <foaf:pastProject rdf:resource="#genid10"/> <foaf:knows rdf:resource="#genid11"/> --- 72,75 ---- *************** *** 53,56 **** --- 84,93 ---- <foaf:knows rdf:resource="#genid1"/> <foaf:knows rdf:resource="#genid1"/> + <foaf:made rdf:resource="http://www.mudfuzz.com/"/> + <foaf:currentProject rdf:resource="#genid114"/> + <foaf:knows rdf:resource="#genid115"/> + <foaf:member rdf:resource="#genid121"/> + <foaf:knows rdf:resource="#genid125"/> + <foaf:knows rdf:resource="#genid129"/> </foaf:Person> <foaf:Image rdf:about="http://www.ims.tuwien.ac.at/~flo/images/flo.jpg"/> *************** *** 58,96 **** <foaf:Document rdf:about="http://www.ims.tuwien.ac.at/"/> <foaf:Document rdf:about="http://www.ims.tuwien.ac.at/~flo"/> ! <foaf:Project rdf:ID="genid2" foaf:name="Mozilla"> <foaf:homepage rdf:resource="http://www.mozilla.org/"/> </foaf:Project> ! <foaf:Project rdf:ID="genid3" foaf:name="FOAF"> <foaf:homepage rdf:resource="http://rdfweb.org/"/> ! </foaf:Project> ! <foaf:Project rdf:ID="genid4" foaf:name="Studierstube"> <foaf:homepage rdf:resource="http://www.studierstube.org/"/> ! </foaf:Project> ! <foaf:Project rdf:ID="genid5" foaf:name="Wind Machines"> <foaf:homepage rdf:resource="http://www.greeleynet.com/~cmorrison/WindMachine.html"/> ! </foaf:Project> ! <foaf:Project rdf:ID="genid6" foaf:name="APRIL"> <foaf:homepage rdf:resource="http://www.studierstube.org/APRIL/"/> ! </foaf:Project> ! <foaf:Project rdf:ID="genid7" foaf:name="The Virtual Showcase"> <foaf:homepage rdf:resource="http://www.studierstube.org/virtualshowcase/"/> ! </foaf:Project> ! <foaf:Project rdf:ID="genid8" foaf:name="mprox"> <foaf:homepage rdf:resource="http://mprox.subnet.at/"/> ! </foaf:Project> ! <foaf:Project rdf:ID="genid9" foaf:name="Mudfuzz"> ! <foaf:homepage rdf:resource="http://www.mudfuzz.com/"/> ! </foaf:Project> ! <foaf:Project rdf:ID="genid10" foaf:name="subnet"> <foaf:homepage rdf:resource="http://www.subnet.at/"/> </foaf:Project> <foaf:Person rdf:ID="genid11" ! foaf:name="Axel Goldmann"/> <foaf:Person rdf:ID="genid12" ! foaf:name="Ruediger Suppin"/> <foaf:Person rdf:ID="genid13" foaf:name="Bruno Randolf"> <foaf:pastProject rdf:resource="#genid10"/> <foaf:pastProject rdf:resource="#genid8"/> </foaf:Person> <foaf:Person rdf:ID="genid15" --- 95,145 ---- <foaf:Document rdf:about="http://www.ims.tuwien.ac.at/"/> <foaf:Document rdf:about="http://www.ims.tuwien.ac.at/~flo"/> ! <foaf:Project rdf:ID="genid2" ! foaf:name="Mozilla"> <foaf:homepage rdf:resource="http://www.mozilla.org/"/> </foaf:Project> ! <foaf:Project rdf:ID="genid3" ! foaf:name="FOAF"> <foaf:homepage rdf:resource="http://rdfweb.org/"/> ! </foaf:Project> ! <foaf:Project rdf:ID="genid4" ! foaf:name="Studierstube"> <foaf:homepage rdf:resource="http://www.studierstube.org/"/> ! </foaf:Project> ! <foaf:Project rdf:ID="genid5" ! foaf:name="Wind Machines"> <foaf:homepage rdf:resource="http://www.greeleynet.com/~cmorrison/WindMachine.html"/> ! </foaf:Project> ! <foaf:Project rdf:ID="genid6" ! foaf:name="APRIL"> <foaf:homepage rdf:resource="http://www.studierstube.org/APRIL/"/> ! <graphl:connectedTo rdf:resource="#genid4"/> ! </foaf:Project> ! <foaf:Project rdf:ID="genid7" ! foaf:name="The Virtual Showcase"> <foaf:homepage rdf:resource="http://www.studierstube.org/virtualshowcase/"/> ! <graphl:connectedTo rdf:resource="#genid4"/> ! </foaf:Project> ! <foaf:Project rdf:ID="genid8" ! foaf:name="mprox"> <foaf:homepage rdf:resource="http://mprox.subnet.at/"/> ! </foaf:Project> ! <foaf:Project rdf:ID="genid10" ! foaf:name="subnet"> <foaf:homepage rdf:resource="http://www.subnet.at/"/> </foaf:Project> <foaf:Person rdf:ID="genid11" ! foaf:name="Axel Goldmann"> ! <foaf:knows rdf:resource="#genid116"/> ! </foaf:Person> <foaf:Person rdf:ID="genid12" ! foaf:name="Ruediger Suppin"> ! <foaf:member rdf:resource="#genid119"/> ! </foaf:Person> <foaf:Person rdf:ID="genid13" foaf:name="Bruno Randolf"> <foaf:pastProject rdf:resource="#genid10"/> <foaf:pastProject rdf:resource="#genid8"/> + <foaf:currentProject rdf:resource="#genid113"/> </foaf:Person> <foaf:Person rdf:ID="genid15" *************** *** 100,120 **** <foaf:knows rdf:resource="#genid11"/> <foaf:pastProject rdf:resource="#genid9"/> </foaf:Person> <foaf:Person rdf:ID="genid17" foaf:name="David Baum"> <foaf:knows rdf:resource="#genid12"/> </foaf:Person> <foaf:Person rdf:ID="genid18" foaf:name="Tamer Fahmy"> <foaf:knows rdf:resource="#genid20"/> ! <foaf:currentProject rdf:resource="#genid4"/> </foaf:Person> <foaf:Person rdf:ID="genid19" foaf:name="Michael Kalkusch"> <foaf:knows rdf:resource="#genid18"/> </foaf:Person> <foaf:Person rdf:ID="genid20" foaf:name="Gerhard Reitmayr"> <foaf:workplaceHomepage rdf:resource="http://www.ims.tuwien.ac.at/"/> <foaf:currentProject rdf:resource="#genid4"/> </foaf:Person> --- 149,191 ---- <foaf:knows rdf:resource="#genid11"/> <foaf:pastProject rdf:resource="#genid9"/> + <foaf:currentProject rdf:resource="#genid112"/> </foaf:Person> <foaf:Person rdf:ID="genid17" foaf:name="David Baum"> <foaf:knows rdf:resource="#genid12"/> + <foaf:member rdf:resource="#genid122"/> </foaf:Person> <foaf:Person rdf:ID="genid18" foaf:name="Tamer Fahmy"> <foaf:knows rdf:resource="#genid20"/> ! <foaf:pastProject rdf:resource="#genid4"/> ! <foaf:member rdf:resource="#genid126"/> ! <foaf:knows rdf:resource="#genid128"/> </foaf:Person> <foaf:Person rdf:ID="genid19" foaf:name="Michael Kalkusch"> <foaf:knows rdf:resource="#genid18"/> + <foaf:member rdf:resource="#genid124"/> </foaf:Person> <foaf:Person rdf:ID="genid20" foaf:name="Gerhard Reitmayr"> <foaf:workplaceHomepage rdf:resource="http://www.ims.tuwien.ac.at/"/> + <foaf:pastProject rdf:resource="#genid4"/> + </foaf:Person> + <foaf:Document rdf:about="http://www.mudfuzz.com/"/> + <foaf:Project rdf:ID="genid114" + foaf:name="graphl"/> + <foaf:Person rdf:ID="genid115" + foaf:name="Padme Pistazie"> + <foaf:knows rdf:resource="#genid116"/> + </foaf:Person> + <foaf:Group rdf:ID="genid121" + foaf:name="Interactive Media Systems Group"> + <foaf:member rdf:resource="#genid120"/> + <foaf:homepage rdf:resource="http://www.ims.tuwien.ac.at/~flo"/> + </foaf:Group> + <foaf:Person rdf:ID="genid125" + foaf:name="Dieter Schmalstieg"> + <foaf:currentProject rdf:resource="#genid124"/> <foaf:currentProject rdf:resource="#genid4"/> </foaf:Person> *************** *** 126,131 **** <foaf:Document rdf:about="http://www.studierstube.org/virtualshowcase/"/> <foaf:Document rdf:about="http://mprox.subnet.at/"/> - <foaf:Document rdf:about="http://www.mudfuzz.com/"/> <foaf:Document rdf:about="http://www.subnet.at/"/> </rdf:RDF> --- 197,241 ---- <foaf:Document rdf:about="http://www.studierstube.org/virtualshowcase/"/> <foaf:Document rdf:about="http://mprox.subnet.at/"/> <foaf:Document rdf:about="http://www.subnet.at/"/> + <foaf:Person rdf:ID="genid116" + foaf:name="Suso"/> + <foaf:Group rdf:ID="genid119" + foaf:name="Klasse Prix"> + <foaf:member rdf:resource="#genid118"/> + </foaf:Group> + <foaf:Project rdf:ID="genid113" + foaf:name="Meshcube"/> + <foaf:Project rdf:ID="genid9" + foaf:name="Mudfuzz"> + <foaf:homepage rdf:resource="http://www.mudfuzz.com/"/> + </foaf:Project> + <foaf:Project rdf:ID="genid112" + foaf:name="Monomania"/> + <foaf:Group rdf:ID="genid122" + foaf:name="Klasse Lynn"> + <foaf:member rdf:resource="#genid118"/> + </foaf:Group> + <foaf:Organization rdf:ID="genid126" + foaf:name="Systems in Motion"/> + <foaf:Person rdf:ID="genid128" + foaf:name="Kyrah"> + <foaf:member rdf:resource="#genid126"/> + </foaf:Person> + <foaf:Organization rdf:ID="genid124" + foaf:name="Institut fuer maschinelles Sehen und Darstellen"> + <foaf:member rdf:resource="#genid127"/> + </foaf:Organization> + <foaf:Organization rdf:ID="genid120" + foaf:name="Institute for Software Technology"> + <foaf:member rdf:resource="#genid117"/> + </foaf:Organization> + <foaf:Organization rdf:ID="genid118" + foaf:name="Die Angewandte"/> + <foaf:Organization rdf:ID="genid127" + foaf:name="TU Graz"/> + <foaf:Organization rdf:ID="genid117" + foaf:name="TU Wien"/> + <foaf:Person rdf:ID="genid129" + foaf:name="David Danzmayr"/> </rdf:RDF> |