query-01eba23f7ab255b8f56222833e15a8cd
DrThneed
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
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 ?Legacies_of_British_Slave_ownership_person_ID ?subject_has_role ?subject_has_roleLabel
WHERE
{
?item p:P3023 ?statement .
?statement ps:P3023 ?Legacies_of_British_Slave_ownership_person_ID .
?statement pq:P2868 ?subject_has_role .
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;
v3("?Legacies_of_British_Slave_ownership_person_ID"):::projected
v1("?item"):::projected
v2("?statement")
v4("?subject_has_role"):::projected
c5(["bd:serviceParam"]):::iri
c7(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 --"p:P3023"--> v2
v2 --"p:statement/P3023"--> v3
v2 --"p:qualifier/P2868"--> v4
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c5 --"wikibase:language"--> c7
end