query-588ab50f1cb9493eb4b742bce930a9af
Novels in srpELTeC-extended 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#>
#Мilica Ikonić Nešič
#novels in srpELTeC-extended collection (Q109123373)
#defaultView:Tree
SELECT DISTINCT ?novel ?novelLabel
WHERE {
# roman objavljen u (P1433) u srpELTeC-extended kolekciji (Q109123373)
?novel wdt:P1433 wd:Q109123373.
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;
v1("?novel"):::projected
c4(["bd:serviceParam"]):::iri
c2(["wd:Q109123373"]):::iri
c6(["sr,#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 --"wdt:P1433"--> c2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c4 --"wikibase:language"--> c6
end