<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:dcterms="http://purl.org/dc/terms/"
    xmlns:foaf="http://xmlns.com/foaf/0.1/">

  <foaf:Person rdf:about="http://www.ludger.net"
     foaf:givenname="Ludger"
     foaf:title="Dipl.-Inform."
     foaf:family_name="van Elst">
    <foaf:name>Ludger van Elst</foaf:name>
    <foaf:homepage rdf:resource="http://www.dfki.uni-kl.de/~elst/"/>
    <foaf:phone>+49 631 205 3474</foaf:phone>
    <foaf:mbox rdf:resource="mailto:elst@dfki.uni-kl.de"/>
    <foaf:currentProject rdf:resource="http://www3.dfki.uni-kl.de/epos"/>
    <foaf:interest rdf:resource="http://en.wikipedia.org/wiki/Knowledge_management"/>
    <foaf:depiction rdf:resource="http://www.dfki.uni-kl.de/~elst/bilder/elst_portrait.JPG"/>
    <foaf:pastProject rdf:resource="http://www.dfki.de/frodo/"/>
    <foaf:schoolHomepage rdf:resource="http://www.uni-kl.de/"/>
    <foaf:workplaceHomepage rdf:resource="http://www.dfki.uni-kl.de/~elst/"/>

    <foaf:knows>
     <foaf:Person>
      <foaf:name>Michael Sintek</foaf:name>
      <foaf:mbox rdf:resource="mailto:sintek@dfki.uni-kl.de"/>
      <foaf:homepage rdf:resource="http://www.dfki.uni-kl.de/~sintek/"/>
    <foaf:depiction rdf:resource="http://www.dfki.uni-kl.de/~elst/bilder/sintek.jpg"/>
      <rdfs:seeAlso rdf:resource="http://www.dfki.uni-kl.de/~sintek/foaf.xml"/>
     </foaf:Person>
    </foaf:knows>

    <foaf:knows>
     <foaf:Person>
      <foaf:name>Sven Schwarz</foaf:name>
      <foaf:mbox rdf:resource="mailto:schwarz@dfki.uni-kl.de"/>
      <foaf:homepage rdf:resource="http://www.dfki.uni-kl.de/~schwarz/"/>
    <foaf:depiction rdf:resource="http://www.dfki.uni-kl.de/~elst/bilder/sven_chicago_small.jpg"/>
      <rdfs:seeAlso rdf:resource="http://www.dfki.uni-kl.de/~schwarz/foaf.xml"/>
     </foaf:Person>
    </foaf:knows>

    <foaf:knows>
     <foaf:Person>
      <foaf:name>Heiko Maus</foaf:name>
    <foaf:depiction rdf:resource="http://www.dfki.uni-kl.de/~elst/bilder/Maus-Heiko.jpg"/>
      <foaf:homepage rdf:resource="http://www.dfki.uni-kl.de/~maus/"/>
     </foaf:Person>
    </foaf:knows>

    <foaf:knows>
     <foaf:Person>
      <foaf:name>Harald Holz</foaf:name>
    <foaf:depiction rdf:resource="http://www.dfki.uni-kl.de/~elst/bilder/Holz_Harald_021128"/>
      <foaf:homepage rdf:resource="http://www.dfki.uni-kl.de/~holz/"/>
     </foaf:Person>
    </foaf:knows>

    <foaf:knows>
     <foaf:Person>
      <foaf:name>Andreas Abecker</foaf:name>
    <foaf:depiction rdf:resource="http://www.dfki.uni-kl.de/~elst/bilder/andreas_talking.jpg"/>
      <foaf:homepage rdf:resource="http://www.andreas-abecker.de"/>
     </foaf:Person>
    </foaf:knows>

    <foaf:knows>
     <foaf:Person>
      <foaf:name>Stephan Baumann</foaf:name>
      <foaf:depiction rdf:resource="http://www.dfki.uni-kl.de/~elst/bilder/baumann_denker.gif"/>
      <foaf:homepage rdf:resource="http://www.dfki.uni-kl.de/~baumann/"/>
     </foaf:Person>
    </foaf:knows>
  </foaf:Person>

  <foaf:PersonalProfileDocument>
    <foaf:primaryTopic rdf:resource="http://www.ludger.net"/>
    <foaf:maker rdf:resource="http://www.ludger.net"/>
  </foaf:PersonalProfileDocument>

</rdf:RDF>

