@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix bio: <http://purl.org/vocab/bio/0.1/> .
@prefix rel: <http://purl.org/vocab/relationship/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix rss: <http://purl.org/rss/1.0/> .

<http://www.jhercher.de/foaf.tt> rdf:type foaf:PersonalProfileDocument ;
                                 dc:title "FOAF profile of Johannes Hercher" ;
                                 dc:description "FOAF profile of Johannes Hercher" ;
                                 foaf:maker <http://johannes.jhercher.de/> ;
                                 foaf:primaryTopic <http://johannes.jhercher.de/> .

<http://johannes.jhercher.de/> rdf:type foaf:Person ;
                               foaf:nick "datentaste" ;
                               foaf:name "Johannes Hercher" ;
                               foaf:givenname "Johannes" ;
                               foaf:family_name "Hercher" ;
                               foaf:gender "male" ;
                               foaf:depiction <http://www.hpi.uni-potsdam.de/typo3temp/pics/c521259550.png> ;
                               foaf:birthday "02-17" ;
                               bio:event _:arc8ba8b7 ;
                               foaf:homepage <http://jhercher.de/> ;
                               foaf:based_near <http://dbpedia.org/resource/Berlin> ;
                               foaf:workplaceHomepage <http://www.hpi.uni-potsdam.de/> ;
                               foaf:workInfoHomepage <http://www.hpi.uni-potsdam.de/meinel/team/mitarbeiter_meinel/Johannes_Hercher.html> ;
                               foaf:interest <http://dbpedia.org/resource/Semantic_Web> ,
                                             <http://dbpedia.org/resource/Ontology_(information_science)> ,
                                             <http://dbpedia.org/resource/Knowledge_management> ,
                                             <http://dbpedia.org/resource/Semantic_search> ,
                                             <http://dbpedia.org/resource/Information_retrieval> ;
                               foaf:currentProject _:project.mediaglobe ,
                                                   _:project.vocablink ,
                                                   _:project.semex ;
                               foaf:knows <http://www.hpi.uni-potsdam.de/fileadmin/hpi/FG_ITS/lecturenotes/Semantic_Web/foaf.rdf#me> ,
                                          <http://quasthoffs.de/matthias> ,
                                          <http://magnus.13mm.de/> ;
                               rel:acquaintanceOf <http://sebastian.tramp.name> ,
                                                  <http://haschek.eye48.com/> ,
                                                  <http://www.informatik.uni-leipzig.de/~auer/foaf.rdf#me> ,
                                                  <http://bblfish.net/people/henry/card#me> ,
                                                  <http://www.georgikobilarov.com/foaf.rdf#me> ;
                               rel:apprenticeTo <http://www.hpi.uni-potsdam.de/fileadmin/hpi/FG_ITS/lecturenotes/Semantic_Web/foaf.rdf#me> ;
                               rel:worksWith <http://www.hpi.uni-potsdam.de/fileadmin/hpi/FG_ITS/lecturenotes/Semantic_Web/foaf.rdf#me> ,
                                             <http://quasthoffs.de/matthias> ;
                               rdfs:seeAlso <http://feeds.delicious.com/v2/rss/fhp/bundle:SemanticWeb> ,
                                            <http://delicious.com/rss/fhp/bundle:KnowledgeManagement> ,
                                            <http://delicious.com/rss/fhp/bundle:Me> ,
                                            <http://www.bibsonomy.org/publrss/user/datentaste> ;
                               foaf:holdsAccount _:arc8ba8b8 ,
                                                 _:arc8ba8b9 ,
                                                 _:arc8ba8b10 .

_:arc8ba8b7 rdf:type bio:Birth ;
            bio:date "1982-02-17" ;
            bio:place "Potsdam, Germany" .

_:arc8ba8b8 rdf:type foaf:OnlineAccount ;
            foaf:accountServiceHomepage <http://de.linkedin.com> ;
            foaf:accountName "Johannes_Hercher" ;
            foaf:homepage <http://de.linkedin.com/pub/johannes-hercher/12/73b/86> .

_:arc8ba8b9 rdf:type foaf:OnlineAccount ;
            foaf:accountServiceHomepage <http://www.delicious.com/> ;
            foaf:accountName "fhp" ;
            foaf:homepage <http://www.delicious.com/fhp> .

