query-bb4c340ad5a21b508073b231a48cf15b
Badminton championships in 2020 without an article in de
Use at
- https://query.wikidata.org/sparql
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel WHERE {
?item wdt:P5008 wd:Q66098665 .
?item wdt:P585 ?_publication_date .
SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
FILTER (?_publication_date = "2020-00-00T00:00:00Z"^^xsd:dateTime)
FILTER NOT EXISTS { ?item wdt:P31 wd:Q57733494 }
FILTER NOT EXISTS { ?wde schema:about ?item . ?wde schema:inLanguage "de" }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?_publication_date")
v2("?item"):::projected
v1("?wde")
c3(["de"]):::literal
c8(["wd:Q66098665"]):::iri
c13(["en"]):::literal
c5(["wd:Q57733494"]):::iri
c11(["bd:serviceParam"]):::iri
f0[["not "]]
subgraph f0e0["Exists Clause"]
e0v1 --"schema:about"--> e0v2
e0v1 --"schema:inLanguage"--> e0c3
e0v2("?item"):::projected
e0v1("?wde"):::projected
e0c3(["de"]):::literal
end
f0--EXISTS--> f0e0
f0 --> v1
f0 --> c1
f0 --> v2
f0 --> c2
f0 --> c3
v1 --"schema:about"--> v2
v1 --"schema:inLanguage"--> c3
f1[["not "]]
subgraph f1e1["Exists Clause"]
e1v1 --"wdt:P31"--> e1c2
e1v1("?item"):::projected
e1c2(["wd:Q57733494"]):::iri
end
f1--EXISTS--> f1e1
f1 --> v2
f1 --> c4
f1 --> c5
v2 --"wdt:P31"--> c5
f2[["?_publication_date = '2020-00-00T00:00:00Z^^xsd:dateTime'"]]
f2 --> v3
v2 --"wdt:P5008"--> c8
v2 --"wdt:P585"--> v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c11 --"wikibase:language"--> c13
end