query-8bebc01840e46a901db597d263edba68

rq turtle/ttl

]reply[18:56, 8 March 2019 (UTC)) talk (Trygve W NodelandWar Otto von Bismarck ein "Statsmann"? Wer weiss, wer kann darüber etwas meinen. Ein Statsmann ist in meiner Meinung ein subjektives Begriff der keiner Wert hatt in ein Lexikon. Ich habe jetzt auf den Artikel über ihn auf Norwegisch zu schreiben begonnen. Wir werden uns ihn nähen, und ihn besser kennenlernen. Ob wir dann ihn als ein Statsmann entdecken werden oder was anderes, weiss ich nicht.--. In no way is "statesperson" and occupation. An occupation is something you pursue for a living (or just out of interest if you don't depend on any income). You can aspire to become a statesman, just as you can aspire to become a prophet or superstar, but it's certainly not an occupation you can get hired in after a job interview!Trygve W NodelandI completely agree with ]reply[21:05, 8 March 2019 (UTC)) talk (Trygve W NodelandDo not tell me what to do. In my opinion one does always have to use all the tools available in the toolbox. I does not matter, no one is getting any wiser by calling him a statesman or not. -- ]reply[19:06, 8 March 2019 (UTC)) talk (KresspahlThen you should discuss Q372436 in general or ask for its deletion...--What about other 3000+ statespersons? ]reply[19:21, 26 May 2019 (UTC)) talk (AsavAnd anyway, who's to decide whether someone is a statesperon or not?

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?label WHERE {
  ?item wdt:P106 wd:Q372436.
  SERVICE wikibase:label {
    bd:serviceParam wikibase:language "[AUTO_LANGUAGE]" . 
    ?item rdfs:label ?label
  }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v2("?label"):::projected c2(["wd:Q372436"]):::iri c4(["bd:serviceParam"]):::iri c6(["#91;AUTO_LANGUAGE#93;"]):::literal v1 --"wdt:P106"--> c2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 v1 --"rdfs:label"--> v2 end