query-0407ffd4d3e1ab3d23610ced9a5eab5e
nur Multiples Myelom
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 ?study ?studyLabel
WHERE {
?study wdt:P31 wd:Q30612 .
?study wdt:P1050 wd:Q467635 .
SERVICE wikibase:label { bd:serviceParam wikibase:language "de,en" }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?study"):::projected
c6(["bd:serviceParam"]):::iri
c8(["de,en"]):::literal
c2(["wd:Q30612"]):::iri
c4(["wd:Q467635"]):::iri
v1 --"wdt:P31"--> c2
v1 --"wdt:P1050"--> c4
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end