query-bb4a782229f57e544080673978eb497e

rq turtle/ttl

Propertiesinstance of (P31)subclass of (P279)sexual orientation (P91)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?_tre_humain ?_tre_humainLabel WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?_tre_humain (wdt:P31/wdt:P279*) wd:Q95074.
  ?_tre_humain (wdt:P91/wdt:P279*) wd:Q43200.
}
LIMIT 10000

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?_tre_humain"):::projected a1((" ")) a2((" ")) c2(["bd:serviceParam"]):::iri c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal c9(["wd:Q43200"]):::iri c7(["wd:Q95074"]):::iri subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c7 v1 --"wdt:P91"--> a2 a2 --"wdt:P279"--> c9