query-3b97e40bf249ae41a59f58f1f91ccb36
Centros de reciclaje de cartón en todo el mundo Centros de reciclaje de cartón en todo el mundo Centros de reciclaje de cartón en todo el mundo Kartonrecyclingcentra 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";
osmt:recycling:cardboard "yes";
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
c5(["yes"]):::literal
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://wiki.openstreetmap.org/wiki/Key:recycling:cardboard--> c5
v1 --https://www.openstreetmap.org/meta/loc--> v2
end