_:arc8ba8b10 rdf:type foaf:OnlineAccount ;
             foaf:accountServiceHomepage <http://bibsonomy.org/> ;
             foaf:accountName "datentaste" ;
             foaf:homepage <http://www.bibsonomy.org/user/datentaste> .

<http://www.hpi.uni-potsdam.de/typo3temp/pics/bb63a19954.png> dc:description "Portait of Johannes Hercher"@en .

<http://Johannes.jhercher.de/#vcard> rdf:type vcard:VCard ;
                                     vcard:fn "Johannes Hercher" ;
                                     vcard:org <http://hpi.uni-potsdam.de/> ;
                                     vcard:logo <http://farm1.static.flickr.com/157/buddyicons/307939@N24.jpg> ;
                                     vcard:tel <tel:+493315509547> ;
                                     vcard:workEmail <mailto:Johannes.Hercher@hpi.uni-potsdam.de> ;
                                     vcard:adr _:arc8ba8b11 .

_:arc8ba8b11 rdf:type vcard:Address ,
                      vcard:Work ;
             vcard:street-address "Prof.-Dr.-Helmert-Str. 2-3" ;
             vcard:room "H 1.38" ;
             vcard:postal-code "14482" ;
             vcard:locality "Potsdam" ;
             vcard:region "Brandenburg" ;
             vcard:country-name "Germany"@en ,
                                "Deutschland"@de .

<tel:+493315509570> rdf:type vcard:Voice ,
                             vcard:Work ;
                    rdf:value "+49 (0)331 55 09 547" .

<tel:+493315509325> rdf:type vcard:Fax ,
                             vcard:Work ;
                    rdf:value "+49 (0)331 55 09 325" .

<mailto:Johannes.Hercher@hpi.uni-potsdam.de> rdf:value "Johannes.Hercher@hpi.uni-potsdam.de" .

<http://jhercher.de/> rdfs:label "jhercher.de" .

<http://www.hpi.uni-potsdam.de/> rdfs:label "HPI" ;
                                 vcard:organisation-name "Hasso-Plattner-Institut für Softwaresystemtechnik GmbH"@de ,
                                                         "Hasso Plattner Institute"@de .

<http://www.hpi.uni-potsdam.de/meinel/team/mitarbeiter_meinel/Johannes_Hercher.html> rdfs:label "HPI workpage" .

<http://delicious.com/rss/fhp/bundle:Retrieval> rdf:type rss:channel ;
                                                dc:description "Retrieval Bookmarks at del.icio.us"@en .

<http://delicious.com/rss/fhp/bundle:SemanticWeb> rdf:type rss:channel ;
                                                  dc:description "Semantic Web Bookmarks at del.icio.us"@en .

<http://delicious.com/rss/fhp/bundle:KnowledgeOrganization> rdf:type rss:channel ;
                                                            dc:description "Knowledge Organization at del.icio.us"@en .

<http://www.bibsonomy.org/publrss/user/datentaste> rdf:type rss:channel ;
                                                   dc:description "Publications at Bibsomomy.org"@en .

<http://de.linkedin.com/in/JohannesHercher> rdfs:label "LinkedIn" .

<http://www.delicious.com/fhp> rdfs:label "Delicious" .

<http://www.bibsonomy.org/user/datentaste> rdfs:label "Bibsonomy" .

_:project.mediaglobe rdf:type foaf:Project ;
                     dc:title "MEDIAGLOBE - the digital archive" ;
                     dc:description "MEDIAGLOBE deals with digitization, analysis, and semantic retrieval of historical, documentary audiovisual content"@en ;
                     foaf:homepage <http://www.projekt-mediaglobe.de/> .

_:project.vocablink rdf:type foaf:Project ;
                    dc:title "vocablink" ;
                    dc:description "Skosifier provides easy text to skos conversion and thesaurus alignment via an web interface."@en ;
                    foaf:homepage <http://vocablink.org> .

_:project.semex rdf:type foaf:Project ;
                dc:title "Semantic Media Explorer" ;
                dc:description "The Semantic Media Explorer combines the latest media analysis processes, such as automatic scene segmentation, intelligent character recognition, and the ability to recognize genres and faces in videos."@en ;
                foaf:homepage <http://www.hpi.uni-potsdam.de/meinel/forschung/future_internet/semantic_technologies/semantic_media_explorer.html> .
