query-a1d231764e2c4de0134fcca8c60d5f33
Missing properties on outbreak items } } ."[AUTO_LANGUAGE],en" language:wikibase serviceParam:bd { label:wikibase SERVICE } [] P361:wdt ?item { MINUS . ] Q84263196:wd P642:pq ; Q3241045:wd P31:ps[ P31:p ?item { ?itemDescription ?itemLabel ?item SELECT } } ."[AUTO_LANGUAGE],en" language:wikibase serviceParam:bd { label:wikibase SERVICE } [] P276:p ?item { MINUS . Q81068910:wd +P361:wdt ?item . Q3241045:wd P31:wdt ?item { ?itemDescription ?itemLabel ?item SELECT } } ."[AUTO_LANGUAGE],en" language:wikibase serviceParam:bd { label:wikibase SERVICE } [] P17:p ?item { MINUS . Q81068910:wd +P361:wdt ?item . Q3241045:wd P31:wdt ?item { ?itemDescription ?itemLabel ?item SELECT
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 p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?itemDescription
{
?item wdt:P31 wd:Q3241045 .
?item wdt:P361+ wd:Q81068910 .
MINUS { ?item p:P580 [] }
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
a1((" "))
c2(["wd:Q3241045"]):::iri
c7(["bd:serviceParam"]):::iri
c4(["wd:Q81068910"]):::iri
c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 --"p:direct/P31"--> c2
v1 --"p:direct/P361"--> c4
subgraph minus0["MINUS"]
style minus0 stroke-width:6px,fill:pink,stroke:red;
v1 --"p:P580"--> a1
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end