query-f98341643bb403700cb674585652be3b
Marxist women in English Wikipedia not present in Spanish Wikipedia
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#>
PREFIX schema: <http://schema.org/>
SELECT DISTINCT ?item ?itemLabel ?linkCount
WHERE
{
?item wdt:P21 wd:Q6581072 .
?item wdt:P102*/wdt:P1142*/wdt:P1387*/wdt:P361* wd:Q7264 .
?item wikibase:sitelinks ?linkCount .
?wen schema:about ?item .
?wen schema:inLanguage "en" .
?wen schema:isPartOf <https://en.wikipedia.org/> .
OPTIONAL { ?wes schema:about ?item . ?wes schema:inLanguage "es" }
FILTER (!BOUND(?wes))
SERVICE wikibase:label { bd:serviceParam wikibase:language "en,de,pt,fr,it,ca" }
}
ORDER BY DESC(?linkCount)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?item"):::projected
v1("?linkCount"):::projected
v4("?wen")
v2("?wes")
a1((" "))
a2((" "))
a3((" "))
c11(["en"]):::literal
c2(["wd:Q6581072"]):::iri
c14(["es"]):::literal
c18(["en,de,pt,fr,it,ca"]):::literal
c13([https://en.wikipedia.org/]):::iri
c16(["bd:serviceParam"]):::iri
c7(["wd:Q7264"]):::iri
f0[["not bound(?wes)"]]
f0 --> v2
v3 --"wdt:P21"--> c2
v3 --"wdt:P102"--> a1
a1 --"wdt:P1142"--> a2
a2 --"wdt:P1387"--> a3
a3 --"wdt:P361"--> c7
v3 --"wikibase:sitelinks"--> v1
v4 --"schema:about"--> v3
v4 --"schema:inLanguage"--> c11
v4 --"schema:isPartOf"--> c13
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v2 -."schema:about".-> v3
v2 --"schema:inLanguage"--> c14
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c16 --"wikibase:language"--> c18
end