query-e98d46b03ccee674bf26037cfe2ab6db
PropertiesElectronic Enlightenment ID (P3429)
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX schema: <http://schema.org/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?person ?personLabel ?personDescription (URI(CONCAT("https://doi.org/10.13051/ee:bio/", ?ee)) AS ?eelink)
(GROUP_CONCAT(?otherwp) AS ?links)
WHERE {
?person wdt:P3429 ?ee.
MINUS {?englishwp schema:about ?person; schema:isPartOf <https://en.wikipedia.org/> }
SERVICE wikibase:label {bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en,fr,de"}
?otherwp schema:about ?person
FILTER CONTAINS(STR(?otherwp),"wikipedia")
} GROUP BY ?personLabel ?personDescription ?ee ?person ORDER BY ?ee
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?ee"):::projected
v5("?eelink")
v4("?englishwp")
v6("?links")
v2("?otherwp"):::projected
v3("?person"):::projected
c5([https://en.wikipedia.org/]):::iri
c7(["bd:serviceParam"]):::iri
c9(["#91;AUTO_LANGUAGE#93;,en,fr,de"]):::literal
f0[["contains(str(?otherwp),'wikipedia')"]]
f0 --> v2
v3 --"wdt:P3429"--> v1
subgraph minus1["MINUS"]
style minus1 stroke-width:6px,fill:pink,stroke:red;
v4 --"schema:about"--> v3
v4 --"schema:isPartOf"--> c5
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end
v2 --"schema:about"--> v3
bind3[/"concat('https://doi.org/10.13051/ee:bio/',?ee)"/]
v1 --o bind3
bind3 --as--o v5
bind4[/"?otherwp"/]
v2 --o bind4
bind4 --as--o v6