diff options
author | Jonas Smedegaard <dr@jones.dk> | 2015-07-19 21:07:29 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-07-19 21:07:29 +0200 |
commit | c93b180737986a497527cdeb5eeb55c99e4225c4 (patch) | |
tree | 694ea30de0f81f19018dc2766f6b9f23d4ec91ca | |
parent | 7defe06eb80b8393ab49b35994b62a3c755ab989 (diff) |
Fix link ICE10 to ICE10a and ICE10b (not ICE542 or ICE552).
-rw-r--r-- | data/rail/de/route/ICE10.ttl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/data/rail/de/route/ICE10.ttl b/data/rail/de/route/ICE10.ttl index c343448..b23fe62 100644 --- a/data/rail/de/route/ICE10.ttl +++ b/data/rail/de/route/ICE10.ttl @@ -13,8 +13,9 @@ skos:altLabel "ICE10"@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:isPartOf <ICE542> , - <ICE552> ; + dc:isPartOf + <ICE10a> , + <ICE10b> ; rail:stations :stations . :stations a rdf:List ; |