summaryrefslogtreecommitdiff
path: root/data/rail/de/station/dortmund.ttl
blob: 12e5df2083edd25933ce1e10e9cfb474676d26cb (plain)
  1. @base <http://data.jones.dk/rail/de/station/dortmund> .
  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 "Dortmund Hauptbahnhof" ;
  13. skos:altLabel "Dortmund Hbf"@de ;
  14. rail:serves dbpedia:Dortmund ;
  15. owl:sameAs dbpedia:Dortmund_Hauptbahnhof .
  16. :platform-16 a rail:Platform ;
  17. skos:altLabel "16" ;
  18. rail:platform_at :station .