query-eb18ec70fc30e5ed309fe0b137935651

rq turtle/ttl

SupportPeter F. Patel-Schneider

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT DISTINCT ?ind ?indLabel ( SAMPLE (?i) AS ?iSample ) ( SAMPLE (?iLabel) AS ?iSampleLabel ) WHERE {{
    ?ind wdt:P31/wdt:P279* wd:Q105939340 .
    {{ SELECT DISTINCT ?ind ?i WHERE {{ [[:Template:?i wdt:P31 ?ind .]] UNION [[:Template:?ind wdt:P279 ?i]] UNION [[:Template:?i wdt:P279 ?ind]] }} }}
    OPTIONAL [[:Template:?ind rdfs:label ?indLabel . FILTER ( lang(?indLabel) = 'en' )]]
    OPTIONAL [[:Template:?i rdfs:label ?iLabel . FILTER ( lang(?iLabel) = 'en' )]]
}} GROUP BY ?ind ?indLabel

Query found at