summaryrefslogtreecommitdiff
path: root/data/rail/de/route/KBS120.ttl
blob: 10452a1a3198e1bd92768c36071b7eb03739c42e (plain)
  1. @base <http://data.jones.dk/rail/de/route/KBS120> .
  2. @prefix : <#> .
  3. @prefix dbpedia: <http://dbpedia.org/resource/> .
  4. @prefix dc: <http://purl.org/dc/terms/> .
  5. @prefix rail: <http://ontologi.es/rail/vocab#> .
  6. @prefix rail-de: <http://data.jones.dk/rail/de#> .
  7. @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
  8. @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  9. @prefix skos: <http://www.w3.org/2004/02/skos/core#> .
  10. <> a rail:Route ;
  11. skos:prefLabel "Bremen-Hamburg"@en ;
  12. skos:altLabel "KBS120"@zxx ;
  13. rdfs:seeAlso
  14. <https://en.wikipedia.org/wiki/Wanne-Eickel%E2%80%93Hamburg_railway> ,
  15. <https://en.wikipedia.org/wiki/List_of_scheduled_railway_routes_in_Germany#Hamburg_and_coastal_region_.28100_to_199.29> ;
  16. rail:route_origin rail-de:station-bremen ;
  17. dc:isPartOf <IC30> ;
  18. rail:stations :stations .
  19. :stations a rdf:List ;
  20. skos:prefLabel "Stations"@en ;
  21. rdfs:member
  22. rail-de:station-bremen ,
  23. rail-de:station-hamburg-harburg ,
  24. rail-de:station-hamburg ;
  25. rdf:first rail-de:station-bremen ;
  26. rdf:rest [ a rdf:List ;
  27. rdf:first rail-de:station-hamburg-harburg ;
  28. rdf:rest [ a rdf:List ;
  29. rdf:first rail-de:station-hamburg ;
  30. rdf:rest <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>
  31. ]] .