summaryrefslogtreecommitdiff
path: root/data/rail/dk/station/copenhagen-airport.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'data/rail/dk/station/copenhagen-airport.ttl')
-rw-r--r--data/rail/dk/station/copenhagen-airport.ttl29
1 files changed, 29 insertions, 0 deletions
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 .