query-b6d68e69d1767a21e6bf49c003fc9809
13:02, 7 December 2017 (UTC)) talk (Bigbossfarinitems without instance of and subclass of About me
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT ?item WHERE {
?item wikibase:sitelinks [] .
MINUS { ?item (wdt:P31|wdt:P279) [] } .
}
LIMIT 1000
Query found at
- https://www.wikidata.org/wiki/User:Bigbossfarin
- https://www.wikidata.org/wiki/Wikidata:Request_a_query/Archive/2017/12
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
a1((" "))
a2((" "))
v1 --"wikibase:sitelinks"--> a1
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;
v1 --"wdt:P279"--> a2
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P31"--> a2
end
union0r <== or ==> union0l
end
end