-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrelation-10000.ttl
49 lines (48 loc) · 1.43 KB
/
relation-10000.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
PREFIX osmm: <https://example.org/todo-meta/>
PREFIX osmrel: <https://www.openstreetmap.org/relation/>
PREFIX osmt: <https://wiki.openstreetmap.org/wiki/Key:>
PREFIX osmway: <https://www.openstreetmap.org/way/>
PREFIX osmx: <https://example.org/todo-xref/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
osmrel:10000
osmm:changeset 105419300 ;
osmm:timestamp "2021-05-27T10:47:23+00:00"^^xsd:dateTime ;
osmm:user "salgo60" ;
osmm:version 6 ;
osmt:name "Kyrksjön" ;
osmt:natural "water" ;
osmt:source:lake "Review by So9q using LM Topographic Map" ;
osmt:type "multipolygon" ;
osmt:water "lake" ;
osmt:wikidata "Q18133662" ;
osmx:hasmembers (
[
osmx:hasroleouter osmway:23641716
]
[
osmx:hasroleinner osmway:223698907
]
[
osmx:hasroleinner osmway:225434252
]
[
osmx:hasroleinner osmway:223698903
]
[
osmx:hasroleinner osmway:23729231
]
[
osmx:hasroleinner osmway:223698904
]
[
osmx:hasroleinner osmway:223698908
]
[
osmx:hasroleinner osmway:225434253
]
[
osmx:hasroleinner osmway:23729234
]
) ;
.