query-5c5382be1299baf13e83d5cb4b68baeb
Query one wiki phab:T138332#5247124See
Use at
- https://query.wikidata.org/sparql
PREFIX schema: <http://schema.org/>
SELECT *
{
?article schema:about ?item ; schema:isPartOf <https://wikisource.org/>
}
LIMIT 20
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?article"):::projected
v2("?item"):::projected
c3([https://wikisource.org/]):::iri
v1 --"schema:about"--> v2
v1 --"schema:isPartOf"--> c3