query-f01585b4effb45de927ccadf9726d8d1

rq turtle/ttl

Propertiesinstance of (P31)sports season of league or competition (P3450)

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?item
WHERE
{
  { ?item wdt:P31 wd:Q27020041 }
  UNION
  { ?item wdt:P31 wd:Q34262376 }
  MINUS { ?item wdt:P3450 [] }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected a1((" ")) c2(["wd:Q27020041"]):::iri c3(["wd:Q34262376"]):::iri subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P31"--> c3 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P31"--> c2 end union0r <== or ==> union0l end subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v1 --"wdt:P3450"--> a1 end