query-1d468c0a3d8ebf8f11b854008cb7d56d
Propertiesauthor (P50)instance of (P31)Electronic Enlightenment ID (P3429)
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 schema: <http://schema.org/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?author ?authorLabel ?letter ?letterLabel ?ws
WHERE {
?letter wdt:P50 ?author;
wdt:P31 wd:Q133492.
?author wdt:P3429 []
OPTIONAL {?ws schema:about ?letter; schema:isPartOf <https://en.wikisource.org/> }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" }
} ORDER BY ?authorLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?author"):::projected
v1("?authorLabel"):::projected
v2("?letter"):::projected
v4("?ws"):::projected
a1((" "))
c3(["wd:Q133492"]):::iri
c9(["bd:serviceParam"]):::iri
c11(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c7([https://en.wikisource.org/]):::iri
v2 --"wdt:P50"--> v3
v2 --"wdt:P31"--> c3
v3 --"wdt:P3429"--> a1
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v4 -."schema:about".-> v2
v4 --"schema:isPartOf"--> c7
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c9 --"wikibase:language"--> c11
end