query-41da8872cf33e8b9b769732d0888c264

rq turtle/ttl

Propertiesinstance of (P31)funder (P8324)sponsor (P859)

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 ?trial ?trialLabel ?link WHERE {
  ?trial wdt:P31 wd:Q30612 .
  { ?trial wdt:P8324 wd:Q7144950 .}
  UNION
  { ?trial wdt:P859 wd:Q7144950 .}
  ?trial ?link wd:Q7144950 .
  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; v2("?link"):::projected v1("?trial"):::projected c4(["wd:Q7144950"]):::iri c7(["bd:serviceParam"]):::iri c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal c2(["wd:Q30612"]):::iri v1 --"wdt:P31"--> c2 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P859"--> c4 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P8324"--> c4 end union0r <== or ==> union0l end v1 -->v2--> c4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end