query-8d8a02dc58a7eb2853f4cf7285e90e3c

rq turtle/ttl

Austrian Newspaper ANNO-Sparql@labs.onb.ac.atQuery Newspaper on ONB-Labs via SPARQL: Filter on Labels:

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 ?zeitung ?zeitungLabel WHERE {
  ?zeitung (wdt:P31) wd:Q41298.
  ?zeitung ?label "Arbeiterwille"@en.
  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; v2("?label") v1("?zeitung"):::projected c5(["bd:serviceParam"]):::iri c2(["wd:Q41298"]):::iri c7(["#91;AUTO_LANGUAGE#93;,en"]):::literal c3([sArbeiterwille^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#langString>"]):::literal v1 --"wdt:P31"--> c2 v1 -->v2--> c3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end