summaryrefslogtreecommitdiff
path: root/data/rail/routes/de/ICE10.ttl
blob: 0e1d9047a31215688c777f6dcddee5f6824f3e05 (plain)
  1. @base <http://data.jones.dk/rail/routes/de/ICE10> .
  2. @prefix : <#> .
  3. @prefix dc: <http://purl.org/dc/terms/> .
  4. @prefix foaf: <http://xmlns.com/foaf/0.1/> .
  5. @prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
  6. @prefix rail: <http://ontologi.es/rail/vocab#> .
  7. @prefix rail-de: <http://data.jones.dk/org/db#> .
  8. @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
  9. @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  10. <> foaf:primaryTopic :route .
  11. :route a rail:Route ;
  12. foaf:name "Berlin to Hamm Junction"@en ;
  13. foaf:page <https://en.wikipedia.org/wiki/List_of_Intercity-Express_lines#10_.E2.80.93_12> ;
  14. rail:elr "ICE10"@zxx ;
  15. rail:route_origin [
  16. a geo:SpatialThing ;
  17. rdfs:label "Berlin"@en
  18. ] ;
  19. dc:isPartOf <ICE542> ,
  20. <ICE552> ;
  21. rail:stations :stations .
  22. :stations a rdf:List ;
  23. dc:title "Stations"@en ;
  24. rdfs:member rail-de:station-berlin-ost ,
  25. rail-de:station-berlin ,
  26. rail-de:station-berlin-spandau ,
  27. rail-de:station-hannover ,
  28. rail-de:station-bielefeld ,
  29. rail-de:station-hamm ;
  30. rdf:first rail-de:station-berlin-ost ;
  31. rdf:rest [ a rdf:List ;
  32. rdf:first rail-de:station-berlin ;
  33. rdf:rest [ a rdf:List ;
  34. rdf:first rail-de:station-berlin-spandau ;
  35. rdf:rest [ a rdf:List ;
  36. rdf:first rail-de:station-hannover ;
  37. rdf:rest [ a rdf:List ;
  38. rdf:first rail-de:station-bielefeld ;
  39. rdf:rest [ a rdf:List ;
  40. rdf:first rail-de:station-hamm ;
  41. rdf:rest <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>
  42. ]]]]] .