query-e73ea07ea4b5d54b3bb90cc76fb26822

rq turtle/ttl

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

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

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