query-ba0a816b529ce70fb79be5cde6ac2df7

rq turtle/ttl

Humans with a voice type (P412) and a Fach (P1731) property. SELECT ?singer ?singerLabel ?voiceType ?voiceTypeLabel ?fach ?fachLabel WHERE { ?singer wdt:P31/wdt:P279* wd:Q5. ?singer wdt:P412 ?voiceType. ?singer wdt:P1731 ?fach.

SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } Humans with a voice type (P412) and a Fach (P1731) property. SELECT ?singer ?singerLabel ?voiceType ?voiceTypeLabel ?fach ?fachLabel WHERE { ?singer wdt:P31/wdt:P279* wd:Q5. ?singer wdt:P412 ?voiceType. ?singer wdt:P1731 ?fach.

SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } Humans with a voice type (P412) and a Fach (P1731) property. SELECT ?singer ?singerLabel ?voiceType ?voiceTypeLabel ?fach ?fachLabel WHERE { ?singer wdt:P31/wdt:P279* wd:Q5. ?singer wdt:P412 ?voiceType. ?singer wdt:P1731 ?fach.

SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } }

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#>
# Humans with a voice type (P412) and a Fach (P1731) property.
SELECT ?singer ?singerLabel ?voiceType ?voiceTypeLabel ?fach ?fachLabel
WHERE 
{
  ?singer wdt:P31/wdt:P279* wd:Q5.
  ?singer wdt:P412 ?voiceType.
  ?singer wdt:P1731 ?fach.

  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?fach"):::projected v1("?singer"):::projected v2("?voiceType"):::projected a1((" ")) c7(["bd:serviceParam"]):::iri c3(["wd:Q5"]):::iri c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 v1 --"wdt:P412"--> v2 v1 --"wdt:P1731"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end