query-049d2d71506d6e37a5c501e84129c08e

rq turtle/ttl

ULAN identifier in a museo collection listHi! I'm trying to get more information to enrich a mjseum database with identifiers like ULAN, AAT and TGN from Getty.

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 ?Museo_Nacional_de_Bellas_Artes ?Museo_Nacional_de_Bellas_ArtesLabel ?creador ?creadorLabel ?material_empleado ?material_empleadoLabel ?descrito_en_la_URL ?tema_principal_de_la_obra ?tema_principal_de_la_obraLabel ?género ?géneroLabel ?lugar_de_creación ?lugar_de_creaciónLabel ?movimiento ?movimientoLabel WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "es". }
  ?Museo_Nacional_de_Bellas_Artes wdt:P195 wd:Q1848918.
  OPTIONAL { ?Museo_Nacional_de_Bellas_Artes wdt:P170 ?creador. }
  OPTIONAL { ?Museo_Nacional_de_Bellas_Artes wdt:P186 ?material_empleado. }
  OPTIONAL { ?Museo_Nacional_de_Bellas_Artes wdt:P973 ?descrito_en_la_URL. }
  OPTIONAL { ?Museo_Nacional_de_Bellas_Artes wdt:P921 ?tema_principal_de_la_obra. }
  OPTIONAL { ?Museo_Nacional_de_Bellas_Artes wdt:P136 ?género. }
  OPTIONAL { ?Museo_Nacional_de_Bellas_Artes wdt:P1071 ?lugar_de_creación. }
  OPTIONAL { ?Museo_Nacional_de_Bellas_Artes wdt:P135 ?movimiento. }
}

Query found at