query-9a8bf3853ced86926fcd086eb0ae8a02
PropertiesElectronic Enlightenment ID (P3429)member of (P463)
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 ?orgLabel ?person ?personLabel ?ee
WHERE {
?person wdt:P3429 ?ee;
wdt:P463 ?org
SERVICE wikibase:label {bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en"}
} ORDER BY ?orgLabel ?ee
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?ee"):::projected
v4("?org")
v1("?orgLabel"):::projected
v3("?person"):::projected
c4(["bd:serviceParam"]):::iri
c6(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v3 --"wdt:P3429"--> v2
v3 --"wdt:P463"--> v4
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c4 --"wikibase:language"--> c6
end