SPARQL Examples

From Semantic Lab
Revision as of 05:34, 8 March 2024 by MattTest (talk | contribs) (MattTest moved page SPARQL EXAMPLES to SPARQL Examples without leaving a redirect)
Jump to navigation Jump to search

All records

All records associated with our various projects on Wikibase


 # All records associated with our various projects on Wikibase

SELECT DISTINCT ?item ?itemLabel ?type ?typeLabel ?project ?projectLabel WHERE {

   ?item wdt:P1 ?type.
   ?item wdt:P11 ?project.
 SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
 

} ORDER BY ?projectLabel