summaryrefslogtreecommitdiff
path: root/data/rail/dk/route/TIB11.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/dk/route/TIB11.ttl
parent9fd09f7be8499647eed6cb75edcc8129be8382d3 (diff)
use compact Turtle syntax for collections
Diffstat (limited to 'data/rail/dk/route/TIB11.ttl')
-rw-r--r--data/rail/dk/route/TIB11.ttl15
1 files changed, 6 insertions, 9 deletions
diff --git a/data/rail/dk/route/TIB11.ttl b/data/rail/dk/route/TIB11.ttl
index 71f56b1..d1a05ea 100644
--- a/data/rail/dk/route/TIB11.ttl
+++ b/data/rail/dk/route/TIB11.ttl
@@ -25,12 +25,9 @@
rail-dk:station-orestad ,
rail-dk:station-tårnby ,
rail-dk:station-copenhagen-airport ;
- rdf:first rail-dk:station-copenhagen ;
- rdf:rest [ a rdf:List ;
- rdf:first rail-dk:station-ørestad ;
- rdf:rest [ a rdf:List ;
- rdf:first rail-dk:station-tårnby ;
- rdf:rest [ a rdf:List ;
- rdf:first rail-dk:station-copenhagen-airport ;
- rdf:rest <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>
- ]]] .
+ (
+ rail-dk:station-copenhagen
+ rail-dk:station-orestad
+ rail-dk:station-tårnby
+ rail-dk:station-copenhagen-airport
+ ) .