query-e73ea07ea4b5d54b3bb90cc76fb26822
Centros de reciclaje en todo el mundo Centros de reciclaje en todo el mundo Centros de reciclaje en todo el mundo Recyclingcentra over de hele wereld
Use at
- https://query.wikidata.org/sparql
PREFIX osmt: <https://wiki.openstreetmap.org/wiki/Key:>
PREFIX osmm: <https://www.openstreetmap.org/meta/>
#defaultView:Map
SELECT ?item ?coordenadas {
SERVICE <https://sophox.org/sparql> {
?item
osmt:amenity "recycling";
osmm:loc ?coordenadas.
}
}
Query found at
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/Peru
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/Peru/de
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/Peru/es
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/Peru/nl
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?coordenadas"):::projected
v1("?item"):::projected
c3(["recycling"]):::literal
subgraph s1["https://sophox.org/sparql"]
style s1 stroke-width:4px;
v1 --https://wiki.openstreetmap.org/wiki/Key:amenity--> c3
v1 --https://www.openstreetmap.org/meta/loc--> v2
end