query-13c62ab9d6c72cdbfe08d1cb190ee5bb

rq turtle/ttl

Use for military operations is used for other participants, typically the countries taking part. You could use the term for people convicted for the particular operation, but that is probably best as part of their entry, so we'd have no usages here. (P710)participant is a consequence of miss-using the term raid. Also it creates warnings when https://www.wikidata.org/wiki/Talk:Q476807#Use_for_non-military_porpoises, which I argue in (Q104705419)January 6 United States Capitol attack . While I understand that some of these operations are considered war crimes, only 9 are labelled as such. A perpetrator is defined here as a person, and 40 uses are for branches of Armed Forces, and many of the rest are for (Q645883)military operation We have 69 uses of this for

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 DISTINCT ?item ?itemLabel ?perpLabel WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
  {
    SELECT DISTINCT ?item ?perp WHERE {
      ?item wdt:P31/wdt:P279* wd:Q645883.
      ?item wdt:P8031 ?perp.
    }
  }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v2("?perp") a1((" ")) c2(["bd:serviceParam"]):::iri c4(["#91;AUTO_LANGUAGE#93;"]):::literal c7(["wd:Q645883"]):::iri subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c7 v1 --"wdt:P8031"--> v2