@base . @prefix : <#> . @prefix dbpedia: . @prefix foaf: . @prefix org: . @prefix owl: . @prefix rail: . @prefix rail-de-route: . @prefix skos: . @prefix unit: . #TODO: use unique key (not skos:altName) for station name abbreviation <> foaf:primaryTopic :org . :station a rail:Station ; skos:prefLabel "Münster Hauptbahnhof" ; skos:altLabel "Münster Hbf"@de ; rail:serves dbpedia:Münster ; rail:located_at [ a rail:StationPosition ; rail:distance [ unit:m 67600 ] ; rail:along_route rail-de-route:KBS385 ] ; owl:sameAs dbpedia:Münster_Hauptbahnhof .