summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2015-02-19 22:45:24 +0100
committerJonas Smedegaard <dr@jones.dk>2015-02-19 22:45:24 +0100
commit4e82bde98a1194bbbb6163c1e9423a15061bc406 (patch)
tree41b467faaa357551d25de08cc3661eb5df0f0414
parent9c2ef3fb00b41925072b07760420788cd28c8655 (diff)
Fix replace = with owl:sameAs: the former apparently upsets rapper.
-rw-r--r--data/2011/cambridge.ttl3
-rw-r--r--data/rail/de.ttl37
-rw-r--r--data/rail/dk.ttl11
-rw-r--r--data/rail/dk/route/TIB1.ttl3
-rw-r--r--data/rail/dk/route/TIB23.ttl3
5 files changed, 31 insertions, 26 deletions
diff --git a/data/2011/cambridge.ttl b/data/2011/cambridge.ttl
index bc65be7..b3d5890 100644
--- a/data/2011/cambridge.ttl
+++ b/data/2011/cambridge.ttl
@@ -10,6 +10,7 @@
#TODO: get grx adopted into gr
@prefix grx: <http://data.jones.dk/hacks/grx#> .
@prefix org: <http://www.w3.org/ns/org#> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix payment: <http://reference.data.gov.uk/def/payment#> .
@prefix pc: <http://purl.org/procurement/public-contracts#> .
#FIXME: create pcx - pc extension allowing unit-based exact price
@@ -328,7 +329,7 @@
foaf:name "Jonas Smedegaard" ;
foaf:mbox <dr@jones.dk> ;
foaf:Homepage <http://dr.jones.dk/> ;
- = <http://dr.jones.dk/foaf#me> .
+ owl:sameAs <http://dr.jones.dk/foaf#me> .
:siri a foaf:Person ;
foaf:name "Siri Reiter" ;
diff --git a/data/rail/de.ttl b/data/rail/de.ttl
index 55fd3b5..269eabe 100644
--- a/data/rail/de.ttl
+++ b/data/rail/de.ttl
@@ -4,6 +4,7 @@
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix gr: <http://purl.org/goodrelations/v1#> .
@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@@ -104,104 +105,104 @@
:station-berlin-ost a rail:Station ;
skos:prefLabel "Berlin Ostbahnhof" ;
rail:serves dbpedia:Berlin ;
- = dbpedia:Berlin_Ostbahnhof .
+ owl:sameAs dbpedia:Berlin_Ostbahnhof .
:station-berlin a rail:Station ;
skos:prefLabel "Berlin Hauptbahnhof" ;
skos:altLabel "Berlin Hbf"@de ;
rail:serves dbpedia:Berlin ;
- = dbpedia:Berlin_Hauptbahnhof .
+ owl:sameAs dbpedia:Berlin_Hauptbahnhof .
:station-berlin-spandau a rail:Station ;
skos:prefLabel "Berlin-Spandau" ;
rail:serves dbpedia:Spandau_%28locality%29 ;
- = dbpedia:Berlin-Spandau_station .
+ owl:sameAs dbpedia:Berlin-Spandau_station .
:station-hannover a rail:Station ;
skos:prefLabel "Hannover Hauptbahnhof" ;
skos:altLabel "Hannover Hbf"@de ;
rail:serves dbpedia:Hannover ;
- = dbpedia:Hannover_Hauptbahnhof .
+ owl:sameAs dbpedia:Hannover_Hauptbahnhof .
:station-bielefeld a rail:Station ;
skos:prefLabel "Bielefeld Hauptbahnhof" ;
skos:altLabel "Bielefeld Hbf"@de ;
rail:serves dbpedia:Bielefeld ;
- = dbpedia:Bielefeld_Hauptbahnhof .
+ owl:sameAs dbpedia:Bielefeld_Hauptbahnhof .
:station-hamm a rail:Station ;
skos:prefLabel "Hamm (Westfalen)" ;
skos:altLabel "Hamm (Westf)" ,
"Hamm (W)" ;
rail:serves dbpedia:Hamm ;
- = dbpedia:Hamm_%28Westfalen%29_station .
+ owl:sameAs dbpedia:Hamm_%28Westfalen%29_station .
:station-hagen a rail:Station ;
skos:prefLabel "Hagen Hauptbahnhof" ;
skos:altLabel "Hagen Hbf"@de ;
rail:serves dbpedia:Hagen ;
- = dbpedia:Hagen_Hauptbahnhof .
+ owl:sameAs dbpedia:Hagen_Hauptbahnhof .
:station-wuppertal a rail:Station ;
skos:prefLabel "Wuppertal Hauptbahnhof" ;
skos:altLabel "Wuppertal Hbf"@de ;
rail:serves dbpedia:Wuppertal ;
- = dbpedia:Wuppertal_Hauptbahnhof .
+ owl:sameAs dbpedia:Wuppertal_Hauptbahnhof .
:station-solingen a rail:Station ;
skos:prefLabel "Solingen Hauptbahnhof" ;
skos:altLabel "Solingen Hbf"@de ;
rail:serves dbpedia:Solingen ;
- = dbpedia:Solingen_Hauptbahnhof .
+ owl:sameAs dbpedia:Solingen_Hauptbahnhof .
:station-cologne a rail:Station ;
skos:prefLabel "Köln Hauptbahnhof" ;
skos:altLabel "Köln Hbf"@de ;
rail:serves dbpedia:Cologne ;
- = dbpedia:Köln_Hauptbahnhof .
+ owl:sameAs dbpedia:Köln_Hauptbahnhof .
:station-bonn a rail:Station ;
skos:altLabel "Bonn Hbf"@de ;
rail:serves dbpedia:Bonn ;
- = dbpedia:Bonn_Hauptbahnhof .
+ owl:sameAs dbpedia:Bonn_Hauptbahnhof .
:station-hamburg a rail:Station ;
skos:prefLabel "Hamburg Hauptbahnhof" ;
rail:serves dbpedia:Hamburg ;
- = dbpedia:Hamburg_Hauptbahnhof .
+ owl:sameAs dbpedia:Hamburg_Hauptbahnhof .
:station-dortmund a rail:Station ;
skos:prefLabel "Dortmund Hauptbahnhof" ;
skos:altLabel "Dortmund Hbf"@de ;
rail:serves dbpedia:Dortmund ;
- = dbpedia:Dortmund_Hauptbahnhof .
+ owl:sameAs dbpedia:Dortmund_Hauptbahnhof .
:station-bochum a rail:Station ;
skos:prefLabel "Bochum Hauptbahnhof" ;
skos:altLabel "Bochum Hbf"@de ;
rail:serves dbpedia:Bochum ;
- = dbpedia:Bochum_Hauptbahnhof .
+ owl:sameAs dbpedia:Bochum_Hauptbahnhof .
:station-essen a rail:Station ;
skos:prefLabel "Essen Hauptbahnhof" ;
skos:altLabel "Essen Hbf"@de ;
rail:serves dbpedia:Essen ;
- = dbpedia:Essen_Hauptbahnhof .
+ owl:sameAs dbpedia:Essen_Hauptbahnhof .
:station-duisburg a rail:Station ;
skos:prefLabel "Duisburg Hauptbahnhof" ;
skos:altLabel "Duisburg Hbf"@de ;
rail:serves dbpedia:Duisburg ;
- = dbpedia:Duisburg_Hauptbahnhof .
+ owl:sameAs dbpedia:Duisburg_Hauptbahnhof .
:station-düsseldorf-airport a rail:Station ;
skos:prefLabel "Düsseldorf Airport"@en ,
"Bahnhof Düsseldorf Flughafen"@de ;
rail:serves dbpedia:Düsseldorf_Airport ;
- = dbpedia:Düsseldorf_Airport_station .
+ owl:sameAs dbpedia:Düsseldorf_Airport_station .
:station-düsseldorf a rail:Station ;
skos:prefLabel "Düsseldorf Hauptbahnhof" ;
skos:altLabel "Düsseldorf Hbf"@de ;
rail:serves dbpedia:Düsseldorf ;
- = dbpedia:Düsseldorf_Hauptbahnhof .
+ owl:sameAs dbpedia:Düsseldorf_Hauptbahnhof .
diff --git a/data/rail/dk.ttl b/data/rail/dk.ttl
index eb38b59..9289ece 100644
--- a/data/rail/dk.ttl
+++ b/data/rail/dk.ttl
@@ -3,6 +3,7 @@
@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#> .
@@ -37,7 +38,7 @@
rail:distance [ unit:m 0 ] ;
rail:along_route rail-dk-route:TIB1
] ;
- = dbpedia:Copenhagen_Central_Station .
+ owl:sameAs dbpedia:Copenhagen_Central_Station .
:station-valby a rail:Station ;
skos:prefLabel "Valby station" ,
@@ -48,7 +49,7 @@
rail:distance [ unit:m 3900 ] ;
rail:along_route rail-dk-route:TIB1
] ;
- = dbpedia:Valby_station .
+ owl:sameAs dbpedia:Valby_station .
:station-høje-taastrup a rail:Station ;
skos:prefLabel "Høje Taastrup station" ,
@@ -59,7 +60,7 @@
rail:distance [ unit:m 19500 ] ;
rail:along_route rail-dk-route:TIB1
] ;
- = dbpedia:Høje_Taastrup_station .
+ owl:sameAs dbpedia:Høje_Taastrup_station .
:station-hedehusene a rail:Station ;
skos:prefLabel "Hedehusene station" ,
@@ -90,7 +91,7 @@
rail:along_route rail-dk-route:TIB1 ,
rail-dk-route:TIB5
] ;
- = dbpedia:Roskilde_station .
+ owl:sameAs dbpedia:Roskilde_station .
:station-viby-sjælland a rail:Station ;
skos:prefLabel "Viby Sjælland station" ,
@@ -174,7 +175,7 @@
rail:distance [ unit:m 0 ] ;
rail:along_route rail-dk-route:TIB21
] ;
- = dbpedia:Odense_station .
+ owl:sameAs dbpedia:Odense_station .
:station-holmstrup a rail:Station ;
skos:prefLabel "Holmstrup station" ,
diff --git a/data/rail/dk/route/TIB1.ttl b/data/rail/dk/route/TIB1.ttl
index 7f26531..cce44fb 100644
--- a/data/rail/dk/route/TIB1.ttl
+++ b/data/rail/dk/route/TIB1.ttl
@@ -1,6 +1,7 @@
@base <http://data.jones.dk/rail/dk/route/TIB1> .
@prefix : <#> .
@prefix dbpedia: <http://dbpedia.org/resource/> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rail: <http://ontologi.es/rail/vocab#> .
@prefix rail-dk: <http://data.jones.dk/rail/dk#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@@ -12,7 +13,7 @@
"Copenhagen–Fredericia/Taulov"@en ;
skos:altLabel "TIB1"@zxx ;
rail:managed_by rail-dk:org-banedanmark ;
- = dbpedia:Copenhagen–Fredericia%2FTaulov_Line ;
+ owl:sameAs dbpedia:Copenhagen–Fredericia%2FTaulov_Line ;
rail:route_origin dbpedia:Copenhagen_Central_Station ;
rail:stations :stations .
diff --git a/data/rail/dk/route/TIB23.ttl b/data/rail/dk/route/TIB23.ttl
index 8344b40..35a763f 100644
--- a/data/rail/dk/route/TIB23.ttl
+++ b/data/rail/dk/route/TIB23.ttl
@@ -1,6 +1,7 @@
@base <http://data.jones.dk/rail/dk/route/TIB23> .
@prefix : <#> .
@prefix dbpedia: <http://dbpedia.org/resource/> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rail: <http://ontologi.es/rail/vocab#> .
@prefix rail-dk: <http://data.jones.dk/rail/dk#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@@ -11,7 +12,7 @@
skos:prefLabel "Fredericia–Århus" ;
skos:altLabel "TIB23"@zxx ;
rail:managed_by rail-dk:org-banedanmark ;
- = dbpedia:Fredericia–Århus ;
+ owl:sameAs dbpedia:Fredericia–Århus ;
rail:route_origin dbpedia:Fredericia ;
rail:stations :stations .