query-35135d03ece6d3de3ccdb8691d86cf8c
TODO
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 DISTINCT ?item ?itemLabel WHERE {?item wdt:P4969 ?derivative MINUS {{?derivative wdt:P31/wdt:P279* wd:Q386724 .} UNION {?derivative wdt:P31/wdt:P279* wd:Q4886 .} UNION {?derivative wdt:P31/wdt:P279* wd:Q43099500 .}} SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } }
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?derivative")
v1("?item"):::projected
a1((" "))
a2((" "))
a3((" "))
c6(["wd:Q43099500"]):::iri
c8(["bd:serviceParam"]):::iri
c4(["wd:Q386724"]):::iri
c10(["en"]):::literal
c5(["wd:Q4886"]):::iri
v1 --"wdt:P4969"--> v2
subgraph minus0["MINUS"]
style minus0 stroke-width:6px,fill:pink,stroke:red;
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
subgraph union1[" Union "]
subgraph union1l[" "]
style union1l fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P31"--> a3
a3 --"wdt:P279"--> c6
end
subgraph union1r[" "]
style union1r fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P31"--> a2
a2 --"wdt:P279"--> c5
end
union1r <== or ==> union1l
end
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c4
end
union0r <== or ==> union0l
end
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end