summaryrefslogtreecommitdiff
path: root/data/rail/de/route/ICE10b.ttl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2014-08-20 16:27:10 +0200
committerJonas Smedegaard <dr@jones.dk>2014-08-20 16:27:10 +0200
commit1b9acb9e88ed721a8bf19f1d878caa09f64d4fb1 (patch)
treeee04b8c56a5881f21baa94401cbb34c023394747 /data/rail/de/route/ICE10b.ttl
parent4238425c22b96178bbaeb629bb06042e99ad3d0c (diff)
Tidy and extend rail/*.
Diffstat (limited to 'data/rail/de/route/ICE10b.ttl')
-rw-r--r--data/rail/de/route/ICE10b.ttl17
1 files changed, 7 insertions, 10 deletions
diff --git a/data/rail/de/route/ICE10b.ttl b/data/rail/de/route/ICE10b.ttl
index 68844a9..0d45ebf 100644
--- a/data/rail/de/route/ICE10b.ttl
+++ b/data/rail/de/route/ICE10b.ttl
@@ -1,26 +1,23 @@
@base <http://data.jones.dk/rail/de/route/ICE10b> .
@prefix : <#> .
+@prefix dbpedia: <http://dbpedia.org/resource/> .
@prefix dc: <http://purl.org/dc/terms/> .
-@prefix foaf: <http://xmlns.com/foaf/0.1/> .
-@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix rail: <http://ontologi.es/rail/vocab#> .
@prefix rail-de: <http://data.jones.dk/rail/de#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
<> a rail:Route ;
- foaf:name "Berlin To Bonn Line"@en ;
- foaf:page <https://en.wikipedia.org/wiki/List_of_Intercity-Express_lines#10_.E2.80.93_12> ;
- rail:elr "ICE10b"@zxx ;
- rail:route_origin [
- a geo:SpatialThing ;
- rdfs:label "Berlin"@en
- ] ;
+ skos:prefLabel "Berlin To Bonn Line"@en ;
+ skos:altLabel "ICE10b"@zxx ;
+ rdfs:seeAlso <https://en.wikipedia.org/wiki/List_of_Intercity-Express_lines#10_.E2.80.93_12> ;
+ rail:route_origin dbpedia:Berlin_Hauptbahnhof ;
dc:hasPart <ICE10> ;
rail:stations :stations .
:stations a rdf:List ;
- dc:title "Stations"@en ;
+ skos:prefLabel "Stations"@en ;
rdfs:member rail-de:station-berlin-ost ,
rail-de:station-berlin ,
rail-de:station-berlin-spandau ,