query-a46369f3767f618b0e981b113e6178a3

rq turtle/ttl

(Q330080)Typhoon-class submarine

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?series WHERE {
    ?item p:P31 [
      ps:P31 wd:Q27468928;
      pq:P1545 ?series
    ] .
    SERVICE wikibase:label { bd:serviceParam wikibase:language "de,en,ru" }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?item"):::projected v1("?series"):::projected a1((" ")) c6(["bd:serviceParam"]):::iri c2(["wd:Q27468928"]):::iri c8(["de,en,ru"]):::literal a1 --"p:statement/P31"--> c2 a1 --"p:qualifier/P1545"--> v1 v2 --"p:P31"--> a1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end