query-c2107d9581e9b6f51c7f4e943b56dce6

rq turtle/ttl

Propertiesauthor (P50)main subject (P921)

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 ?item ?itemLabel ?p ?propLabel ?o ?oLabel
WHERE {
  ?item ?p ?o .
  VALUES (?p ?o) {
    (wdt:P50 wd:Q36322)
    (wdt:P921 wd:Q34969)
  }
  ?prop wikibase:directClaim ?p .
  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; v1("?item"):::projected v4("?o"):::projected v4("?p"):::projected v4("?prop") c3(["bd:serviceParam"]):::iri c5(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 -->v4--> v4 bind0[/VALUES ?o ?p/] bind0-->v4 bind0-->v4 bind00(["wdt:P50"]) bind00 --> bind0 bind01(["wd:Q36322"]) bind01 --> bind0 bind02(["wdt:P921"]) bind02 --> bind0 bind03(["wd:Q34969"]) bind03 --> bind0 v4 --"wikibase:directClaim"--> v4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c3 --"wikibase:language"--> c5 end