summaryrefslogtreecommitdiff
path: root/data/rail/dk/route/TIB11.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'data/rail/dk/route/TIB11.ttl')
-rw-r--r--data/rail/dk/route/TIB11.ttl36
1 files changed, 36 insertions, 0 deletions
diff --git a/data/rail/dk/route/TIB11.ttl b/data/rail/dk/route/TIB11.ttl
new file mode 100644
index 0000000..71f56b1
--- /dev/null
+++ b/data/rail/dk/route/TIB11.ttl
@@ -0,0 +1,36 @@
+@base <http://data.jones.dk/rail/dk/route/TIB11> .
+@prefix : <#> .
+@prefix dbpedia: <http://dbpedia.org/resource/> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix rail: <http://ontologi.es/rail/vocab#> .
+@prefix rail-dk: <http://data.jones.dk/rail/dk#> .
+@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 "København/Vigerslev–Peberholm" ,
+ "Copenhagen/Vigerslev–Peberholm"@en ;
+ skos:altLabel "TIB11"@zxx ;
+ rail:managed_by rail-dk:org-banedanmark ;
+ rdfs:seeAlso <https://en.wikipedia.org/wiki/Oresund_Line> ;
+ rail:route_origin dbpedia:Copenhagen_Central_Station ;
+ rail:stations :stations .
+
+:stations a rdf:List ;
+ skos:prefLabel "Stations"@en ,
+ "Stationer"@da ;
+ rdfs:member
+ rail-dk:station-copenhagen ,
+ rail-dk:station-orestad ,
+ rail-dk:station-tårnby ,
+ rail-dk:station-copenhagen-airport ;
+ rdf:first rail-dk:station-copenhagen ;
+ rdf:rest [ a rdf:List ;
+ rdf:first rail-dk:station-ørestad ;
+ rdf:rest [ a rdf:List ;
+ rdf:first rail-dk:station-tårnby ;
+ rdf:rest [ a rdf:List ;
+ rdf:first rail-dk:station-copenhagen-airport ;
+ rdf:rest <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>
+ ]]] .