query-786f144da0eeebff522fcf1119311547
PropertiesElectronic Enlightenment ID (P3429)UK National Archives ID (P3029)
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?person ?personLabel ?ee (URI(CONCAT("https://discovery.nationalarchives.gov.uk/details/c/",?natarch)) AS ?natarchlink) WHERE {
?person wdt:P3429 ?ee;
wdt:P3029 ?natarch
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" }
}
ORDER BY ?personLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?ee"):::projected
v4("?natarch"):::projected
v5("?natarchlink")
v2("?person"):::projected
v1("?personLabel"):::projected
c4(["bd:serviceParam"]):::iri
c6(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v2 --"wdt:P3429"--> v3
v2 --"wdt:P3029"--> v4
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c4 --"wikibase:language"--> c6
end
bind0[/"concat('https://discovery.nationalarchives.gov.uk/details/c/',?natarch)"/]
v4 --o bind0
bind0 --as--o v5