query-d38b045537b7efe9e19d3af1653391d3
Propertiespublished in (P1433)main subject (P921)
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 ?paper ?paperLabel
WHERE
{
?paper wdt:P1433 wd:Q27443263 .
MINUS { ?paper wdt:P921 wd:Q2941393 } .
SERVICE wikibase:label { bd:serviceParam wikibase:language "fr" }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?paper"):::projected
c6(["bd:serviceParam"]):::iri
c4(["wd:Q2941393"]):::iri
c2(["wd:Q27443263"]):::iri
c8(["fr"]):::literal
v1 --"wdt:P1433"--> c2
subgraph minus0["MINUS"]
style minus0 stroke-width:6px,fill:pink,stroke:red;
v1 --"wdt:P921"--> c4
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end