@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://ifgi.uni-muenster.de/~j_tram02/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix ns1: <http://www.xing.com/profile/> . <http://ifgi.uni-muenster.de/~j_tram02/foaf.rdf> a owl:NamedIndividual, foaf:Person ; foaf:homepage <http://ifgi.uni-muenster.de/~j_tram02/>, ns1:Andres_Westermann ; foaf:name "Andres Westermann"@en, "Johannes Trame"@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://ifgi.uni-muenster.de/~j_tram02/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns1: <http://www.xing.com/profile/> .

<http://ifgi.uni-muenster.de/~j_tram02/foaf.rdf>
    a owl:NamedIndividual, foaf:Person ;
    foaf:homepage <http://ifgi.uni-muenster.de/~j_tram02/>, ns1:Andres_Westermann ;
    foaf:name "Andres Westermann"@en, "Johannes Trame"@en .