summaryrefslogtreecommitdiff
path: root/data/rail/dk
diff options
context:
space:
mode:
Diffstat (limited to 'data/rail/dk')
-rw-r--r--data/rail/dk/route/TIB11.ttl36
-rw-r--r--data/rail/dk/station/copenhagen-airport.ttl29
-rw-r--r--data/rail/dk/station/copenhagen.ttl3
-rw-r--r--data/rail/dk/station/tårnby.ttl26
-rw-r--r--data/rail/dk/station/ørestad.ttl26
5 files changed, 120 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>
+ ]]] .
diff --git a/data/rail/dk/station/copenhagen-airport.ttl b/data/rail/dk/station/copenhagen-airport.ttl
new file mode 100644
index 0000000..95674ba
--- /dev/null
+++ b/data/rail/dk/station/copenhagen-airport.ttl
@@ -0,0 +1,29 @@
+@base <http://data.jones.dk/rail/dk/station/copenhagen-airport> .
+@prefix : <#> .
+@prefix dbpedia: <http://dbpedia.org/resource/> .
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+@prefix org: <http://www.w3.org/ns/org#> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix rail: <http://ontologi.es/rail/vocab#> .
+@prefix rail-dk-route: <http://data.jones.dk/rail/dk/route/> .
+@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
+@prefix unit: <http://qudt.org/vocab/unit#> .
+
+#TODO: use more specific key than skos:altName for station identifiers
+
+<> foaf:primaryTopic :station .
+
+:station a rail:Station ;
+ skos:prefLabel
+ "Københavns Lufthavn, Kastrup Station" ,
+ "Copenhagen Airport, Kastrup Station"@en ;
+ skos:altLabel
+ "Københavns Lufthavn Kastrup" ,
+ "Kastrup Lufthavn Station" ,
+ "Cph" ;
+ rail:serves dbpedia:Copenhagen_Airport ;
+ rail:located_at [ a rail:StationPosition ;
+ rail:distance [ unit:m 11800 ] ;
+ rail:along_route rail-dk-route:TIB11
+ ] ;
+ owl:sameAs dbpedia:Copenhagen_Airport,_Kastrup_Station .
diff --git a/data/rail/dk/station/copenhagen.ttl b/data/rail/dk/station/copenhagen.ttl
index 5f38c60..6379912 100644
--- a/data/rail/dk/station/copenhagen.ttl
+++ b/data/rail/dk/station/copenhagen.ttl
@@ -22,5 +22,8 @@
rail:located_at [ a rail:StationPosition ;
rail:distance [ unit:m 0 ] ;
rail:along_route rail-dk-route:TIB1
+ ], [ a rail:StationPosition ;
+ rail:distance [ unit:m 0 ] ;
+ rail:along_route rail-dk-route:TIB11
] ;
owl:sameAs dbpedia:Copenhagen_Central_Station .
diff --git a/data/rail/dk/station/tårnby.ttl b/data/rail/dk/station/tårnby.ttl
new file mode 100644
index 0000000..a451299
--- /dev/null
+++ b/data/rail/dk/station/tårnby.ttl
@@ -0,0 +1,26 @@
+@base <http://data.jones.dk/rail/dk/station/tårnby> .
+@prefix : <#> .
+@prefix dbpedia: <http://dbpedia.org/resource/> .
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+@prefix org: <http://www.w3.org/ns/org#> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix rail: <http://ontologi.es/rail/vocab#> .
+@prefix rail-dk-route: <http://data.jones.dk/rail/dk/route/> .
+@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
+@prefix unit: <http://qudt.org/vocab/unit#> .
+
+#TODO: use more specific key than skos:altName for station identifiers
+
+<> foaf:primaryTopic :station .
+
+:station a rail:Station ;
+ skos:prefLabel "Tårnby Station" ;
+ skos:altLabel
+ "Tårnby" ,
+ "Øre" ;
+ rail:serves dbpedia:Tårnby ;
+ rail:located_at [ a rail:StationPosition ;
+ rail:distance [ unit:m 6900 ] ;
+ rail:along_route rail-dk-route:TIB11
+ ] ;
+ owl:sameAs dbpedia:Tårnby_Station .
diff --git a/data/rail/dk/station/ørestad.ttl b/data/rail/dk/station/ørestad.ttl
new file mode 100644
index 0000000..683a6b9
--- /dev/null
+++ b/data/rail/dk/station/ørestad.ttl
@@ -0,0 +1,26 @@
+@base <http://data.jones.dk/rail/dk/station/ørestad> .
+@prefix : <#> .
+@prefix dbpedia: <http://dbpedia.org/resource/> .
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+@prefix org: <http://www.w3.org/ns/org#> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix rail: <http://ontologi.es/rail/vocab#> .
+@prefix rail-dk-route: <http://data.jones.dk/rail/dk/route/> .
+@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
+@prefix unit: <http://qudt.org/vocab/unit#> .
+
+#TODO: use more specific key than skos:altName for station identifiers
+
+<> foaf:primaryTopic :station .
+
+:station a rail:Station ;
+ skos:prefLabel "Ørestad Station" ;
+ skos:altLabel
+ "Ørestad" ,
+ "Øre" ;
+ rail:serves dbpedia:Ørestad ;
+ rail:located_at [ a rail:StationPosition ;
+ rail:distance [ unit:m 6900 ] ;
+ rail:along_route rail-dk-route:TIB11
+ ] ;
+ owl:sameAs dbpedia:Ørestad_Station .