query-aec3b8a9894077c741378a389afad9d5
Basic queries: novels in srpELTEC collectionsNovels in srpELTeC 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:Tree
SELECT DISTINCT ?novel ?novelLabel
WHERE {
#published in (P1433) srpELTeC collection(Q106936149)
?novel wdt:P1433 wd:Q106936149.
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:Q106936149"]):::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