query-d4a5f6cb64861800b284f2efc9fc8e5e
(P463)member of (P241)military branch
Use at
- https://query.wikidata.org/sparql
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
SELECT ?person
WHERE {
?person p:P241 ?s.
?s pq:P463 ?unit.
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?person"):::projected
v2("?s")
v3("?unit")
v1 --"p:P241"--> v2
v2 --"p:qualifier/P463"--> v3