summaryrefslogtreecommitdiff
path: root/data/rail/de/route/ICE10.ttl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2020-04-12 12:57:38 +0200
committerJonas Smedegaard <dr@jones.dk>2020-04-12 12:57:38 +0200
commit5c821e5bdcdbef1382a1110b335ba486ad2d4fed (patch)
treedf6d08b1a496eee4d3c4a65aa2aa396c0fd26320 /data/rail/de/route/ICE10.ttl
parent9fd09f7be8499647eed6cb75edcc8129be8382d3 (diff)
use compact Turtle syntax for collections
Diffstat (limited to 'data/rail/de/route/ICE10.ttl')
-rw-r--r--data/rail/de/route/ICE10.ttl21
1 files changed, 8 insertions, 13 deletions
diff --git a/data/rail/de/route/ICE10.ttl b/data/rail/de/route/ICE10.ttl
index 0af711c..8675083 100644
--- a/data/rail/de/route/ICE10.ttl
+++ b/data/rail/de/route/ICE10.ttl
@@ -27,16 +27,11 @@
rail-de:station-hannover ,
rail-de:station-bielefeld ,
rail-de:station-hamm ;
- rdf:first rail-de:station-berlin-ost ;
- rdf:rest [ a rdf:List ;
- rdf:first rail-de:station-berlin ;
- rdf:rest [ a rdf:List ;
- rdf:first rail-de:station-berlin-spandau ;
- rdf:rest [ a rdf:List ;
- rdf:first rail-de:station-hannover ;
- rdf:rest [ a rdf:List ;
- rdf:first rail-de:station-bielefeld ;
- rdf:rest [ a rdf:List ;
- rdf:first rail-de:station-hamm ;
- rdf:rest <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>
- ]]]]] .
+ (
+ rail-de:station-berlin-ost
+ rail-de:station-berlin
+ rail-de:station-berlin-spandau
+ rail-de:station-hannover
+ rail-de:station-bielefeld
+ rail-de:station-hamm
+ ) .