query-a23940c75bbfe7c7fa76bfcba336ad38
Propertiesmember of (P463)sex or gender (P21)image (P18)educated at (P69)academic degree (P512)
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 ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?personLabel ?schoolLabel ?image
WHERE {
?person wdt:P463 wd:Q270794.
?person wdt:P21 wd:Q6581072;
p:P69 [ps:P69 ?school; pq:P512 wd:Q752297].
OPTIONAL {?person wdt:P18 ?image.}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?image"):::projected
v1("?person")
v2("?school")
a1((" "))
c7(["wd:Q752297"]):::iri
c4(["wd:Q6581072"]):::iri
c2(["wd:Q270794"]):::iri
c11(["bd:serviceParam"]):::iri
c13(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 --"p:direct/P463"--> c2
v1 --"p:direct/P21"--> c4
a1 --"p:statement/P69"--> v2
a1 --"p:qualifier/P512"--> c7
v1 --"p:P69"--> a1
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."p:direct/P18".-> v3
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c11 --"wikibase:language"--> c13
end