Knowledge base index
Description | |
---|---|
Statistics | Number of triples: |
Fulltext index
Description | |
---|---|
Statistics |
Number of distinct text records: Number of distinct word occurrences: Number of distinct entity occurrences: |
1
PREFIX osmrel: <https://www.openstreetmap.org/relation/>
2
PREFIX osmkey: <https://www.openstreetmap.org/wiki/Key:>
3
PREFIX geo: <http://www.opengis.net/ont/geosparql#>
4
PREFIX osm2rdf: <https://osm2rdf.cs.uni-freiburg.de/rdf#>
5
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
6
SELECT ?way ?way_size ?time ?way_shape WHERE {
7
?way osm2rdf:check_contains_to ?m .
8
?m osm2rdf:check_contains_from osmrel:11734020 .
9
?m osm2rdf:check_contains_usecs ?time .
10
?way geo:hasGeometry ?way_shape .
11
?way osm2rdf:num_points ?way_size .
12
}