query-7b3fc09fdd6a96562ee7fe7bba028b2f

rq turtle/ttl

قائمة الهجمات الانتحارية List of suicide attacks List of suicide attacks Seznam sebevražedných útoků List of suicide attacks List of suicide attacks List of suicide attacks List of suicide attacks List of suicide attacks List of suicide attacks List of suicide attacks Les attaques suicides List of suicide attacks List of suicide attacks List of suicide attacks Elenco di attacchi suicidi List of suicide attacks List of suicide attacks List of suicide attacks List of suicide attacks List of suicide attacks Lijst van zelfmoordaanslagen List of suicide attacks List of suicide attacks List of suicide attacks List of suicide attacks List of suicide attacks Lista över självmordsattentat List of suicide attacks List of suicide attacks List of suicide attacks List of suicide attacks 自杀式攻击名单

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 ?h ?hLabel ?location (CONCAT("injured: ",str(?injured)) as ?injuredl) (concat("dead: ",str(?dead)) as ?deadl) ?date ?image
WHERE
{
        ?h wdt:P31 ?attack.
    values (?attack) {
      (wd:Q18493502)
      (wd:Q217327)

    }
    OPTIONAL { ?h wdt:P1339 ?injured . }
    OPTIONAL { ?h wdt:P1120 ?dead. }
    OPTIONAL { ?h wdt:P276?/wdt:P625 ?location }
    OPTIONAL { ?h wdt:P585 ?date }
    OPTIONAL { ?h wdt:P18 ?image }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en" }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?attack") v6("?date"):::projected v4("?dead"):::projected v9("?deadl") v1("?h"):::projected v7("?image"):::projected v3("?injured"):::projected v8("?injuredl") v5("?location"):::projected a1((" ")) c9(["bd:serviceParam"]):::iri c11(["#91;AUTO_LANGUAGE#93;,mul,en"]):::literal v1 --"wdt:P31"--> v3 bind0[/VALUES ?attack/] bind0-->v3 bind00(["wd:Q18493502"]) bind00 --> bind0 bind01(["wd:Q217327"]) bind01 --> bind0 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P1339".-> v3 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P1120".-> v4 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v1 -."wdt:P276".-> a1 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; end union0r <== or ==> union0l end a1 --"wdt:P625"--> v5 end subgraph optional3["(optional)"] style optional3 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P585".-> v6 end subgraph optional4["(optional)"] style optional4 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P18".-> v7 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 end bind1[/"concat('injured: ',str(?injured))"/] v3 --o bind1 bind1 --as--o v8 bind2[/"concat('dead: ',str(?dead))"/] v4 --o bind2 bind2 --as--o v9