query-2611a189e88b2d7cb65efdaff61feb01
Authors of novelsAll authors in ELTeC collection
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:ImageGrid
SELECT DISTINCT ?author ?authorLabel ?image
WHERE {
?edition wdt:P31 wd:Q3331189;
wdt:P50 ?author;
wdt:P1433 ?corpus.
?corpus wdt:P361 wd:Q106927517.
OPTIONAL {?author wdt:P18 ?image}
SERVICE wikibase:label
{ bd:serviceParam wikibase:language "sr,[AUTO_LANGUAGE],en". }
}
Query found at
- https://www.wikidata.org/wiki/Wikidata:WikiProject_ELTeC/Queries
- https://www.wikidata.org/wiki/Wikidata:WikiProject_SrpKor/Queries
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?author"):::projected
v3("?corpus")
v1("?edition")
v4("?image"):::projected
c9(["bd:serviceParam"]):::iri
c6(["wd:Q106927517"]):::iri
c2(["wd:Q3331189"]):::iri
c11(["sr,#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 --"wdt:P31"--> c2
v1 --"wdt:P50"--> v2
v1 --"wdt:P1433"--> v3
v3 --"wdt:P361"--> c6
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P18".-> v4
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c9 --"wikibase:language"--> c11
end