summaryrefslogtreecommitdiff
path: root/data/rail/de/route/ICE10.ttl
blob: 0af711ce521a5fb834656fafd52609855f1f83b7 (plain)
  1. @base <http://data.jones.dk/rail/de/route/ICE10> .
  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 "Berlin to Hamm Junction"@en ;
  12. skos:altLabel "ICE10"@zxx ;
  13. rdfs:seeAlso <https://en.wikipedia.org/wiki/List_of_Intercity-Express_lines#10_.E2.80.93_12> ;
  14. rail:route_origin dbpedia:Berlin_Hauptbahnhof ;
  15. dc:isPartOf
  16. <ICE10a> ,
  17. <ICE10b> ;
  18. rail:stations :stations .
  19. :stations a rdf:List ;
  20. skos:prefLabel "Stations"@en ;
  21. rdfs:member
  22. rail-de:station-berlin-ost ,
  23. rail-de:station-berlin ,
  24. rail-de:station-berlin-spandau ,
  25. rail-de:station-hannover ,
  26. rail-de:station-bielefeld ,
  27. rail-de:station-hamm ;
  28. rdf:first rail-de:station-berlin-ost ;
  29. rdf:rest [ a rdf:List ;
  30. rdf:first rail-de:station-berlin ;
  31. rdf:rest [ a rdf:List ;
  32. rdf:first rail-de:station-berlin-spandau ;
  33. rdf:rest [ a rdf:List ;
  34. rdf:first rail-de:station-hannover ;
  35. rdf:rest [ a rdf:List ;
  36. rdf:first rail-de:station-bielefeld ;
  37. rdf:rest [ a rdf:List ;
  38. rdf:first rail-de:station-hamm ;
  39. rdf:rest <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>
  40. ]]]]] .