query-fd444d369d9f47371e336538f71de9be
Adminbot deleting non-notable Semantic Scholar authors Epìdosis: Request date: 26 November 2021, byLink to discussions justifying the request Task descriptionGiven the following query Request to massdelete non-notable Semantic Scholar authors (2023-04-16) Epìdosis: Request date: 16 April 2023, byTask descriptionGiven the following query
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?item ?itemLabel
WHERE {
?item wdt:P4012 ?sesc .
?item wikibase:identifiers 1 .
MINUS { ?other ?id ?item } .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
ORDER BY ?itemLabel
Query found at
- https://www.wikidata.org/wiki/Wikidata:Bot_requests/Archive/2021/11
- https://www.wikidata.org/wiki/Wikidata:Bot_requests/Archive/2023/04
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v5("?id")
v2("?item"):::projected
v1("?itemLabel"):::projected
v4("?other")
v3("?sesc")
c3(["1^^xsd:integer"]):::literal
c5(["bd:serviceParam"]):::iri
c7(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v2 --"wdt:P4012"--> v3
v2 --"wikibase:identifiers"--> c3
subgraph minus0["MINUS"]
style minus0 stroke-width:6px,fill:pink,stroke:red;
v4 -->v5--> v2
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c5 --"wikibase:language"--> c7
end