query-8184d37e4641ee6248842c9866fb4cd6
André Costa (WMSE)
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX schema: <http://schema.org/>
SELECT ?item WHERE { ?item wdt:P649 [] . MINUS { ?sitelink schema:about ?item } }
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
v2("?sitelink")
a1((" "))
v1 --"wdt:P649"--> a1
subgraph minus0["MINUS"]
style minus0 stroke-width:6px,fill:pink,stroke:red;
v2 --"schema:about"--> v1
end