query-74bae2d0a78d82cfaa8ff076c5d6a1cc
Sitelinks to old wikisource
Use at
- https://query.wikidata.org/sparql
PREFIX schema: <http://schema.org/>
SELECT ?item WHERE {
?sitelink schema:about ?item ; schema:isPartOf <https://wikisource.org/>;
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?item"):::projected
v1("?sitelink")
c3([https://wikisource.org/]):::iri
v1 --"schema:about"--> v2
v1 --"schema:isPartOf"--> c3