query-6e216a99499de6263418d7e3ca5b643c

rq turtle/ttl

.(Q22806)national library y (Q856234)academic library , (Q28564)public library La siguiente consulta muestra el tipo de cada una de las bibliotecas. Algunos tipos para bibliotecas son: . (Q22806)national library y (Q856234)academic library , (Q28564)public library La siguiente consulta muestra el tipo de cada una de las bibliotecas. Algunos tipos para bibliotecas son: . (Q22806)national library y (Q856234)academic library , (Q28564)public library La siguiente consulta muestra el tipo de cada una de las bibliotecas. Algunos tipos para bibliotecas son: . (Q22806)national library en (Q856234)academic library , (Q28564)public library De volgende query toont het type van elk van de bibliotheken. Types voor bibliotheken zijn:

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
#defaultView:Map
SELECT DISTINCT
  ?elemento
  ?elementoLabel
  ?instancia_de_unido
  ?coordenadas
{
  ?elemento wdt:P31/wdt:P279* wd:Q7075;
            wdt:P17 wd:Q419;
            wdt:P625 ?coordenadas;
            rdfs:label ?elementoLabel;
            FILTER(LANG(?elementoLabel) = "es")
  {
    SELECT
    ?elemento
    (GROUP_CONCAT(DISTINCT ?instancia_deLabel; SEPARATOR = ", ") AS ?instancia_de_unido)
    {
      ?elemento wdt:P31/wdt:P279* wd:Q7075;
                wdt:P17 wd:Q419;
                wdt:P31 ?instancia_de.
      ?instancia_de rdfs:label ?instancia_deLabel;
                    FILTER(LANG(?instancia_deLabel) = "es").
    }
    GROUP BY ?elemento
  }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?coordenadas"):::projected v2("?elemento"):::projected v1("?elementoLabel"):::projected v5("?instancia_de") v4("?instancia_deLabel") v6("?instancia_de_unido"):::projected a1((" ")) a2((" ")) c4(["wd:Q7075"]):::iri c6(["wd:Q419"]):::iri f0[["?elementoLabel = 'es'"]] f0 --> v1 v2 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c4 v2 --"wdt:P17"--> c6 v2 --"wdt:P625"--> v3 v2 --"rdfs:label"--> v1 f1[["?instancia_deLabel = 'es'"]] f1 --> v4 v2 --"wdt:P31"--> a2 a2 --"wdt:P279"--> c4 v2 --"wdt:P17"--> c6 v2 --"wdt:P31"--> v5 v5 --"rdfs:label"--> v4 bind3[/"?instancia_deLabel"/] v4 --o bind3 bind3 --as--o v6