query-02f8c6c52a5b9c324a2d68e539551978

rq turtle/ttl

TODO

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 ?person  ?property ?propertyLabel ?qualifier ?qualifierLabel ?instance_of_aircraft_crash ?instance_of_aircraft_crashLabel
{
  ?person wdt:P31 wd:Q5 .
  ?person ?p ?statement .
  ?statement ?pq ?instance_of_aircraft_crash .
  ?property wikibase:claim ?p .
  ?qualifier wikibase:qualifier ?pq .
  ?instance_of_aircraft_crash wdt:P31/wdt:P279* wd:Q3002150 .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" . }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v5("?instance_of_aircraft_crash"):::projected v2("?p") v1("?person"):::projected v4("?pq") v6("?property"):::projected v7("?qualifier"):::projected v3("?statement") a1((" ")) c8(["bd:serviceParam"]):::iri c6(["wd:Q3002150"]):::iri c2(["wd:Q5"]):::iri c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wdt:P31"--> c2 v1 -->v2--> v3 v3 -->v4--> v5 v6 --"wikibase:claim"--> v2 v7 --"wikibase:qualifier"--> v4 v5 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c6 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 end