query-55f8a92095e3e6023e1b984f132ebec0

rq turtle/ttl

Propertiesaddressee (P1817)Electronic Enlightenment ID (P3429)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX schema: <http://schema.org/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?recipient ?recipientLabel ?letter ?letterLabel ?ws
WHERE {
  ?letter wdt:P1817 ?recipient.
    ?recipient wdt:P3429 []
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" }
  OPTIONAL {?ws schema:about ?letter; schema:isPartOf <https://en.wikisource.org/> }
} ORDER BY ?recipientLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?letter"):::projected v3("?recipient"):::projected v1("?recipientLabel"):::projected v4("?ws"):::projected a1((" ")) c4(["bd:serviceParam"]):::iri c6(["#91;AUTO_LANGUAGE#93;,en"]):::literal c9([https://en.wikisource.org/]):::iri v2 --"wdt:P1817"--> v3 v3 --"wdt:P3429"--> a1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v4 -."schema:about".-> v2 v4 --"schema:isPartOf"--> c9 end