query-e0a44eb2f52907d31454b6a4c451938e

rq turtle/ttl

الحيوانات التي تم إعدامها Animals that were executed Animals that were executed Popravená zvířata Animals that were executed Tiere, die hingerichtet wurden Animals that were executed Animals that were executed Animals that were executed Animals that were executed Animals that were executed Animaux exécutés Animals that were executed Animals that were executed Animals that were executed Animali che sono stati giustiziati Animals that were executed Animals that were executed Déieren, déi higeriicht goufen Animals that were executed Animals that were executed Dieren die werden geëxecuteerd Animals that were executed Animals that were executed Animals that were executed Казнённые животные Animals that were executed Djur som avrättats Animals that were executed İdam edilen hayvanlar Тварини, яких стратили Animals that were executed 被处决的动物

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 ?animal ?animalLabel ?died ?mannerOfDeathLabel ?image
WHERE
{
  ?animal wdt:P31/wdt:P31 wd:Q16521; # instance of some taxon (does not include human)
          wdt:P509 ?mannerOfDeath.
  ?mannerOfDeath wdt:P279* wd:Q8454. # some subclass of capital punishment
  OPTIONAL { ?animal wdt:P570 ?died. }
  OPTIONAL { ?animal wdt:P18 ?image. }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en". }
}
ORDER BY ?died

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?animal"):::projected v1("?died"):::projected v4("?image"):::projected v3("?mannerOfDeath") a1((" ")) c5(["wd:Q8454"]):::iri c9(["bd:serviceParam"]):::iri c2(["wd:Q16521"]):::iri c11(["#91;AUTO_LANGUAGE#93;,mul,en"]):::literal v2 --"wdt:P31"--> a1 a1 --"wdt:P31"--> c2 v2 --"wdt:P509"--> v3 v3 --"wdt:P279"--> c5 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P570".-> v1 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P18".-> v4 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 end