User:Edoderoo/sparql

From Wikidata
Jump to navigation Jump to search

SparQL is a query language that can be used to get data from WikiData in a structured way.

BRIN[edit]

select ?item ?itemLabel ?itemDescription ?gemeenteLabel ?BRIN ?website
where { ?item wdt:P3061 ?BRIN . 
       OPTIONAL {?item wdt:P131 ?gemeente}     .
       OPTIONAL {?item wdt:P856 ?website } .
      {service wikibase:label {bd:serviceParam wikibase:language "nl"
Try it!
     }}}

x[edit]