query-0b0799c06973fb0d8791405abcc00b4e
title:cittadini italiani Q38 ma nati in una città che al momento della loro nascita e morte faceva parte di un'altro stato (pre-unitario) SELECT ?human ?humanLabel ?nato ?natoCLabel ?paeseLabel ?inizioPaese ?finePaese?morte ?morteCLabel ?paese2Label ?inizioPaese2 ?finePaese2 WHERE { ?human wdt:P31 wd:Q5; wdt:P27 wd:Q38; wdt:P569 ?nato; wdt:P19 ?natoC; wdt:P570 ?morte; wdt:P20 ?morteC. ?natoC p:P17 ?statmt. ?statmt ps:P17 ?paese. ?statmt pq:P580 ?inizioPaese. ?statmt pq:P582 ?finePaese. ?morteC p:P17 ?statmt2. ?statmt2 ps:P17 ?paese2. ?statmt2 pq:P580 ?inizioPaese2. ?statmt2 pq:P582 ?finePaese2 FILTER ("1946-06-18"^^xsd:dateTime > ?morte) FILTER (year(?inizioPaese) < year(?nato) && year(?nato) < year(?finePaese)) FILTER (year(?inizioPaese2) < year(?morte) && year(?morte) < year(?finePaese2)) SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],it,en". } }
Use at
- https://query.wikidata.org/sparql
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#title:cittadini italiani Q38 ma nati in una città che al momento della loro nascita e morte faceva parte di un'altro stato (pre-unitario)
SELECT ?human ?humanLabel ?nato ?natoCLabel ?paeseLabel ?inizioPaese ?finePaese?morte ?morteCLabel ?paese2Label ?inizioPaese2 ?finePaese2 WHERE {
?human wdt:P31 wd:Q5;
wdt:P27 wd:Q38;
wdt:P569 ?nato;
wdt:P19 ?natoC;
wdt:P570 ?morte;
wdt:P20 ?morteC.
?natoC p:P17 ?statmt.
?statmt ps:P17 ?paese.
?statmt pq:P580 ?inizioPaese.
?statmt pq:P582 ?finePaese.
?morteC p:P17 ?statmt2.
?statmt2 ps:P17 ?paese2.
?statmt2 pq:P580 ?inizioPaese2.
?statmt2 pq:P582 ?finePaese2
FILTER ("1946-06-18"^^xsd:date > ?morte)
FILTER (year(?inizioPaese) < year(?nato) && year(?nato) < year(?finePaese))
FILTER (year(?inizioPaese2) < year(?morte) && year(?morte) < year(?finePaese2))
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],it,en". }
}