Skip to content

GND Schlagwörter für bibliothekarische Einrichtungen

acka47 edited this page May 15, 2017 · 1 revision

Untergeordnete Schlagwörter von Bibliothek in der Gemeinsamen Normdatei (GND) basierend auf dieser SPARQL-Abfrage:

# Select all library terrms
PREFIX  gndo:   <http://d-nb.info/standards/elementset/gnd#>

select distinct ?concept ?label 
where {
  ?concept gndo:broaderTermGeneral+ <http://d-nb.info/gnd/4006439-6> .
  ?concept gndo:preferredNameForTheSubjectHeading ?label .
}
Clone this wiki locally