query-0c7a2a5b11f9082c8e40a424ad6160d8
occupation (P106), employer (P108)
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#>
SELECT ?person ?personLabel ?quelquechose ?quelquechoseLabel WHERE {
?person wdt:P106 wd:Q635734 .
?person wdt:P108 ?quelquechose .
?quelquechose wdt:P31/wdt:P279* wd:Q166118 .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
LIMIT 100
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?person"):::projected
v2("?quelquechose"):::projected
a1((" "))
c6(["wd:Q166118"]):::iri
c8(["bd:serviceParam"]):::iri
c2(["wd:Q635734"]):::iri
c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 --"wdt:P106"--> c2
v1 --"wdt:P108"--> v2
v2 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c6
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end