summaryrefslogtreecommitdiff
path: root/data/rail/dk/station/højby.ttl
blob: 0a7f5fd427856babbd43006172b0fc31d4aaa764 (plain)
  1. @base <http://data.jones.dk/rail/dk/station/højby> .
  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 "Højby station" ,
  15. "Højby Station"@da ;
  16. skos:altLabel "Høs" ;
  17. rail:located_at [ a rail:StationPosition ;
  18. rail:distance [ unit:m 11000 ] ;
  19. rail:along_route rail-dk-route:TIB21
  20. ] .