[graphl-cvs] graphl/graphs foaf.rdf
Status: Pre-Alpha
Brought to you by:
flo1
From: Flo L. <fl...@us...> - 2004-11-30 09:39:38
|
Update of /cvsroot/graphl/graphl/graphs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27246/graphs Modified Files: foaf.rdf Log Message: Index: foaf.rdf =================================================================== RCS file: /cvsroot/graphl/graphl/graphs/foaf.rdf,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** foaf.rdf 23 Aug 2004 16:53:22 -0000 1.4 --- foaf.rdf 30 Nov 2004 09:39:28 -0000 1.5 *************** *** 4,8 **** xmlns:foaf="http://xmlns.com/foaf/0.1/"> ! <foaf:Person> <foaf:name>Flo Ledermann</foaf:name> --- 4,10 ---- xmlns:foaf="http://xmlns.com/foaf/0.1/"> ! <foaf:Person ! foaf:gender="male" ! > <foaf:name>Flo Ledermann</foaf:name> *************** *** 16,22 **** <foaf:depiction rdf:resource="http://www.ims.tuwien.ac.at/~flo/images/flo.jpg"/> ! ! <foaf:gender rdf:resource="http://xmlns.com/foaf/0.1/Male"/> ! <foaf:homepage rdf:resource="http://www.mediavirus.org/f/0"/> <foaf:workplaceHomepage rdf:resource="http://www.ims.tuwien.ac.at/"/> --- 18,22 ---- <foaf:depiction rdf:resource="http://www.ims.tuwien.ac.at/~flo/images/flo.jpg"/> ! <foaf:homepage rdf:resource="http://www.mediavirus.org/f/0"/> <foaf:workplaceHomepage rdf:resource="http://www.ims.tuwien.ac.at/"/> *************** *** 38,72 **** <foaf:pastProject rdf:resource="http://www.subnet.at"/> - <!-- - <worksAt> - <University> - <foaf:homepage rdf:resource="http:www.tuwien.ac.at"/> - <locatedAt> - <geo:Point> - <geo:lat></geo:lat> - <geo:long></geo:long> - </geo:Point> - </locatedAt> - </University> - </worksAt> - - <owns> - <car:Car id="BllshtKdo"> - <car:license>A-W-67939J</car:license> - <car:name>Bllsht Kdo</car:name> - <car:maxPassengers>8</car:maxPassengers> - <car:type rdf:resource="http://../Car/types/Van"/> - </car:Car> - </owns> - - <recommends> - <MP3Collection> - < - </MP3Collection> - </recommends> - - --> - - <foaf:knows> <foaf:Person> --- 38,41 ---- *************** *** 110,119 **** <foaf:knows> <foaf:Person> - <foaf:name>Liz Turner</foaf:name> - <foaf:nick>ephidrina</foaf:nick> - </foaf:Person> - </foaf:knows> - <foaf:knows> - <foaf:Person> <foaf:name>David Baum</foaf:name> </foaf:Person> --- 79,82 ---- |