query-00d2426884fc3a6d27b164ebe5cc9c85

rq turtle/ttl

Employees and Alumni of Bielefeld University! Mitarbeiter*innen und Alumni/ae der Uni Bielefeld!

Use at

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#>
SELECT DISTINCT ?person ?personLabel ?pic WHERE {
  {{?person wdt:P69 wd:Q24382.} UNION { ?person wdt:P108 wd:Q24382 .}}
  OPTIONAL { ?person wdt:P18 ?pic }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "de,en" }
} ORDER BY ?personLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?person"):::projected v1("?personLabel"):::projected v3("?pic"):::projected c6(["bd:serviceParam"]):::iri c2(["wd:Q24382"]):::iri c8(["de,en"]):::literal subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P108"--> c2 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P69"--> c2 end union0r <== or ==> union0l end subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P18".-> v3 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end