query-5ebff3bd4d3cde4f5b4917508d8526e1

rq turtle/ttl

Spanish Libraries ]reply[15:28, 1 April 2020 (UTC) 🗣 Bargioni ? New items? If so, please pass me some examples. Thx, sorry. --created all the libraries in Spain:, I prefer to open a new thread. Please let me know -even in Spanish, or in Italian, if you like- what do you mean about Vanbasten 23Hi, @ instead, which is the most important identifier for libraries all over the world:(P791)ISIL ) usually has an identifier for them, with the exception of the biggest ones, which are covered because they have often published something or they have been the subject of some publication. Probably only some tens of libraries can receive a VIAF. I would look at (P950)National Library of Spain ID , I think it is probably not a priority: the great majority of libraries doesn't have a VIAF code, because no national library (including (P214)VIAF ID : Hi! I've seen the message, so I try to leave just a little comment, as far as I know the topic. First of all, thank you for the great work you have done!!! Regarding the addition of Vanbasten 23@ ]reply[18:02, 1 April 2020 (UTC)) talk (Vanbasten 23. There, you can see only a few Viaf id... I introduced the address, telephone number, email, instance of, descriptions, label, coordenates... and i'm working on the image, commons... but i have not the identifiers... Thanks. --queryPerfect, and thanks. Yes, new items. This is the

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 ?biblio ?biblioLabel ?isil ?viaf
WHERE {
  ?biblio (wdt:P31/(wdt:P279*)) wd:Q7075;
    wdt:P17 wd:Q29.
  OPTIONAL { ?biblio wdt:P791 ?isil. }
  OPTIONAL { ?biblio wdt:P214 ?viaf. }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],es". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?biblio"):::projected v2("?isil"):::projected v3("?viaf"):::projected a1((" ")) c3(["wd:Q7075"]):::iri c5(["wd:Q29"]):::iri c9(["bd:serviceParam"]):::iri c11(["#91;AUTO_LANGUAGE#93;,es"]):::literal v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 v1 --"wdt:P17"--> c5 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P791".-> v2 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P214".-> v3 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 end