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