query-69b9d5adc5c4828977645ce15bb5a75a
Occupations that have Field of Work property
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 DISTINCT ?item ?itemLabel ?location ?locationLabel ?creator ?creatorLabel
WHERE { ?item (wdt:P31/wdt:P279*) wd:Q12737077 . #Occupations showing fields of work
?item wdt:P101 ?field .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en,de,fr". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?field")
v1("?item"):::projected
a1((" "))
c8(["#91;AUTO_LANGUAGE#93;,en,de,fr"]):::literal
c3(["wd:Q12737077"]):::iri
c6(["bd:serviceParam"]):::iri
v1 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c3
v1 --"wdt:P101"--> v2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end