-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnode-1.ttl
27 lines (26 loc) · 1017 Bytes
/
node-1.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
PREFIX geo: <http://www.opengis.net/ont/geosparql#>
PREFIX osmnode: <https://www.openstreetmap.org/node/>
PREFIX osmrel: <https://www.openstreetmap.org/relation/>
PREFIX osmway: <https://www.openstreetmap.org/way/>
PREFIX osmm: <https://example.org/todo-meta/>
PREFIX osmt: <https://wiki.openstreetmap.org/wiki/Key:>
PREFIX osmx: <https://example.org/todo-xref/>
PREFIX osmw: <https://wiki.openstreetmap.org/wiki/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
osmnode:1
osmm:changeset 124176968 ;
osmm:loc "Point(42.7957187 13.5690032)"^^geo:wktLiteral ;
osmm:timestamp "2022-07-28T09:47:39Z"^^xsd:dateTime ;
osmm:type "n" ;
osmm:user "owene" ;
osmm:userid 29598 ;
osmm:version 33 ;
osmt:communication:microwave "yes" ;
osmt:communication:radio "fm" ;
osmt:description "Radio Subasio" ;
osmt:frequency "105.5 MHz" ;
osmt:man_made "mast" ;
osmt:name "Monte Piselli - San Giacomo" ;
osmt:tower:construction "lattice" ;
osmt:tower:type "communication" ;
.