query-680967539f802bc671c6b52546458419

rq turtle/ttl

TODO

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 ?Beruf ?offizieller_Name ?BerufLabel WHERE {
 ?Beruf wdt:P31 wd:Q5.
 ?Beruf wdt:P106 wd:Q15095148.
 OPTIONAL { ?Beruf wdt:P1448 ?offizieller_Name. }
 FILTER (BOUND(?offizieller_Name))
 SERVICE wikibase:label { bd:serviceParam wikibase:language "en,fr,nl,de,it,es". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?Beruf"):::projected v1("?offizieller_Name"):::projected c7(["bd:serviceParam"]):::iri c2(["wd:Q5"]):::iri c9(["en,fr,nl,de,it,es"]):::literal c4(["wd:Q15095148"]):::iri f0[["bound(?offizieller_Name)"]] f0 --> v1 v2 --"wdt:P31"--> c2 v2 --"wdt:P106"--> c4 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P1448".-> v1 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end