summaryrefslogtreecommitdiff
path: root/data/rail/de/station/göttingen.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'data/rail/de/station/göttingen.ttl')
-rw-r--r--data/rail/de/station/göttingen.ttl20
1 files changed, 20 insertions, 0 deletions
diff --git a/data/rail/de/station/göttingen.ttl b/data/rail/de/station/göttingen.ttl
new file mode 100644
index 0000000..668afb1
--- /dev/null
+++ b/data/rail/de/station/göttingen.ttl
@@ -0,0 +1,20 @@
+@base <http://data.jones.dk/rail/de/station/göttingen> .
+@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 skos: <http://www.w3.org/2004/02/skos/core#> .
+
+#TODO: use unique key (not skos:altName) for station name abbreviation
+
+<> foaf:primaryTopic :org .
+
+:station a rail:Station ;
+ skos:prefLabel
+ "Bahnhof Göttingen" ,
+ "Göttingen railway station"@en ;
+ skos:altLabel "Göttingen station"@en ;
+ rail:serves dbpedia:Göttingen ;
+ owl:sameAs dbpedia:Göttingen_station .