query-eb770b4a9610042eacb3440c79fe2e83
Subcollections of ELTeC collection SELECT DISTINCT ?subcoll ?subcollLabel WHERE { # ELTeC collection(Q106927517) contains wd:Q106927517 wdt:P4330 ?subcoll. SERVICE wikibase:label { bd:serviceParam wikibase:language "sr,[AUTO_LANGUAGE],en". } }
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#>
# Subcollections of ELTeC collection
SELECT DISTINCT ?subcoll ?subcollLabel
WHERE {
# ELTeC collection(Q106927517) contains
wd:Q106927517 wdt:P4330 ?subcoll.
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("?subcoll"):::projected
c4(["bd:serviceParam"]):::iri
c1(["wd:Q106927517"]):::iri
c6(["sr,#91;AUTO_LANGUAGE#93;,en"]):::literal
c1 --"wdt:P4330"--> v1
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c4 --"wikibase:language"--> c6
end