@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 "Rudme station" , "Rudme Station"@da ; skos:altLabel "Rus"@zxx ; rail:located_at [ a rail:StationPosition ; rail:distance [ unit:m 27100 ] ; rail:along_route rail-dk-route:TIB21 ] .