query-887dccf7ce8070a53795bbb34ea0ac3e
Title:Memoriali di guerra e targhe commemorative senza commemora (P547) SELECT ?item ?itemLabel WHERE { ?item wdt:P131* wd:Q1273 ; wdt:P31 ?v . VALUES ?v { wd:Q575759 wd:Q721747 } . MINUS { ?item wdt:P547 ?d } . SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } }
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#>
#Title:Memoriali di guerra e targhe commemorative senza commemora (P547)
SELECT ?item ?itemLabel
WHERE {
?item wdt:P131* wd:Q1273 ; wdt:P31 ?v . VALUES ?v { wd:Q575759 wd:Q721747 } .
MINUS { ?item wdt:P547 ?d } .
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;
v3("?d")
v1("?item"):::projected
v3("?v")
c6(["bd:serviceParam"]):::iri
c2(["wd:Q1273"]):::iri
c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 --"wdt:P131"--> c2
v1 --"wdt:P31"--> v3
bind0[/VALUES ?v/]
bind0-->v3
bind00(["wd:Q575759"])
bind00 --> bind0
bind01(["wd:Q721747"])
bind01 --> bind0
subgraph minus1["MINUS"]
style minus1 stroke-width:6px,fill:pink,stroke:red;
v1 --"wdt:P547"--> v3
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end