query-4d7311e064ab2c87f3caf45ce3d40001
Propertiespublished in (P1433)
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
SELECT ?entry ?wslink WHERE {
?entry wdt:P1433 wd:Q40901539. # published in Plomer DBP
OPTIONAL{ ?wslink schema:about ?entry; schema:isPartOf <https://en.wikisource.org/> }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?entry"):::projected
v2("?wslink"):::projected
c2(["wd:Q40901539"]):::iri
c5([https://en.wikisource.org/]):::iri
v1 --"wdt:P1433"--> c2
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v2 -."schema:about".-> v1
v2 --"schema:isPartOf"--> c5
end