summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2015-09-30 04:50:54 +0200
committerJonas Smedegaard <dr@jones.dk>2015-09-30 05:15:04 +0200
commit7a9a417530a6eaafd23abb43ce9863f7e1683358 (patch)
treefaa8b4d613dc74e787e866a4a171f243c7f132d6
parentb9db17aacd50bd56eb30f3a598f652210b74fccb (diff)
Add some german stations.
-rw-r--r--data/rail/de/station/bremen.ttl54
-rw-r--r--data/rail/de/station/flensburg.ttl17
-rw-r--r--data/rail/de/station/frankfurt.ttl18
-rw-r--r--data/rail/de/station/göttingen.ttl20
-rw-r--r--data/rail/de/station/gütersloh.ttl18
-rw-r--r--data/rail/de/station/heidelberg.ttl18
-rw-r--r--data/rail/de/station/mannheim.ttl18
7 files changed, 163 insertions, 0 deletions
diff --git a/data/rail/de/station/bremen.ttl b/data/rail/de/station/bremen.ttl
new file mode 100644
index 0000000..b27e102
--- /dev/null
+++ b/data/rail/de/station/bremen.ttl
@@ -0,0 +1,54 @@
+@base <http://data.jones.dk/rail/de/station/bremen> .
+@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 "Bremen Hauptbahnhof" ;
+ skos:altLabel "Bremen Hbf"@de ;
+ rail:serves dbpedia:Bremen ;
+ owl:sameAs dbpedia:Bremen_Hauptbahnhof .
+
+:platform-1 a rail:Platform ;
+ skos:altLabel "1" ;
+ rail:platform_at :station .
+
+:platform-2 a rail:Platform ;
+ skos:altLabel "2" ;
+ rail:platform_at :station .
+
+:platform-3 a rail:Platform ;
+ skos:altLabel "3" ;
+ rail:platform_at :station .
+
+:platform-4 a rail:Platform ;
+ skos:altLabel "4" ;
+ rail:platform_at :station .
+
+:platform-5 a rail:Platform ;
+ skos:altLabel "5" ;
+ rail:platform_at :station .
+
+:platform-6 a rail:Platform ;
+ skos:altLabel "6" ;
+ rail:platform_at :station .
+
+:platform-7 a rail:Platform ;
+ skos:altLabel "7" ;
+ rail:platform_at :station .
+
+:platform-8 a rail:Platform ;
+ skos:altLabel "8" ;
+ rail:platform_at :station .
+
+:platform-9 a rail:Platform ;
+ skos:altLabel "9" ;
+ rail:platform_at :station .
diff --git a/data/rail/de/station/flensburg.ttl b/data/rail/de/station/flensburg.ttl
new file mode 100644
index 0000000..432ae97
--- /dev/null
+++ b/data/rail/de/station/flensburg.ttl
@@ -0,0 +1,17 @@
+@base <http://data.jones.dk/rail/de/station/flensburg> .
+@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 "Flensburg Hauptbahnhof" ;
+ skos:altLabel "Flensburg Hbf"@de ;
+ rail:serves dbpedia:Flensburg .
diff --git a/data/rail/de/station/frankfurt.ttl b/data/rail/de/station/frankfurt.ttl
new file mode 100644
index 0000000..82b4f7f
--- /dev/null
+++ b/data/rail/de/station/frankfurt.ttl
@@ -0,0 +1,18 @@
+@base <http://data.jones.dk/rail/de/station/frankfurt> .
+@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 "Frankfurt (Main) Hauptbahnhof" ;
+ skos:altLabel "Frankfurt (Main) Hbf"@de ;
+ rail:serves dbpedia:Frankfurt ;
+ owl:sameAs dbpedia:Frankfurt_(Main)_Hauptbahnhof .
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 .
diff --git a/data/rail/de/station/gütersloh.ttl b/data/rail/de/station/gütersloh.ttl
new file mode 100644
index 0000000..163b3b4
--- /dev/null
+++ b/data/rail/de/station/gütersloh.ttl
@@ -0,0 +1,18 @@
+@base <http://data.jones.dk/rail/de/station/gütersloh> .
+@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 "Gütersloh Hauptbahnhof" ;
+ skos:altLabel "Gütersloh Hbf"@de ;
+ rail:serves dbpedia:Gütersloh ;
+ owl:sameAs dbpedia:Gütersloh_Hauptbahnhof .
diff --git a/data/rail/de/station/heidelberg.ttl b/data/rail/de/station/heidelberg.ttl
new file mode 100644
index 0000000..618050a
--- /dev/null
+++ b/data/rail/de/station/heidelberg.ttl
@@ -0,0 +1,18 @@
+@base <http://data.jones.dk/rail/de/station/heidelberg> .
+@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 "Heidelberg Hauptbahnhof" ;
+ skos:altLabel "Heidelberg Hbf"@de ;
+ rail:serves dbpedia:Heidelberg ;
+ owl:sameAs dbpedia:Heidelberg_Hauptbahnhof .
diff --git a/data/rail/de/station/mannheim.ttl b/data/rail/de/station/mannheim.ttl
new file mode 100644
index 0000000..cf4c22e
--- /dev/null
+++ b/data/rail/de/station/mannheim.ttl
@@ -0,0 +1,18 @@
+@base <http://data.jones.dk/rail/de/station/mannheim> .
+@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 "Mannheim Hauptbahnhof" ;
+ skos:altLabel "Mannheim Hbf"@de ;
+ rail:serves dbpedia:Mannheim ;
+ owl:sameAs dbpedia:Mannheim_Hauptbahnhof .