query-f606c3803948313b702723cd645c3269

rq turtle/ttl

:, bitte sehr - FIB-Biographien ohne deWikipedia-Artikel:Karl Gruberservus @ ]reply[13:38, 25 August 2020 (UTC)) talk (K@rlKannst du mir alle aufzählen, nur eben mit oder ohne de-WP - vielleicht falsch angefragt ;-) aber trotzdem einmal danke]reply[13:51, 25 August 2020 (UTC)) talk (K@rlAber jetzt bin i noch einmal lästig, kannst mir die RAT ID auch noch reinsetzen, auch wenns net viele sein werden ;-) --danke ]reply[13:45, 25 August 2020 (UTC)) talk (K@rlSuper danke, da gibt es genug zu tun :-) --lg ]reply[13:41, 25 August 2020 (UTC)) talk (Mfchris84: klar - kein Problem, Abfrage oben entsprechend korrigiert. lg, Karl Gruber@ zwei von 585 Einträgen): Q71731256 und Q88743107:, obige Abfrage mit optionaler RAT (derzeit mit Karl Gruber@ 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 schema: <http://schema.org/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?fib ?wpArtikel ?RAT WHERE {
  ?item wdt:P8544 ?fib;
    wdt:P31 wd:Q5.
  OPTIONAL {
    ?wpArtikel schema:about ?item;
      schema:isPartOf <https://de.wikipedia.org/>.
  }
  OPTIONAL {?item wdt:P6228 ?RAT }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?RAT"):::projected v2("?fib"):::projected v1("?item"):::projected v3("?wpArtikel"):::projected c6([https://de.wikipedia.org/]):::iri c9(["bd:serviceParam"]):::iri c3(["wd:Q5"]):::iri c11(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wdt:P8544"--> v2 v1 --"wdt:P31"--> c3 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v3 -."schema:about".-> v1 v3 --"schema:isPartOf"--> c6 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P6228".-> v4 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 end