summaryrefslogtreecommitdiff
path: root/data/rail/de/station/berlin.ttl
blob: 5d0e35c91cb101e9c49808057e94bc090b91df3c (plain)
  1. @base <http://data.jones.dk/rail/de/station/berlin> .
  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 "Berlin Hauptbahnhof" ;
  13. skos:altLabel "Berlin Hbf"@de ;
  14. rail:serves dbpedia:Berlin ;
  15. owl:sameAs dbpedia:Berlin_Hauptbahnhof .
  16. :platform-13ad a rail:Platform ;
  17. skos:altLabel "13 A-D" ;
  18. rail:platform_at :station .
  19. :platform-13dg a rail:Platform ;
  20. skos:altLabel "13 D-G" ;
  21. rail:platform_at :station .