summaryrefslogtreecommitdiff
path: root/data/rail/dk/station/mørkøv.ttl
blob: 1f9858a6bacde97432cd30e181190d881ded5d50 (plain)
  1. @base <http://data.jones.dk/rail/dk/station/mørkøv> .
  2. @prefix : <#> .
  3. @prefix dbpedia: <http://dbpedia.org/resource/> .
  4. @prefix foaf: <http://xmlns.com/foaf/0.1/> .
  5. @prefix org: <http://www.w3.org/ns/org#> .
  6. @prefix owl: <http://www.w3.org/2002/07/owl#> .
  7. @prefix rail: <http://ontologi.es/rail/vocab#> .
  8. @prefix rail-dk-route: <http://data.jones.dk/rail/dk/route/> .
  9. @prefix skos: <http://www.w3.org/2004/02/skos/core#> .
  10. @prefix unit: <http://qudt.org/vocab/unit#> .
  11. #TODO: use more specific key than skos:altName for station identifiers
  12. <> foaf:primaryTopic :station .
  13. :station a rail:Station ;
  14. skos:prefLabel "Mørkøv station"@da ;
  15. skos:altLabel "Mø" ;
  16. rail:located_at [ a rail:StationPosition ;
  17. rail:distance [ unit:m 82900 ] ;
  18. rail:along_route rail-dk-route:TIB5
  19. ] .