query-64ccaeb82edebb5c6943530976b0c7a5

rq turtle/ttl

People with ENWS author profiles

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
SELECT ?person ?enws WHERE {
?person wdt:P31 wd:Q5.
?enws schema:about ?person;
schema:isPartOf <https://en.wikisource.org/> FILTER CONTAINS(STR(?enws), "Author:")
} ORDER BY ?enws

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?enws"):::projected v2("?person"):::projected c3(["wd:Q5"]):::iri c6([https://en.wikisource.org/]):::iri f0[["contains(str(?enws),'Author:')"]] f0 --> v1 v2 --"wdt:P31"--> c3 v1 --"schema:about"--> v2 v1 --"schema:isPartOf"--> c6