Project:SPARQL/examples: Difference between revisions

Line 106: Line 106:
   SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
   SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
   }
   }
</sparql>
== species observed through iNaturalist in New Zealand not being described by an English Wikipedia article ==
<sparql tryit="1" list="1">
PREFIX wbt: <http://biodiversity.wiki.opencura.com/prop/direct/>
PREFIX wb: <http://biodiversity.wiki.opencura.com/entity/>
SELECT * WHERE {
?observation wbt:P9 ?taxon .
{SELECT * WHERE {
  SERVICE wikibase:around {
        ?observation wbt:P8 ?location .
        bd:serviceParam wikibase:center ?loc .
        bd:serviceParam wikibase:radius "100" .
  }
  SERVICE <https://query.wikidata.org/sparql> {
      wd:Q664 wdt:P625 ?loc .
  }
}}}
</sparql>
</sparql>
Bots, Bureaucrats, emailconfirmed, Administrators
603,740

edits