SPARQL examples: Difference between revisions

From Dariah-Lab
Jump to navigation Jump to search
Line 6: Line 6:




=== <!--T:541--> Cats ===
=== <!--T:541--> Institutions sparql ===
{{SPARQL|query=SELECT ?institution ?institutionLabel  
{{SPARQL|query=SELECT ?institution ?institutionLabel  
WHERE  
WHERE  

Revision as of 09:18, 11 May 2022

This page is parsed by the web interface of the query service to fill the query example dialog.

Simple queries

Institutions sparql

Template:SPARQL

Institutions

 SELECT ?institution ?institutionLabel WHERE {
     SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
     ?institution wdt:P47 wd:Q467.
 }