query-61bdb5f48fad3b8fbcbbd8b235b8728b
Fils et fille de député français et député européen
Use at
- https://query.wikidata.org/sparql
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#>
SELECT ?item ?itemLabel ?parentLabel
WHERE {
?item p:P39 ?node .
?node ps:P39 wd:Q3044918 .
?node pq:P2937 wd:Q112567597.
{?item wdt:P22 ?parent.}
UNION
{?item wdt:P25 ?parent.}
{?parent wdt:P39 wd:Q3044918}
UNION
{?parent wdt:P39 wd:Q27169}
SERVICE wikibase:label { bd:serviceParam wikibase:language "fr" }
}
ORDER By ?itemLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?item"):::projected
v1("?itemLabel"):::projected
v3("?node")
v4("?parent")
c9(["wd:Q27169"]):::iri
c3(["wd:Q3044918"]):::iri
c5(["wd:Q112567597"]):::iri
c13(["fr"]):::literal
c11(["bd:serviceParam"]):::iri
v2 --"p:P39"--> v3
v3 --"p:statement/P39"--> c3
v3 --"p:qualifier/P2937"--> c5
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
v2 --"p:direct/P25"--> v4
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v2 --"p:direct/P22"--> v4
end
union0r <== or ==> union0l
end
subgraph union1[" Union "]
subgraph union1l[" "]
style union1l fill:#abf,stroke-dasharray: 3 3;
v4 --"p:direct/P39"--> c9
end
subgraph union1r[" "]
style union1r fill:#abf,stroke-dasharray: 3 3;
v4 --"p:direct/P39"--> c3
end
union1r <== or ==> union1l
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c11 --"wikibase:language"--> c13
end