@base . @prefix : <#> . @prefix dbpedia: . @prefix foaf: . @prefix org: . @prefix owl: . @prefix rail: . @prefix rail-dk-route: . @prefix skos: . @prefix unit: . #TODO: use more specific key than skos:altName for station identifiers <> foaf:primaryTopic :station . :station a rail:Station ; skos:prefLabel "Odense Sygehus station" , "Odense Sygehus Station"@da ; skos:altLabel "Oss" ; rail:serves dbpedia:Odense ; rail:located_at [ a rail:StationPosition ; rail:distance [ unit:m 3800 ] ; rail:along_route rail-dk-route:TIB21 ] .