query-9811a2f8e6f314bdb7ecb4713a888092

rq turtle/ttl

Individuals

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
PREFIX target: <http://www.wikidata.org/entity/Q36341>

SELECT 
  ?individual ?individualLabel ?individualDescription
WHERE {
  # wdt:P31 could also be relevant
  ?individual wdt:P10241 target: .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
LIMIT 200

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?individual"):::projected c4(["bd:serviceParam"]):::iri c2([http://www.wikidata.org/entity/Q36341]):::iri c6(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wdt:P10241"--> c2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end