@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl:  <http://www.w3.org/2002/07/owl#> .
@prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .

@prefix foaf:    <http://xmlns.com/foaf/0.1/> .
@prefix geo:     <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix contact: <http://www.w3.org/2000/10/swap/pim/contact#> .

<> a foaf:Document ;
   foaf:maker <http://www.informatik.hu-berlin.de/~hartig/foaf.rdf#olaf> ;
   foaf:primaryTopic <http://www.dbis.informatik.hu-berlin.de/mitarbeiter/derzeitige/prof-johann-christoph-freytag> .

<http://www.dbis.informatik.hu-berlin.de/mitarbeiter/derzeitige/prof-johann-christoph-freytag>
      contact:fullName "Prof. Johann-Christoph Freytag, Ph.D."^^xsd:string ;
      contact:office [ contact:address [ contact:street "Rudower Chaussee 25"^^xsd:string ;
                                         contact:city "Berlin"^^xsd:string ;
                                         contact:postalCode "12489"^^xsd:string ] ] ;
      foaf:topic_interest <http://dbpedia.org/resource/Query_optimization> ,
                          <http://dbpedia.org/resource/Privacy> ,
                          <http://dbpedia.org/resource/Data_quality> ,
                          <http://dbpedia.org/resource/Data_warehouse> ,
                          <http://dbpedia.org/resource/Data_warehousing> ;
      owl:sameAs <http://dblp.l3s.de/d2r/resource/authors/Johann_Christoph_Freytag> .

