query-200d3f2d5b688d2b361a3111327694ef
Propertiesinstance of (P31)research intervention (P4844)subclass of (P279)
Use at
- https://query.wikidata.org/sparql
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 WHERE {
?trial wdt:P31 wd:Q30612 .
?trial wdt:P4844 ?intervention.
?intervention wdt:P31/wdt:P279* wd:Q87719492 .
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("?intervention")
v1("?trial"):::projected
a1((" "))
c7(["bd:serviceParam"]):::iri
c5(["wd:Q87719492"]):::iri
c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c2(["wd:Q30612"]):::iri
v1 --"wdt:P31"--> c2
v1 --"wdt:P4844"--> v2
v2 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c5
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end