summaryrefslogtreecommitdiff
path: root/data/rail/de/station/múnster.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'data/rail/de/station/múnster.ttl')
-rw-r--r--data/rail/de/station/múnster.ttl23
1 files changed, 23 insertions, 0 deletions
diff --git a/data/rail/de/station/múnster.ttl b/data/rail/de/station/múnster.ttl
new file mode 100644
index 0000000..547d861
--- /dev/null
+++ b/data/rail/de/station/múnster.ttl
@@ -0,0 +1,23 @@
+@base <http://data.jones.dk/rail/de/station/münster> .
+@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-de-route: <http://data.jones.dk/rail/de/route#> .
+@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
+@prefix unit: <http://qudt.org/vocab/unit#> .
+
+#TODO: use unique key (not skos:altName) for station name abbreviation
+
+<> foaf:primaryTopic :org .
+
+:station a rail:Station ;
+ skos:prefLabel "Münster Hauptbahnhof" ;
+ skos:altLabel "Münster Hbf"@de ;
+ rail:serves dbpedia:Münster ;
+ rail:located_at [ a rail:StationPosition ;
+ rail:distance [ unit:m 67600 ] ;
+ rail:along_route rail-de-route:KBS385 ] ;
+ owl:sameAs dbpedia:Münster_Hauptbahnhof .