query-d03132cf1f15ce9a72fd9ace55d92277
Get all sectors from the "Branchensystematikstelle des Pressearchiv 20. Jahrhundert"
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 ?sector ?sectorLabel WHERE {
?sector (wdt:P31/(wdt:P279*)) wd:Q8187769;
wdt:P1535 wd:Q36948990.
SERVICE wikibase:label { bd:serviceParam wikibase:language "de". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?sector"):::projected
a1((" "))
c9(["de"]):::literal
c7(["bd:serviceParam"]):::iri
c5(["wd:Q36948990"]):::iri
c3(["wd:Q8187769"]):::iri
v1 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c3
v1 --"wdt:P1535"--> c5
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end