summaryrefslogtreecommitdiff
path: root/data/rail/de/route/KBS120.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'data/rail/de/route/KBS120.ttl')
-rw-r--r--data/rail/de/route/KBS120.ttl33
1 files changed, 33 insertions, 0 deletions
diff --git a/data/rail/de/route/KBS120.ttl b/data/rail/de/route/KBS120.ttl
new file mode 100644
index 0000000..10452a1
--- /dev/null
+++ b/data/rail/de/route/KBS120.ttl
@@ -0,0 +1,33 @@
+@base <http://data.jones.dk/rail/de/route/KBS120> .
+@prefix : <#> .
+@prefix dbpedia: <http://dbpedia.org/resource/> .
+@prefix dc: <http://purl.org/dc/terms/> .
+@prefix rail: <http://ontologi.es/rail/vocab#> .
+@prefix rail-de: <http://data.jones.dk/rail/de#> .
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
+
+<> a rail:Route ;
+ skos:prefLabel "Bremen-Hamburg"@en ;
+ skos:altLabel "KBS120"@zxx ;
+ rdfs:seeAlso
+ <https://en.wikipedia.org/wiki/Wanne-Eickel%E2%80%93Hamburg_railway> ,
+ <https://en.wikipedia.org/wiki/List_of_scheduled_railway_routes_in_Germany#Hamburg_and_coastal_region_.28100_to_199.29> ;
+ rail:route_origin rail-de:station-bremen ;
+ dc:isPartOf <IC30> ;
+ rail:stations :stations .
+
+:stations a rdf:List ;
+ skos:prefLabel "Stations"@en ;
+ rdfs:member
+ rail-de:station-bremen ,
+ rail-de:station-hamburg-harburg ,
+ rail-de:station-hamburg ;
+ rdf:first rail-de:station-bremen ;
+ rdf:rest [ a rdf:List ;
+ rdf:first rail-de:station-hamburg-harburg ;
+ rdf:rest [ a rdf:List ;
+ rdf:first rail-de:station-hamburg ;
+ rdf:rest <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>
+ ]] .