query-9b8dde170250dee65a3a0d90d91e87e5
Propertiesinstance of (P31)sports season of league or competition (P3450)
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?item
WHERE
{
VALUES ?values { wd:Q27020041 wd:Q34262376 }
?item wdt:P31 ?values
MINUS { ?item wdt:P3450 [] }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?item"):::projected
v1("?values")
a1((" "))
bind0[/VALUES ?values/]
bind0-->v1
bind00(["wd:Q27020041"])
bind00 --> bind0
bind01(["wd:Q34262376"])
bind01 --> bind0
v2 --"wdt:P31"--> v1
subgraph minus1["MINUS"]
style minus1 stroke-width:6px,fill:pink,stroke:red;
v2 --"wdt:P3450"--> a1
end