summaryrefslogtreecommitdiff
path: root/data/rail/de/station/hamm.ttl
blob: e20feaa34b22e7ac90911599b800b5014f8bbe8e (plain)
  1. @base <http://data.jones.dk/rail/de/station/hamm> .
  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 skos: <http://www.w3.org/2004/02/skos/core#> .
  9. #TODO: use unique key (not skos:altName) for station name abbreviation
  10. <> foaf:primaryTopic :org .
  11. :station a rail:Station ;
  12. skos:prefLabel "Hamm (Westfalen)" ;
  13. skos:altLabel "Hamm (Westf)" ,
  14. "Hamm (W)" ;
  15. rail:serves dbpedia:Hamm ;
  16. owl:sameAs dbpedia:Hamm_%28Westfalen%29_station .
  17. :platform-10ac a rail:Platform ;
  18. skos:altLabel "10 A-C" ;
  19. rail:platform_at :station .
  20. :platform-10dg a rail:Platform ;
  21. skos:altLabel "10 D-G" ;
  22. rail:platform_at :station .