query-71071927215f30a798e444e96c116904
Danish political families
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 bd: <http://www.bigdata.com/rdf#>
#defaultView:Graph
select ?politician1 ?politician1Label ?image1 ?politician2 ?politician2Label where {
?politician1 ?relation ?politician2 .
?politician1 wdt:P106 wd:Q82955 ;
wdt:P27 wd:Q35 .
?politician2 wdt:P106 wd:Q82955 ;
wdt:P27 wd:Q35 .
optional { ?politician1 wdt:P18 ?image1 . }
SERVICE wikibase:label {
bd:serviceParam wikibase:language "da" .
}
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?image1"):::projected
v1("?politician1"):::projected
v3("?politician2"):::projected
v2("?relation")
c7(["bd:serviceParam"]):::iri
c4(["wd:Q35"]):::iri
c2(["wd:Q82955"]):::iri
c9(["da"]):::literal
v1 -->v2--> v3
v1 --"wdt:P106"--> c2
v1 --"wdt:P27"--> c4
v3 --"wdt:P106"--> c2
v3 --"wdt:P27"--> c4
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P18".-> v4
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end