query-add84f76dcabfd17e1c508dfb4497727

rq turtle/ttl

(Q330080)Typhoon-class submarine (Q588014)Black Eagle (P137)operator (P361)part of (Q7915590)Soviet Armed Forces (Q193159)Russian Armed Forces

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 ?item ?itemLabel ?branchLabel WHERE {
    ?item wdt:P137 ?branch .
    ?branch wdt:P361* ?forces .
    FILTER (?forces = wd:Q193159 || ?forces = wd:Q7915590) .
    SERVICE wikibase:label { bd:serviceParam wikibase:language "de,en" }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?branch") v1("?forces") v2("?item"):::projected c6(["bd:serviceParam"]):::iri c8(["de,en"]):::literal f0[["(?forces = 'wd:Q193159' || ?forces = 'wd:Q7915590')"]] f0 --> v1 v2 --"wdt:P137"--> v3 v3 --"wdt:P361"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end