query-aae41c40a59bdc876b9d03aa809ea267

rq turtle/ttl

قائمة المكتبات الرقمية في العالم List of digital libraries in the world List of digital libraries in the world Seznam digitálních knihoven na světě List of digital libraries in the world List of digital libraries in the world List of digital libraries in the world List of digital libraries in the world List of digital libraries in the world List of digital libraries in the world List of digital libraries in the world Les bibliothèques numériques du monde List of digital libraries in the world List of digital libraries in the world List of digital libraries in the world Elenco delle biblioteche digitali nel mondo List of digital libraries in the world List of digital libraries in the world List of digital libraries in the world List of digital libraries in the world List of digital libraries in the world Lijst van digitale bibliotheken in de wereld List of digital libraries in the world List of digital libraries in the world List of digital libraries in the world Список цифровых библиотек List of digital libraries in the world Lista över digitala bibliotek i världen List of digital libraries in the world Dünyadaki çevirimiçi kütüphaneler listesi List of digital libraries in the world List of digital libraries in the world 全世界的数字图书馆名单

Use at

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#>
SELECT DISTINCT ?item ?itemLabel ?website
WHERE {
?item wdt:P31/wdt:P279* wd:Q212805 # digital libraries or subtypes
OPTIONAL { ?item wdt:P856 ?website } # Official URL if known
MINUS { ?item wdt:P576 [] } # Exclude those that have shut down
SERVICE wikibase:label { bd:serviceParam wikibase:language "en, es, ca, fr, de, pl, uk, ru, he" }
}
ORDER BY ?itemLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?item"):::projected v1("?itemLabel"):::projected v3("?website"):::projected a2((" ")) a1((" ")) c9(["en, es, ca, fr, de, pl, uk, ru, he"]):::literal c7(["bd:serviceParam"]):::iri c3(["wd:Q212805"]):::iri v2 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P856".-> v3 end subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v2 --"wdt:P576"--> a2 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end