summaryrefslogtreecommitdiff
path: root/data/rail/dk/station/pederstrup.ttl
blob: 888b492ced8e8f10f994dc1df76d8900bb10e271 (plain)
  1. @base <http://data.jones.dk/rail/dk/station/pederstrup> .
  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 "Pederstrup station" ,
  15. "Pederstrup Station"@da ;
  16. skos:altLabel "Pds" ;
  17. rail:located_at [ a rail:StationPosition ;
  18. rail:distance [ unit:m 17400 ] ;
  19. rail:along_route rail-dk-route:TIB21
  20. ] .