summaryrefslogtreecommitdiff
path: root/data/rail/de/station/berlin-ost.ttl
blob: 462c25306e207f4302085ca7c7d310bd4bb7dc42 (plain)
  1. @base <http://data.jones.dk/rail/de/station/berlin-ost> .
  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 :station .
  11. :station a rail:Station ;
  12. skos:prefLabel "Berlin Ostbahnhof" ;
  13. rail:serves dbpedia:Berlin ;
  14. owl:sameAs dbpedia:Berlin_Ostbahnhof .
  15. :platform-6ad a rail:Platform ;
  16. skos:altLabel "6 A-D" ;
  17. rail:platform_at :station .
  18. :platform-6dg a rail:Platform ;
  19. skos:altLabel "6 D-G" ;
  20. rail:platform_at :station .