From 1f3fd685901655019dd98e3d9dddb79345ce6cac Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Tue, 7 Feb 2017 16:40:47 -0500 Subject: [PATCH] LP#1638299: add list of thesauruses This patch gets a full list of subject thesuaruses from LC and uses them in control set mapping. Signed-off-by: Mike Rylander Signed-off-by: Galen Charlton Conflicts: Open-ILS/src/sql/Pg/950.data.seed-values.sql Signed-off-by: Kathy Lussier Conflicts: Open-ILS/src/sql/Pg/950.data.seed-values.sql --- .../extras/convert_LoCSchemas_to_thesauri.pl | 51 + Open-ILS/src/extras/genreFormSchemes.tsv | 50 + .../src/extras/genreFormSchemes.utf8.json | 200 +++ Open-ILS/src/extras/subjectSchemes.tsv | 345 +++++ Open-ILS/src/extras/subjectSchemes.utf8.json | 1176 +++++++++++++++++ Open-ILS/src/sql/Pg/011.schema.authority.sql | 13 +- Open-ILS/src/sql/Pg/950.data.seed-values.sql | 447 ++++++- Open-ILS/src/sql/Pg/999.functions.global.sql | 4 +- .../sql/Pg/upgrade/YYYY.schema.thesauri.sql | 487 +++++++ 9 files changed, 2756 insertions(+), 17 deletions(-) create mode 100755 Open-ILS/src/extras/convert_LoCSchemas_to_thesauri.pl create mode 100644 Open-ILS/src/extras/genreFormSchemes.tsv create mode 100644 Open-ILS/src/extras/genreFormSchemes.utf8.json create mode 100644 Open-ILS/src/extras/subjectSchemes.tsv create mode 100644 Open-ILS/src/extras/subjectSchemes.utf8.json create mode 100644 Open-ILS/src/sql/Pg/upgrade/YYYY.schema.thesauri.sql diff --git a/Open-ILS/src/extras/convert_LoCSchemas_to_thesauri.pl b/Open-ILS/src/extras/convert_LoCSchemas_to_thesauri.pl new file mode 100755 index 0000000000..a6b260ee65 --- /dev/null +++ b/Open-ILS/src/extras/convert_LoCSchemas_to_thesauri.pl @@ -0,0 +1,51 @@ +#!/usr/bin/perl +use warnings; +use strict; +use JSON; + + +# Pulled original data from LoC on Feb 7, 2017. +# URL: http://id.loc.gov/vocabulary/subjectSchemes.json +# URL: http://id.loc.gov/vocabulary/genreFormSchemes.json +# Post-processing with iconv to convert from Latin1 to UTF8 +# See files: subjectSchemes.utf8.json, genreFormSchemes.utf8.json + +binmode(STDOUT, ":utf8"); + +local $/ = undef; +my $json = decode_json(<>); + +for my $node (@$json) { + next unless $node->{'@type'}[2] and $node->{'@type'}[2] eq 'http://www.w3.org/2004/02/skos/core#Concept'; + + my $id = $node->{'@id'}; + my $code = $node->{'http://www.loc.gov/mads/rdf/v1#code'}[0]{'@value'}; + + my $en_label; + my %per_labels; + + for my $label_type ( qw| + http://www.w3.org/2000/01/rdf-schema#label + http://www.loc.gov/mads/rdf/v1#authoritativeLabel + http://www.w3.org/2004/02/skos/core#prefLabel + | ) { + for my $plabel (@{$node->{$label_type}}) { + my $lang = $plabel->{'@language'}; + my $value= $plabel->{'@value'}; + if ($lang eq 'en') { + $en_label = $value; + next; + } + $value =~ s/"/'/g; + $per_labels{$lang} = $value; + } + } + + ($en_label) = values(%per_labels) if (!$en_label and keys(%per_labels) == 1); + + next unless $en_label; + + print "$code\t$id\t$en_label\t".join(',', map {"\"$_\"=>\"$per_labels{$_}\""} keys %per_labels)."\n"; +} + + diff --git a/Open-ILS/src/extras/genreFormSchemes.tsv b/Open-ILS/src/extras/genreFormSchemes.tsv new file mode 100644 index 0000000000..9042ec7a28 --- /dev/null +++ b/Open-ILS/src/extras/genreFormSchemes.tsv @@ -0,0 +1,50 @@ +migfg http://id.loc.gov/vocabulary/genreFormSchemes/migfg Moving image genre-form guide +reveal http://id.loc.gov/vocabulary/genreFormSchemes/reveal REVEAL: fiction indexing and genre headings +dct http://id.loc.gov/vocabulary/genreFormSchemes/dct Dublin Core list of resource types +gmgpc http://id.loc.gov/vocabulary/genreFormSchemes/gmgpc Thesaurus for graphic materials: TGM II, Genre and physical characteristic terms +rbgenr http://id.loc.gov/vocabulary/genreFormSchemes/rbgenr Genre terms: a thesaurus for use in rare book and special collections cataloguing +sgp http://id.loc.gov/vocabulary/genreFormSchemes/sgp Svenska genrebeteckningar fr periodika "sv"=>"Svenska genrebeteckningar fr periodika" +estc http://id.loc.gov/vocabulary/genreFormSchemes/estc Eighteenth century short title catalogue, the cataloguing rules. New ed. +ftamc http://id.loc.gov/vocabulary/genreFormSchemes/ftamc Form terms for archival and manuscripts control +alett http://id.loc.gov/vocabulary/genreFormSchemes/alett An alphabetical list of English text types +gtlm http://id.loc.gov/vocabulary/genreFormSchemes/gtlm Genre terms for law materials: a thesaurus +rbprov http://id.loc.gov/vocabulary/genreFormSchemes/rbprov Provenance evidence: a thesaurus for use in rare book and special collections cataloging +rbbin http://id.loc.gov/vocabulary/genreFormSchemes/rbbin Binding terms: a thesaurus for use in rare book and special collections cataloguing +fbg http://id.loc.gov/vocabulary/genreFormSchemes/fbg Films by genre /dd> +isbdmedia http://id.loc.gov/vocabulary/genreFormSchemes/isbdmedia ISBD Area 0 [media] +marccategory http://id.loc.gov/vocabulary/genreFormSchemes/marccategory MARC form category term list +gnd-music http://id.loc.gov/vocabulary/genreFormSchemes/gnd-music Gemeinsame Normdatei: Musikalische Ausgabeform +proysen http://id.loc.gov/vocabulary/genreFormSchemes/proysen Prøysen: emneord for Prøysen-bibliografien +rdacarrier http://id.loc.gov/vocabulary/genreFormSchemes/rdacarrier Term and code list for RDA carrier types +gnd http://id.loc.gov/vocabulary/genreFormSchemes/gnd Gemeinsame Normdatei +cjh http://id.loc.gov/vocabulary/genreFormSchemes/cjh Center for Jewish History thesaurus +rbpri http://id.loc.gov/vocabulary/genreFormSchemes/rbpri Printing & publishing evidence: a thesaurus for use in rare book and special collections cataloging +fgtpcm http://id.loc.gov/vocabulary/genreFormSchemes/fgtpcm Form/genre terms for printed cartoon material +rbpub http://id.loc.gov/vocabulary/genreFormSchemes/rbpub Printing and publishing evidence: a thesaurus for use in rare book and special collections cataloging +gmd http://id.loc.gov/vocabulary/genreFormSchemes/gmd Anglo-American Cataloguing Rules general material designation +rbpap http://id.loc.gov/vocabulary/genreFormSchemes/rbpap Paper terms: a thesaurus for use in rare book and special collections cataloging +rdamedia http://id.loc.gov/vocabulary/genreFormSchemes/rdamedia Term and code list for RDA media types +marcsmd http://id.loc.gov/vocabulary/genreFormSchemes/marcsmd MARC specific material form term list +saogf http://id.loc.gov/vocabulary/genreFormSchemes/saogf Svenska ämnesord - Genre/Form "sv"=>"Svenska ämnesord - Genre/Form" +lcgft http://id.loc.gov/vocabulary/genreFormSchemes/lcgft Library of Congress genre/form terms for library and archival materials +muzeukv http://id.loc.gov/vocabulary/genreFormSchemes/muzeukv MuzeVideo UK DVD and UMD film genre classification +mim http://id.loc.gov/vocabulary/genreFormSchemes/mim Moving image materials: genre terms +nmc http://id.loc.gov/vocabulary/genreFormSchemes/nmc Revised nomenclature for museum cataloging: a revised and expanded version of Robert C. Chenhall's system for classifying man-made objects +gnd-content http://id.loc.gov/vocabulary/genreFormSchemes/gnd-content Gemeinsame Normdatei: Beschreibung des Inhalts +bgtchm http://id.loc.gov/vocabulary/genreFormSchemes/bgtchm Basic genre terms for cultural heritage materials +gsafd http://id.loc.gov/vocabulary/genreFormSchemes/gsafd Guidelines on subject access to individual works of fiction, drama, etc +marcform http://id.loc.gov/vocabulary/genreFormSchemes/marcform MARC form of item term list +marcgt http://id.loc.gov/vocabulary/genreFormSchemes/marcgt MARC genre terms +barngf http://id.loc.gov/vocabulary/genreFormSchemes/barngf Svenska ämnesord för barn - Genre/Form "sv"=>"Svenska ämnesord för barn - Genre/Form" +ngl http://id.loc.gov/vocabulary/genreFormSchemes/ngl Newspaper genre list +rvmgf http://id.loc.gov/vocabulary/genreFormSchemes/rvmgf Thésaurus des descripteurs de genre/forme de l'Université Laval "fr"=>"Thésaurus des descripteurs de genre/forme de l'Université Laval" +tgfbne http://id.loc.gov/vocabulary/genreFormSchemes/tgfbne Términos de género/forma de la Biblioteca Nacional de España +nbdbgf http://id.loc.gov/vocabulary/genreFormSchemes/nbdbgf NBD Biblion Genres Fictie +rbtyp http://id.loc.gov/vocabulary/genreFormSchemes/rbtyp Type evidence: a thesaurus for use in rare book and special collections cataloging +radfg http://id.loc.gov/vocabulary/genreFormSchemes/radfg Radio form / genre terms guide +gnd-carrier http://id.loc.gov/vocabulary/genreFormSchemes/gnd-carrier Gemeinsame Normdatei: Datenträgertyp +gatbeg http://id.loc.gov/vocabulary/genreFormSchemes/gatbeg Gattungsbegriffe "de"=>"Gattungsbegriffe" +rdacontent http://id.loc.gov/vocabulary/genreFormSchemes/rdacontent Term and code list for RDA content types +isbdcontent http://id.loc.gov/vocabulary/genreFormSchemes/isbdcontent ISBD Area 0 [content] +nimafc http://id.loc.gov/vocabulary/genreFormSchemes/nimafc NIMA form codes +amg http://id.loc.gov/vocabulary/genreFormSchemes/amg Audiovisual material glossary diff --git a/Open-ILS/src/extras/genreFormSchemes.utf8.json b/Open-ILS/src/extras/genreFormSchemes.utf8.json new file mode 100644 index 0000000000..e2c500aee5 --- /dev/null +++ b/Open-ILS/src/extras/genreFormSchemes.utf8.json @@ -0,0 +1,200 @@ +[ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/migfg", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Moving image genre-form guide" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Moving image genre-form guide" }, { "@language": "en", +"@value": "Moving image genre-form guide" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "migfg" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Moving image genre-form guide" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "migfg" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/reveal", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "REVEAL: fiction indexing and genre headings" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "REVEAL: fiction indexing and genre headings" }, { "@language": "en", +"@value": "REVEAL: fiction indexing and genre headings" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "reveal" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "REVEAL: fiction indexing and genre headings" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "reveal" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/dct", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Dublin Core list of resource types" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Dublin Core list of resource types" }, { "@language": "en", +"@value": "Dublin Core list of resource types" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "dct" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Dublin Core list of resource types" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "dct" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/gmgpc", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Thesaurus for graphic materials: TGM II, Genre and physical characteristic terms" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Thesaurus for graphic materials: TGM II, Genre and physical characteristic terms" }, { "@language": "en", +"@value": "Thesaurus for graphic materials: TGM II, Genre and physical characteristic terms" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "gmgpc" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Thesaurus for graphic materials: TGM II, Genre and physical characteristic terms" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "gmgpc" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/rbgenr", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Genre terms: a thesaurus for use in rare book and special collections cataloguing" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Genre terms: a thesaurus for use in rare book and special collections cataloguing" }, { "@language": "en", +"@value": "Genre terms: a thesaurus for use in rare book and special collections cataloguing" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "rbgenr" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Genre terms: a thesaurus for use in rare book and special collections cataloguing" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "rbgenr" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/sgp", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "sv", +"@value": "Svenska genrebeteckningar fr periodika" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "sgp" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "sv", +"@value": "Svenska genrebeteckningar fr periodika" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "sgp" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/estc", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Eighteenth century short title catalogue, the cataloguing rules. New ed." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Eighteenth century short title catalogue, the cataloguing rules. New ed." }, { "@language": "en", +"@value": "Eighteenth century short title catalogue, the cataloguing rules. New ed." } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "estc" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Eighteenth century short title catalogue, the cataloguing rules. New ed." } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "estc" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/ftamc", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Form terms for archival and manuscripts control" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Form terms for archival and manuscripts control" }, { "@language": "en", +"@value": "Form terms for archival and manuscripts control" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "ftamc" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Form terms for archival and manuscripts control" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "ftamc" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/alett", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "An alphabetical list of English text types" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "An alphabetical list of English text types" }, { "@language": "en", +"@value": "An alphabetical list of English text types" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "alett" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "An alphabetical list of English text types" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "alett" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/gtlm", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Genre terms for law materials: a thesaurus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Genre terms for law materials: a thesaurus" }, { "@language": "en", +"@value": "Genre terms for law materials: a thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "gtlm" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Genre terms for law materials: a thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "gtlm" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/rbprov", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Provenance evidence: a thesaurus for use in rare book and special collections cataloging" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Provenance evidence: a thesaurus for use in rare book and special collections cataloging" }, { "@language": "en", +"@value": "Provenance evidence: a thesaurus for use in rare book and special collections cataloging" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "rbprov" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Provenance evidence: a thesaurus for use in rare book and special collections cataloging" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "rbprov" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/rbbin", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Binding terms: a thesaurus for use in rare book and special collections cataloguing" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Binding terms: a thesaurus for use in rare book and special collections cataloguing" }, { "@language": "en", +"@value": "Binding terms: a thesaurus for use in rare book and special collections cataloguing" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "rbbin" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Binding terms: a thesaurus for use in rare book and special collections cataloguing" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "rbbin" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/fbg", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Films by genre /dd>" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Films by genre /dd>" }, { "@language": "en", +"@value": "Films by genre /dd>" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "fbg" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Films by genre /dd>" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "fbg" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/isbdmedia", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "ISBD Area 0 [media]" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "ISBD Area 0 [media]" }, { "@language": "en", +"@value": "ISBD Area 0 [media]" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "isbdmedia" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "ISBD Area 0 [media]" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "isbdmedia" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/marccategory", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "MARC form category term list" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "MARC form category term list" }, { "@language": "en", +"@value": "MARC form category term list" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "marccategory" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "MARC form category term list" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "marccategory" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/gnd-music", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Gemeinsame Normdatei: Musikalische Ausgabeform" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Gemeinsame Normdatei: Musikalische Ausgabeform" }, { "@language": "en", +"@value": "Gemeinsame Normdatei: Musikalische Ausgabeform" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "gnd-music" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Gemeinsame Normdatei: Musikalische Ausgabeform" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "gnd-music" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/proysen", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Prøysen: emneord for Prøysen-bibliografien" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Prøysen: emneord for Prøysen-bibliografien" }, { "@language": "en", +"@value": "Prøysen: emneord for Prøysen-bibliografien" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "proysen" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Prøysen: emneord for Prøysen-bibliografien" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "proysen" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/rdacarrier", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Term and code list for RDA carrier types" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Term and code list for RDA carrier types" }, { "@language": "en", +"@value": "Term and code list for RDA carrier types" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "rdacarrier" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Term and code list for RDA carrier types" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "rdacarrier" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/gnd", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Gemeinsame Normdatei" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Gemeinsame Normdatei" }, { "@language": "en", +"@value": "Gemeinsame Normdatei" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "gnd" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Gemeinsame Normdatei" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "gnd" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/cjh", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Center for Jewish History thesaurus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Center for Jewish History thesaurus" }, { "@language": "en", +"@value": "Center for Jewish History thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "cjh" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Center for Jewish History thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "cjh" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/rbpri", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Printing & publishing evidence: a thesaurus for use in rare book and special collections cataloging" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Printing & publishing evidence: a thesaurus for use in rare book and special collections cataloging" }, { "@language": "en", +"@value": "Printing & publishing evidence: a thesaurus for use in rare book and special collections cataloging" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "rbpri" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Printing & publishing evidence: a thesaurus for use in rare book and special collections cataloging" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "rbpri" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/fgtpcm", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Form/genre terms for printed cartoon material" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Form/genre terms for printed cartoon material" }, { "@language": "en", +"@value": "Form/genre terms for printed cartoon material" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "fgtpcm" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Form/genre terms for printed cartoon material" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "fgtpcm" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/rbpub", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Printing and publishing evidence: a thesaurus for use in rare book and special collections cataloging" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Printing and publishing evidence: a thesaurus for use in rare book and special collections cataloging" }, { "@language": "en", +"@value": "Printing and publishing evidence: a thesaurus for use in rare book and special collections cataloging" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "rbpub" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Printing and publishing evidence: a thesaurus for use in rare book and special collections cataloging" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "rbpub" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/gmd", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Anglo-American Cataloguing Rules general material designation" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Anglo-American Cataloguing Rules general material designation" }, { "@language": "en", +"@value": "Anglo-American Cataloguing Rules general material designation" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "gmd" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Anglo-American Cataloguing Rules general material designation" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "gmd" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/rbpap", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Paper terms: a thesaurus for use in rare book and special collections cataloging" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Paper terms: a thesaurus for use in rare book and special collections cataloging" }, { "@language": "en", +"@value": "Paper terms: a thesaurus for use in rare book and special collections cataloging" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "rbpap" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Paper terms: a thesaurus for use in rare book and special collections cataloging" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "rbpap" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/rdamedia", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Term and code list for RDA media types" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Term and code list for RDA media types" }, { "@language": "en", +"@value": "Term and code list for RDA media types" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "rdamedia" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Term and code list for RDA media types" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "rdamedia" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/marcsmd", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "MARC specific material form term list" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "MARC specific material form term list" }, { "@language": "en", +"@value": "MARC specific material form term list" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "marcsmd" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "MARC specific material form term list" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "marcsmd" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/saogf", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "sv", +"@value": "Svenska ämnesord - Genre/Form" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "saogf" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "sv", +"@value": "Svenska ämnesord - Genre/Form" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "saogf" } ] }, { "@id": "_:b574vocabularygenreFormSchemes", "@type": [ "http://id.loc.gov/ontologies/RecordInfo#RecordInfo" ], "http://id.loc.gov/ontologies/RecordInfo#recordStatus": [ { "@type": "http://www.w3.org/2001/XMLSchema#string", +"@value": "modified" } ], "http://id.loc.gov/ontologies/RecordInfo#recordChangeDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#dateTime", +"@value": "2015-10-22T14:02:42.029715-04:00" } ], "http://id.loc.gov/ontologies/RecordInfo#recordContentSource": [ { "@id": "http://id.loc.gov/vocabulary/organizations/dlcmrc" } ] }, { "@id": "_:b1031vocabularygenreFormSchemes", "@type": [ "http://purl.org/vocab/changeset/schema#ChangeSet" ], "http://purl.org/vocab/changeset/schema#subjectOfChange": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes" } ], "http://purl.org/vocab/changeset/schema#creatorName": [ { "@id": "http://id.loc.gov/vocabulary/organizations/dlcmrc" } ], "http://purl.org/vocab/changeset/schema#createdDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#dateTime", +"@value": "2015-10-22T14:02:42.029715-04:00" } ], "http://purl.org/vocab/changeset/schema#changeReason": [ { "@type": "http://www.w3.org/2001/XMLSchema#string", +"@value": "modified" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/lcgft", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Library of Congress genre/form terms for library and archival materials" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Library of Congress genre/form terms for library and archival materials" }, { "@language": "en", +"@value": "Library of Congress genre/form terms for library and archival materials" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "lcgft" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Library of Congress genre/form terms for library and archival materials" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "lcgft" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/muzeukv", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "MuzeVideo UK DVD and UMD film genre classification" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "MuzeVideo UK DVD and UMD film genre classification" }, { "@language": "en", +"@value": "MuzeVideo UK DVD and UMD film genre classification" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "muzeukv" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "MuzeVideo UK DVD and UMD film genre classification" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "muzeukv" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/mim", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Moving image materials: genre terms" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Moving image materials: genre terms" }, { "@language": "en", +"@value": "Moving image materials: genre terms" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "mim" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Moving image materials: genre terms" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "mim" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/nmc", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Revised nomenclature for museum cataloging: a revised and expanded version of Robert C. Chenhall's system for classifying man-made objects" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Revised nomenclature for museum cataloging: a revised and expanded version of Robert C. Chenhall's system for classifying man-made objects" }, { "@language": "en", +"@value": "Revised nomenclature for museum cataloging: a revised and expanded version of Robert C. Chenhall's system for classifying man-made objects" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "nmc" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Revised nomenclature for museum cataloging: a revised and expanded version of Robert C. Chenhall's system for classifying man-made objects" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "nmc" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/gnd-content", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Gemeinsame Normdatei: Beschreibung des Inhalts" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Gemeinsame Normdatei: Beschreibung des Inhalts" }, { "@language": "en", +"@value": "Gemeinsame Normdatei: Beschreibung des Inhalts" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "gnd-content" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Gemeinsame Normdatei: Beschreibung des Inhalts" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "gnd-content" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes", "@type": [ "http://www.loc.gov/mads/rdf/v1#MADSScheme", "http://www.w3.org/2004/02/skos/core#ConceptScheme" ], "http://www.loc.gov/mads/rdf/v1#hasTopMemberOfMADSScheme": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/alett" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/amg" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/barngf" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/bgtchm" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/cjh" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/dct" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/estc" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/fbg" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/fgtpcm" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/ftamc" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/gatbeg" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/gmd" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/gmgpc" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/gnd" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/gnd-carrier" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/gnd-content" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/gnd-music" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/gsafd" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/gtlm" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/isbdcontent" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/isbdmedia" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/lcgft" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/marccategory" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/marcform" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/marcgt" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/marcsmd" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/migfg" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/mim" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/muzeukv" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/nbdbgf" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/ngl" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/nimafc" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/nmc" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/proysen" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/radfg" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/rbbin" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/rbgenr" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/rbpap" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/rbpri" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/rbprov" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/rbpub" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/rbtyp" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/rdacarrier" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/rdacontent" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/rdamedia" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/reveal" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/rvmgf" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/saogf" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/sgp" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/tgfbne" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Genre/Form Schemes" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@value": " Genre/Form Schemes contains a list of genre/form schemes and assigns a URI to each scheme. The purpose of these properties is to permit users to associate controlled genre/form term with the appropriate scheme. The schemes include lists that contain the following types of information: content types that indicate the form of communication through which a work is expressed. Examples include: cartographic dataset, notated music, or text. media types that specify the general type of intermediation device required to view, play, run, etc., the content of a resource audio, stereographic, or video. carrier types that specify the format of the storage medium and housing of a resource. Examples include audiocassette, microfiche, or online resource. genre types designate the style or technique of the intellectual content of textual materials or, for graphic materials, aspects such as vantage point, intended purpose, characteristics of the creator, publication status, or method of representation. Examples are: biographies, catechisms, essays, hymns, or reviews. form and physical characteristic types designate historically and functionally specific kinds of materials distinguished by their physical character, the subject of their intellectual content, or the order of information within them. Examples are: daybooks, diaries, directories, journals, memoranda, questionnaires, syllabi, or time sheets. The purpose of this list is to identify the vocabulary used in records. For code assignment, general structure, usage, and maintenance guidelines see Source Codes for Vocabularies, Rules, and Schemes . Many general subject lists and thesauri, such as the Library of Congress Subject Headings and the Art and Architecture Thesaurus, also contain controlled vocabularies for specifying genre/forms. Thus those general sources may also be used in usage elements identified for genre/form terms, with the appropriate source code (see Subject Schemes ) . Only sources that are specific for genre/form are listed here. Entries in the list are arranged in alphabetical order by the code and consist of the source code followed by the bibliographic citation for the source documentation. The citations are linked to the online source for some codes. Each code consists of a maximum of 12 lowercase alphabetic characters. Possible additions to codes are described in Source Codes . " } ], "http://www.loc.gov/mads/rdf/v1#adminMetadata": [ { "@id": "_:b574vocabularygenreFormSchemes" } ], "http://www.w3.org/2004/02/skos/core#hasTopConcept": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/alett" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/amg" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/barngf" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/bgtchm" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/cjh" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/dct" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/estc" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/fbg" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/fgtpcm" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/ftamc" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/gatbeg" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/gmd" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/gmgpc" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/gnd" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/gnd-carrier" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/gnd-content" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/gnd-music" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/gsafd" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/gtlm" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/isbdcontent" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/isbdmedia" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/lcgft" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/marccategory" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/marcform" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/marcgt" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/marcsmd" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/migfg" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/mim" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/muzeukv" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/nbdbgf" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/ngl" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/nimafc" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/nmc" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/proysen" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/radfg" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/rbbin" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/rbgenr" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/rbpap" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/rbpri" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/rbprov" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/rbpub" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/rbtyp" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/rdacarrier" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/rdacontent" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/rdamedia" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/reveal" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/rvmgf" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/saogf" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/sgp" }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/tgfbne" } ], "http://www.w3.org/2004/02/skos/core#changeNote": [ { "@id": "_:b1031vocabularygenreFormSchemes" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/bgtchm", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Basic genre terms for cultural heritage materials" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Basic genre terms for cultural heritage materials" }, { "@language": "en", +"@value": "Basic genre terms for cultural heritage materials" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "bgtchm" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Basic genre terms for cultural heritage materials" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "bgtchm" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/gsafd", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Guidelines on subject access to individual works of fiction, drama, etc" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Guidelines on subject access to individual works of fiction, drama, etc" }, { "@language": "en", +"@value": "Guidelines on subject access to individual works of fiction, drama, etc" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "gsafd" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Guidelines on subject access to individual works of fiction, drama, etc" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "gsafd" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/marcform", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "MARC form of item term list" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "MARC form of item term list" }, { "@language": "en", +"@value": "MARC form of item term list" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "marcform" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "MARC form of item term list" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "marcform" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/marcgt", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "MARC genre terms" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "MARC genre terms" }, { "@language": "en", +"@value": "MARC genre terms" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "marcgt" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "MARC genre terms" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "marcgt" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/barngf", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "sv", +"@value": "Svenska ämnesord för barn - Genre/Form" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "barngf" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "sv", +"@value": "Svenska ämnesord för barn - Genre/Form" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "barngf" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/ngl", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Newspaper genre list" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Newspaper genre list" }, { "@language": "en", +"@value": "Newspaper genre list" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "ngl" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Newspaper genre list" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "ngl" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/rvmgf", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fr", +"@value": "Thésaurus des descripteurs de genre/forme de l'Université Laval" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "fr", +"@value": "Thésaurus des descripteurs de genre/forme de l'Université Laval" }, { "@language": "fr", +"@value": "Thésaurus des descripteurs de genre/forme de l'Université Laval" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "rvmgf" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fr", +"@value": "Thésaurus des descripteurs de genre/forme de l'Université Laval" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "rvmgf" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/tgfbne", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Términos de género/forma de la Biblioteca Nacional de España" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Términos de género/forma de la Biblioteca Nacional de España" }, { "@language": "en", +"@value": "Términos de género/forma de la Biblioteca Nacional de España" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "tgfbne" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Términos de género/forma de la Biblioteca Nacional de España" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "tgfbne" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/nbdbgf", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "NBD Biblion Genres Fictie" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "NBD Biblion Genres Fictie" }, { "@language": "en", +"@value": "NBD Biblion Genres Fictie" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "nbdbgf" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "NBD Biblion Genres Fictie" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "nbdbgf" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/rbtyp", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Type evidence: a thesaurus for use in rare book and special collections cataloging" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Type evidence: a thesaurus for use in rare book and special collections cataloging" }, { "@language": "en", +"@value": "Type evidence: a thesaurus for use in rare book and special collections cataloging" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "rbtyp" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Type evidence: a thesaurus for use in rare book and special collections cataloging" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "rbtyp" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/radfg", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Radio form / genre terms guide" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Radio form / genre terms guide" }, { "@language": "en", +"@value": "Radio form / genre terms guide" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "radfg" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Radio form / genre terms guide" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "radfg" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/gnd-carrier", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Gemeinsame Normdatei: Datenträgertyp" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Gemeinsame Normdatei: Datenträgertyp" }, { "@language": "en", +"@value": "Gemeinsame Normdatei: Datenträgertyp" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "gnd-carrier" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Gemeinsame Normdatei: Datenträgertyp" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "gnd-carrier" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/gatbeg", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "de", +"@value": "Gattungsbegriffe" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "de", +"@value": "Gattungsbegriffe" }, { "@language": "de", +"@value": "Gattungsbegriffe" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "gatbeg" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "de", +"@value": "Gattungsbegriffe" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "gatbeg" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/rdacontent", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Term and code list for RDA content types" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Term and code list for RDA content types" }, { "@language": "en", +"@value": "Term and code list for RDA content types" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "rdacontent" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Term and code list for RDA content types" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "rdacontent" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/isbdcontent", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "ISBD Area 0 [content]" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "ISBD Area 0 [content]" }, { "@language": "en", +"@value": "ISBD Area 0 [content]" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "isbdcontent" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "ISBD Area 0 [content]" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "isbdcontent" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/nimafc", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "NIMA form codes" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "NIMA form codes" }, { "@language": "en", +"@value": "NIMA form codes" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "nimafc" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "NIMA form codes" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "nimafc" } ] }, { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/amg", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Audiovisual material glossary" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Audiovisual material glossary" }, { "@language": "en", +"@value": "Audiovisual material glossary" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "amg" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/genreFormSchemes/genreForm" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Audiovisual material glossary" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "amg" } ] } ] \ No newline at end of file diff --git a/Open-ILS/src/extras/subjectSchemes.tsv b/Open-ILS/src/extras/subjectSchemes.tsv new file mode 100644 index 0000000000..80d6223050 --- /dev/null +++ b/Open-ILS/src/extras/subjectSchemes.tsv @@ -0,0 +1,345 @@ +local http://id.loc.gov/vocabulary/subjectSchemes/local Locally assigned term +taika http://id.loc.gov/vocabulary/subjectSchemes/taika Taideteollisuuden asiasanasto "fi"=>"Taideteollisuuden asiasanasto" +nasat http://id.loc.gov/vocabulary/subjectSchemes/nasat NASA thesaurus +rswkaf http://id.loc.gov/vocabulary/subjectSchemes/rswkaf Alternativform zum Hauptschlagwort "de"=>"Alternativform zum Hauptschlagwort" +jhpk http://id.loc.gov/vocabulary/subjectSchemes/jhpk Język haseł przedmiotowych KABA "pl"=>"Język haseł przedmiotowych KABA" +asrcrfcd http://id.loc.gov/vocabulary/subjectSchemes/asrcrfcd Australian Standard Research Classification: Research Fields, Courses and Disciplines (RFCD) classification +bt http://id.loc.gov/vocabulary/subjectSchemes/bt Bioethics thesaurus +lcstt http://id.loc.gov/vocabulary/subjectSchemes/lcstt List of Chinese subject terms +netc http://id.loc.gov/vocabulary/subjectSchemes/netc National Emergency Training Center Thesaurus (NETC) +aat http://id.loc.gov/vocabulary/subjectSchemes/aat Art & architecture thesaurus +bet http://id.loc.gov/vocabulary/subjectSchemes/bet British education thesaurus +ncjt http://id.loc.gov/vocabulary/subjectSchemes/ncjt National criminal justice thesaurus +samisk http://id.loc.gov/vocabulary/subjectSchemes/samisk Sami bibliography "no"=>"Sámi bibliografia = Samisk bibliografi (Norge)" +tips http://id.loc.gov/vocabulary/subjectSchemes/tips Tesauro ISOC de psicología "es"=>"Tesauro ISOC de psicología" +ukslc http://id.loc.gov/vocabulary/subjectSchemes/ukslc UK Standard Library Categories +tekord http://id.loc.gov/vocabulary/subjectSchemes/tekord TEK-ord : UBiTs emneordliste for arkitektur, realfag, og teknolog "no"=>"TEK-ord : UBiTs emneordliste for arkitektur, realfag, og teknolog" +umitrist http://id.loc.gov/vocabulary/subjectSchemes/umitrist University of Michigan Transportation Research Institute structured thesaurus +wgst http://id.loc.gov/vocabulary/subjectSchemes/wgst Washington GILS Subject Tree +rasuqam http://id.loc.gov/vocabulary/subjectSchemes/rasuqam Répertoire d'autorités-sujet de l'UQAM "fr"=>"Répertoire d'autorités-sujet de l'UQAM" +ntids http://id.loc.gov/vocabulary/subjectSchemes/ntids Norske tidsskrifter 1700-1820: emneord "no"=>"Norske tidsskrifter 1700-1820: emneord" +kaa http://id.loc.gov/vocabulary/subjectSchemes/kaa Kasvatusalan asiasanasto "fi"=>"Kasvatusalan asiasanasto" +yso http://id.loc.gov/vocabulary/subjectSchemes/yso YSO - Yleinen suomalainen ontologia "fi"=>"YSO - Yleinen suomalainen ontologia" +gcipmedia http://id.loc.gov/vocabulary/subjectSchemes/gcipmedia GAMECIP - Computer Game Media Formats (GAMECIP (Game Metadata and Citation Project)) +inspect http://id.loc.gov/vocabulary/subjectSchemes/inspect INSPEC thesaurus +ordnok http://id.loc.gov/vocabulary/subjectSchemes/ordnok Ordnokkelen: tesaurus for kulturminnevern "no"=>"Ordnokkelen: tesaurus for kulturminnevern" +helecon http://id.loc.gov/vocabulary/subjectSchemes/helecon Asiasanasto HELECON-tietikantoihin "fi"=>"Asiasanasto HELECON-tietikantoihin" +dltlt http://id.loc.gov/vocabulary/subjectSchemes/dltlt Cuddon, J. A. A dictionary of literary terms and literary theory +csapa http://id.loc.gov/vocabulary/subjectSchemes/csapa "Controlled vocabulary" in Pollution abstracts +gtt http://id.loc.gov/vocabulary/subjectSchemes/gtt GOO-trefwoorden thesaurus "nl"=>"GOO-trefwoorden thesaurus" +iescs http://id.loc.gov/vocabulary/subjectSchemes/iescs International energy subject categories and scope +itrt http://id.loc.gov/vocabulary/subjectSchemes/itrt International Thesaurus of Refugee Terminology +sanb http://id.loc.gov/vocabulary/subjectSchemes/sanb South African national bibliography authority file +blmlsh http://id.loc.gov/vocabulary/subjectSchemes/blmlsh British Library - Map library subject headings +bhb http://id.loc.gov/vocabulary/subjectSchemes/bhb Bibliography of the Hebrew Book +csh http://id.loc.gov/vocabulary/subjectSchemes/csh Kapsner, Oliver Leonard. Catholic subject headings +fire http://id.loc.gov/vocabulary/subjectSchemes/fire FireTalk, IFSI thesaurus +jlabsh http://id.loc.gov/vocabulary/subjectSchemes/jlabsh Basic subject headings "ja"=>"Kihon kenmei hyômokuhyô" +udc http://id.loc.gov/vocabulary/subjectSchemes/udc Universal decimal classification +lcshac http://id.loc.gov/vocabulary/subjectSchemes/lcshac Children's subject headings in Library of Congress subject headings: supplementary vocabularies +geonet http://id.loc.gov/vocabulary/subjectSchemes/geonet NGA GEOnet Names Server (GNS) +humord http://id.loc.gov/vocabulary/subjectSchemes/humord HUMORD "no"=>"HUMORD" +no-ubo-mr http://id.loc.gov/vocabulary/subjectSchemes/no-ubo-mr Menneskerettighets-tesaurus "no"=>"Menneskerettighets-tesaurus" +sgce http://id.loc.gov/vocabulary/subjectSchemes/sgce COBISS.SI General List of subject headings (English subject headings) "sl"=>"SploÅ¡ni geslovnik COBISS.SI" +kdm http://id.loc.gov/vocabulary/subjectSchemes/kdm Khung dê muc hê thông thông tin khoa hoc và ky thuât quôc gia "vi"=>"Khung dê muc hê thông thông tin khoa hoc và ky thuât quôc gia" +thesoz http://id.loc.gov/vocabulary/subjectSchemes/thesoz Thesaurus for the Social Sciences +asth http://id.loc.gov/vocabulary/subjectSchemes/asth Astronomy thesaurus +muzeukc http://id.loc.gov/vocabulary/subjectSchemes/muzeukc MuzeMusic UK classical music classification +norbok http://id.loc.gov/vocabulary/subjectSchemes/norbok Norbok: emneord i Norsk bokfortegnelse "no"=>"Norbok: emneord i Norsk bokfortegnelse" +masa http://id.loc.gov/vocabulary/subjectSchemes/masa Museoalan asiasanasto "fi"=>"Museoalan asiasanasto" +conorsi http://id.loc.gov/vocabulary/subjectSchemes/conorsi CONOR.SI (name authority file) (Maribor, Slovenia: Institut informacijskih znanosti (IZUM)) +eurovocen http://id.loc.gov/vocabulary/subjectSchemes/eurovocen Eurovoc thesaurus (English) +kto http://id.loc.gov/vocabulary/subjectSchemes/kto KTO - Kielitieteen ontologia "fi"=>"KTO - Kielitieteen ontologia" +muzvukci http://id.loc.gov/vocabulary/subjectSchemes/muzvukci MuzeVideo UK contributor index +kaunokki http://id.loc.gov/vocabulary/subjectSchemes/kaunokki Kaunokki: kaunokirjallisuuden asiasanasto "fi"=>"Kaunokki: kaunokirjallisuuden asiasanasto" +maotao http://id.loc.gov/vocabulary/subjectSchemes/maotao MAO/TAO - Ontologi för museibranschen och Konstindustriella ontologin "fi"=>"MAO/TAO - Ontologi för museibranschen och Konstindustriella ontologin" +psychit http://id.loc.gov/vocabulary/subjectSchemes/psychit Thesaurus of psychological index terms. +tlsh http://id.loc.gov/vocabulary/subjectSchemes/tlsh Subject heading authority list +csalsct http://id.loc.gov/vocabulary/subjectSchemes/csalsct CSA life sciences collection thesaurus +ciesiniv http://id.loc.gov/vocabulary/subjectSchemes/ciesiniv CIESIN indexing vocabulary +ebfem http://id.loc.gov/vocabulary/subjectSchemes/ebfem Encabezamientos bilingües de la Fundación Educativa Ana G. Mendez +mero http://id.loc.gov/vocabulary/subjectSchemes/mero MERO - Merenkulkualan ontologia "fi"=>"MERO - Merenkulkualan ontologia" +mmm http://id.loc.gov/vocabulary/subjectSchemes/mmm "Subject key" in Marxism and the mass media +pascal http://id.loc.gov/vocabulary/subjectSchemes/pascal PASCAL database classification scheme "fr"=>"Base de donneés PASCAL: plan de classement" +chirosh http://id.loc.gov/vocabulary/subjectSchemes/chirosh Chiropractic Subject Headings +cilla http://id.loc.gov/vocabulary/subjectSchemes/cilla Cilla: specialtesaurus för musik "fi"=>"Cilla: specialtesaurus för musik" +aiatsisl http://id.loc.gov/vocabulary/subjectSchemes/aiatsisl AIATSIS language thesaurus +nskps http://id.loc.gov/vocabulary/subjectSchemes/nskps Priručnik za izradu predmetnog kataloga u Nacionalnoj i sveučiliÅ¡noj knjičnici u Zagrebu "hr"=>"Priručnik za izradu predmetnog kataloga u Nacionalnoj i sveučiliÅ¡noj knjičnici u Zagrebu" +lctgm http://id.loc.gov/vocabulary/subjectSchemes/lctgm Thesaurus for graphic materials: TGM I, Subject terms +muso http://id.loc.gov/vocabulary/subjectSchemes/muso MUSO - Ontologi för musik "fi"=>"MUSO - Ontologi för musik" +blcpss http://id.loc.gov/vocabulary/subjectSchemes/blcpss COMPASS subject authority system +fast http://id.loc.gov/vocabulary/subjectSchemes/fast Faceted application of subject terminology +bisacmt http://id.loc.gov/vocabulary/subjectSchemes/bisacmt BISAC Merchandising Themes +lapponica http://id.loc.gov/vocabulary/subjectSchemes/lapponica Lapponica "fi"=>"Lapponica" +juho http://id.loc.gov/vocabulary/subjectSchemes/juho JUHO - Julkishallinnon ontologia "fi"=>"JUHO - Julkishallinnon ontologia" +idas http://id.loc.gov/vocabulary/subjectSchemes/idas ID-Archivschlüssel "de"=>"ID-Archivschlüssel" +tbjvp http://id.loc.gov/vocabulary/subjectSchemes/tbjvp Tesauro de la Biblioteca Dr. Jorge Villalobos Padilla, S.J. "es"=>"Tesauro de la Biblioteca Dr. Jorge Villalobos Padilla, S.J." +test http://id.loc.gov/vocabulary/subjectSchemes/test Thesaurus of engineering and scientific terms +finmesh http://id.loc.gov/vocabulary/subjectSchemes/finmesh FinMeSH "fi"=>"FinMeSH" +kssbar http://id.loc.gov/vocabulary/subjectSchemes/kssbar Klassifikationssystem for svenska bibliotek. Ämnesordregister. Alfabetisk del "sv"=>"Klassifikationssystem for svenska bibliotek. Ämnesordregister. Alfabetisk del" +kupu http://id.loc.gov/vocabulary/subjectSchemes/kupu Maori Wordnet "mi"=>"He puna kupu" +rpe http://id.loc.gov/vocabulary/subjectSchemes/rpe Rubricator on economics "ru"=>"Rubrikator po ekonomike" +dit http://id.loc.gov/vocabulary/subjectSchemes/dit Defense intelligence thesaurus +she http://id.loc.gov/vocabulary/subjectSchemes/she SHE: subject headings for engineering +idszbzna http://id.loc.gov/vocabulary/subjectSchemes/idszbzna Thesaurus IDS Nebis Zentralbibliothek Zürich, Nordamerika-Bibliothek "de"=>"Thesaurus IDS Nebis Zentralbibliothek Zürich, Nordamerika-Bibliothek" +msc http://id.loc.gov/vocabulary/subjectSchemes/msc Mathematical subject classification +muzeukn http://id.loc.gov/vocabulary/subjectSchemes/muzeukn MuzeMusic UK non-classical music classification +ipsp http://id.loc.gov/vocabulary/subjectSchemes/ipsp Defense intelligence production schedule. +sthus http://id.loc.gov/vocabulary/subjectSchemes/sthus Subject Taxonomy of the History of U.S. Foreign Relations +poliscit http://id.loc.gov/vocabulary/subjectSchemes/poliscit Political science thesaurus II +qtglit http://id.loc.gov/vocabulary/subjectSchemes/qtglit A queer thesaurus : an international thesaurus of gay and lesbian index terms +unbist http://id.loc.gov/vocabulary/subjectSchemes/unbist UNBIS thesaurus +gcipplatform http://id.loc.gov/vocabulary/subjectSchemes/gcipplatform GAMECIP - Computer Game Platforms (GAMECIP (Game Metadata and Citation Project)) +puho http://id.loc.gov/vocabulary/subjectSchemes/puho PUHO - Puolustushallinnon ontologia "fi"=>"PUHO - Puolustushallinnon ontologia" +thub http://id.loc.gov/vocabulary/subjectSchemes/thub Thesaurus de la Universitat de Barcelona "ca"=>"Thesaurus de la Universitat de Barcelona" +ndlsh http://id.loc.gov/vocabulary/subjectSchemes/ndlsh National Diet Library list of subject headings "ja"=>"Koktsu Kokkai Toshokan kenmei hyômokuhyô" +czenas http://id.loc.gov/vocabulary/subjectSchemes/czenas CZENAS thesaurus: a list of subject terms used in the National Library of the Czech Republic "cs"=>"Soubor vĕcných autorit Národní knihovny ČR" +idszbzzh http://id.loc.gov/vocabulary/subjectSchemes/idszbzzh Thesaurus IDS Nebis Zentralbibliothek Zürich, Handschriftenabteilung "de"=>"Thesaurus IDS Nebis Zentralbibliothek Zürich, Handschriftenabteilung" +unbisn http://id.loc.gov/vocabulary/subjectSchemes/unbisn UNBIS name authority list (New York, NY: Dag Hammarskjld Library, United Nations; : Chadwyck-Healey) +rswk http://id.loc.gov/vocabulary/subjectSchemes/rswk Regeln für den Schlagwortkatalog "de"=>"Regeln für den Schlagwortkatalog" +larpcal http://id.loc.gov/vocabulary/subjectSchemes/larpcal Lista de assuntos referente ao programa de cadastramento automatizado de livros da USP "pt"=>"Lista de assuntos referente ao programa de cadastramento automatizado de livros da USP" +biccbmc http://id.loc.gov/vocabulary/subjectSchemes/biccbmc BIC Children's Books Marketing Classifications +kulo http://id.loc.gov/vocabulary/subjectSchemes/kulo KULO - Kulttuurien tutkimuksen ontologia "fi"=>"KULO - Kulttuurien tutkimuksen ontologia" +popinte http://id.loc.gov/vocabulary/subjectSchemes/popinte POPIN thesaurus: population multilingual thesaurus +tisa http://id.loc.gov/vocabulary/subjectSchemes/tisa Villagrá Rubio, Angel. Tesauro ISOC de sociología autores "es"=>"Villagrá Rubio, Angel. Tesauro ISOC de sociología autores" +atg http://id.loc.gov/vocabulary/subjectSchemes/atg Agricultural thesaurus and glossary +eflch http://id.loc.gov/vocabulary/subjectSchemes/eflch E4Libraries Category Headings +maaq http://id.loc.gov/vocabulary/subjectSchemes/maaq Madâkhil al-asmâ' al-'arabîyah al-qadîmah "ar"=>"Madâkhil al-asmâ' al-'arabîyah al-qadîmah" +rvmgd http://id.loc.gov/vocabulary/subjectSchemes/rvmgd Thésaurus des descripteurs de groupes démographiques de l'Université Laval "fr"=>"Thésaurus des descripteurs de groupes démographiques de l'Université Laval" +csahssa http://id.loc.gov/vocabulary/subjectSchemes/csahssa "Controlled vocabulary" in Health and safety science abstracts +sigle http://id.loc.gov/vocabulary/subjectSchemes/sigle SIGLE manual, Part 2, Subject category list +blnpn http://id.loc.gov/vocabulary/subjectSchemes/blnpn British Library newspaper place names +asrctoa http://id.loc.gov/vocabulary/subjectSchemes/asrctoa Australian Standard Research Classification: Type of Activity (TOA) classification +lcdgt http://id.loc.gov/vocabulary/subjectSchemes/lcdgt Library of Congress demographic group term and code List +bokbas http://id.loc.gov/vocabulary/subjectSchemes/bokbas Bokbasen "no"=>"Bokbasen" +gnis http://id.loc.gov/vocabulary/subjectSchemes/gnis Geographic Names Information System (GNIS) +nbiemnfag http://id.loc.gov/vocabulary/subjectSchemes/nbiemnfag NBIs emneordsliste for faglitteratur "no"=>"NBIs emneordsliste for faglitteratur" +nlgaf http://id.loc.gov/vocabulary/subjectSchemes/nlgaf Archeio Kathierōmenōn Epikephalidōn "el"=>"Archeio Kathierōmenōn Epikephalidōn" +bhashe http://id.loc.gov/vocabulary/subjectSchemes/bhashe BHA, Bibliography of the history of art, subject headings/English +tsht http://id.loc.gov/vocabulary/subjectSchemes/tsht Thesaurus of subject headings for television +scbi http://id.loc.gov/vocabulary/subjectSchemes/scbi Soggettario per i cataloghi delle biblioteche italiane "it"=>"Soggettario per i cataloghi delle biblioteche italiane" +valo http://id.loc.gov/vocabulary/subjectSchemes/valo VALO - Fotografiska ontologin "fi"=>"VALO - Fotografiska ontologin" +wpicsh http://id.loc.gov/vocabulary/subjectSchemes/wpicsh WPIC Library thesaurus of subject headings +aktp http://id.loc.gov/vocabulary/subjectSchemes/aktp Alphavētikos Katalogos Thematikōn Perigrapheōn "el"=>"Alphavētikos Katalogos Thematikōn Perigrapheōn" +stw http://id.loc.gov/vocabulary/subjectSchemes/stw STW Thesaurus for Economics "de"=>"Standard-Thesaurus Wirtschaft" +mesh http://id.loc.gov/vocabulary/subjectSchemes/mesh Medical subject headings +ica http://id.loc.gov/vocabulary/subjectSchemes/ica Index of Christian art +emnmus http://id.loc.gov/vocabulary/subjectSchemes/emnmus Emneord for musikkdokument i EDB-kataloger "no"=>"Emneord for musikkdokument i EDB-kataloger" +sao http://id.loc.gov/vocabulary/subjectSchemes/sao Svenska ämnesord "sv"=>"Svenska ämnesord" +sgc http://id.loc.gov/vocabulary/subjectSchemes/sgc COBISS.SI General List of subject headings (Slovenian subject headings) "sl"=>"SploÅ¡ni geslovnik COBISS.SI" +bib1814 http://id.loc.gov/vocabulary/subjectSchemes/bib1814 1814-bibliografi: emneord for 1814-bibliografi "no"=>"1814-bibliografi: emneord for 1814-bibliografi" +bjornson http://id.loc.gov/vocabulary/subjectSchemes/bjornson Bjornson: emneord for Bjornsonbibliografien "no"=>"Bjornson: emneord for Bjornsonbibliografien" +liito http://id.loc.gov/vocabulary/subjectSchemes/liito LIITO - Liiketoimintaontologia "fi"=>"LIITO - Liiketoimintaontologia" +apaist http://id.loc.gov/vocabulary/subjectSchemes/apaist APAIS thesaurus: a list of subject terms used in the Australian Public Affairs Information Service +itglit http://id.loc.gov/vocabulary/subjectSchemes/itglit International thesaurus of gay and lesbian index terms (Chicago?: Thesaurus Committee, Gay and Lesbian Task Force, American Library Association) +ntcsd http://id.loc.gov/vocabulary/subjectSchemes/ntcsd "National Translations Center secondary descriptors" in National Translation Center primary subject classification and secondary descriptor +scisshl http://id.loc.gov/vocabulary/subjectSchemes/scisshl SCIS subject headings +opms http://id.loc.gov/vocabulary/subjectSchemes/opms Opetusministeriön asiasanasto "fi"=>"Opetusministeriön asiasanasto" +ttka http://id.loc.gov/vocabulary/subjectSchemes/ttka Teologisen tiedekunnan kirjaston asiasanasto "fi"=>"Teologisen tiedekunnan kirjaston asiasanasto" +watrest http://id.loc.gov/vocabulary/subjectSchemes/watrest Thesaurus of water resources terms: a collection of water resources and related terms for use in indexing technical information +ysa http://id.loc.gov/vocabulary/subjectSchemes/ysa Yleinen suomalainen asiasanasto "fi"=>"Yleinen suomalainen asiasanasto" +kitu http://id.loc.gov/vocabulary/subjectSchemes/kitu Kirjallisuudentutkimuksen asiasanasto "fi"=>"Kirjallisuudentutkimuksen asiasanasto" +sk http://id.loc.gov/vocabulary/subjectSchemes/sk 'Zhong guo gu ji shan ban shu zong mu' fen lei biao "zh"=>"'Zhong guo gu ji shan ban shu zong mu' fen lei biao" +aiatsisp http://id.loc.gov/vocabulary/subjectSchemes/aiatsisp AIATSIS place thesaurus +ram http://id.loc.gov/vocabulary/subjectSchemes/ram RAMEAU: répertoire d'authorité de matières encyclopédique unifié "fr"=>"RAMEAU: répertoire d'authorité de matières encyclopédique unifié" +aedoml http://id.loc.gov/vocabulary/subjectSchemes/aedoml Listado de encabezamientos de materia de música "es"=>"Listado de encabezamientos de materia de música" +ated http://id.loc.gov/vocabulary/subjectSchemes/ated Australian Thesaurus of Education Descriptors (ATED) +cabt http://id.loc.gov/vocabulary/subjectSchemes/cabt CAB thesaurus (Slough [England]: Commonwealth Agricultural Bureaux) +kassu http://id.loc.gov/vocabulary/subjectSchemes/kassu Kassu - Kasvien suomenkieliset nimet "fi"=>"Kassu - Kasvien suomenkieliset nimet" +nbdbt http://id.loc.gov/vocabulary/subjectSchemes/nbdbt NBD Biblion Trefwoordenthesaurus "nl"=>"NBD Biblion Trefwoordenthesaurus" +jhpb http://id.loc.gov/vocabulary/subjectSchemes/jhpb Język haseł przedmiotowych Biblioteki Narodowej "pl"=>"Język haseł przedmiotowych Biblioteki Narodowej" +bidex http://id.loc.gov/vocabulary/subjectSchemes/bidex Bilindex: a bilingual Spanish-English subject heading list +ccsa http://id.loc.gov/vocabulary/subjectSchemes/ccsa Catalogue collectif suisse des affiches "fr"=>"Catalogue collectif suisse des affiches" +noraf http://id.loc.gov/vocabulary/subjectSchemes/noraf Norwegian Authority File +kito http://id.loc.gov/vocabulary/subjectSchemes/kito KITO - Kirjallisuudentutkimuksen ontologia "fi"=>"KITO - Kirjallisuudentutkimuksen ontologia" +tho http://id.loc.gov/vocabulary/subjectSchemes/tho Thesauros Hellēnikōn Oron "el"=>"Thesauros Hellēnikōn Oron" +ept http://id.loc.gov/vocabulary/subjectSchemes/ept European education thesaurus "sl"=>"Evropski pedagoÅ¡ki tezaver" +pmont http://id.loc.gov/vocabulary/subjectSchemes/pmont Powerhouse Museum Object Name Thesaurus +ssg http://id.loc.gov/vocabulary/subjectSchemes/ssg SploÅ¡ni slovenski geslovnik "sl"=>"SploÅ¡ni slovenski geslovnik" +huc http://id.loc.gov/vocabulary/subjectSchemes/huc U.S. Geological Survey water-supply paper 2294: hydrologic basins unit codes +isis http://id.loc.gov/vocabulary/subjectSchemes/isis "Classification scheme" in Isis +ibsen http://id.loc.gov/vocabulary/subjectSchemes/ibsen Ibsen: emneord for Den internasjonale Ibsen-bibliografien "no"=>"Ibsen: emneord for Den internasjonale Ibsen-bibliografien" +lacnaf http://id.loc.gov/vocabulary/subjectSchemes/lacnaf Library and Archives Canada name authority file +swemesh http://id.loc.gov/vocabulary/subjectSchemes/swemesh Swedish MeSH "sv"=>"Svenska MeSH" +hamsun http://id.loc.gov/vocabulary/subjectSchemes/hamsun Hamsun: emneord for Hamsunbibliografien "no"=>"Hamsun: emneord for Hamsunbibliografien" +qrma http://id.loc.gov/vocabulary/subjectSchemes/qrma List of Arabic subject headings "ar"=>"Qâ'imat ru'ûs al-mawdûât al-'Arabîyah" +qrmak http://id.loc.gov/vocabulary/subjectSchemes/qrmak Qâ'imat ru'ûs al-mawdû'ât al-'Arabîyah al-qiyâsîyah al-maktabât wa-marâkaz al-ma'lûmât wa-qawâid al-bayânât "ar"=>"Qâ'imat ru'ûs al-mawdû'ât al-'Arabîyah al-qiyâsîyah al-maktabât wa-marâkaz al-ma'lûmât wa-qawâid al-bayânât" +ceeus http://id.loc.gov/vocabulary/subjectSchemes/ceeus Counties and equivalent entities of the United States its possessions, and associated areas +taxhs http://id.loc.gov/vocabulary/subjectSchemes/taxhs A taxonomy or human services: a conceptual framework with standardized terminology and definitions for the field +noram http://id.loc.gov/vocabulary/subjectSchemes/noram Noram: emneord for Norsk-amerikansk samling "no"=>"Noram: emneord for Norsk-amerikansk samling" +eurovocfr http://id.loc.gov/vocabulary/subjectSchemes/eurovocfr Eurovoc thesaurus (French) +jurivoc http://id.loc.gov/vocabulary/subjectSchemes/jurivoc JURIVOC +agrifors http://id.loc.gov/vocabulary/subjectSchemes/agrifors AGRIFOREST-sanasto "fi"=>"AGRIFOREST-sanasto" +noubojur http://id.loc.gov/vocabulary/subjectSchemes/noubojur Thesaurus of Law "no"=>"Thesaurus of Law" +pha http://id.loc.gov/vocabulary/subjectSchemes/pha Puolostushallinnon asiasanasto "fi"=>"Puolostushallinnon asiasanasto" +ddcrit http://id.loc.gov/vocabulary/subjectSchemes/ddcrit DDC retrieval and indexing terminology; posting terms with hierarchy and KWOC +mar http://id.loc.gov/vocabulary/subjectSchemes/mar Merenkulun asiasanasto "fi"=>"Merenkulun asiasanasto" +sbt http://id.loc.gov/vocabulary/subjectSchemes/sbt Soggettario Sistema Bibliotecario Ticinese "it"=>"Soggettario Sistema Bibliotecario Ticinese" +nzggn http://id.loc.gov/vocabulary/subjectSchemes/nzggn New Zealand gazetteer of official geographic names (New Zealand Geographic Board Ngā Pou Taunaha o Aotearoa (NZGB)) +kta http://id.loc.gov/vocabulary/subjectSchemes/kta Kielitieteen asiasanasto "fi"=>"Kielitieteen asiasanasto" +snt http://id.loc.gov/vocabulary/subjectSchemes/snt Sexual nomenclature : a thesaurus +francis http://id.loc.gov/vocabulary/subjectSchemes/francis FRANCIS database classification scheme "fr"=>"Base de donneés FRANCIS: plan de classement" +eurovocsl http://id.loc.gov/vocabulary/subjectSchemes/eurovocsl Eurovoc thesaurus "sl"=>"Eurovoc thesaurus" +idszbzes http://id.loc.gov/vocabulary/subjectSchemes/idszbzes Thesaurus IDS Nebis Bibliothek Englisches Seminar der Universität Zürich "de"=>"Thesaurus IDS Nebis Bibliothek Englisches Seminar der Universität Zürich" +gnd http://id.loc.gov/vocabulary/subjectSchemes/gnd Gemeinsame Normdatei "de"=>"Gemeinsame Normdatei" +nlmnaf http://id.loc.gov/vocabulary/subjectSchemes/nlmnaf National Library of Medicine name authority file +rugeo http://id.loc.gov/vocabulary/subjectSchemes/rugeo Natsional'nyi normativnyi fail geograficheskikh nazvanii Rossiiskoi Federatsii "ru"=>"Natsional'nyi normativnyi fail geograficheskikh nazvanii Rossiiskoi Federatsii" +sipri http://id.loc.gov/vocabulary/subjectSchemes/sipri SIPRI library thesaurus +kkts http://id.loc.gov/vocabulary/subjectSchemes/kkts Katalogos Kathierōmenōn Typōn Syllogikou Katalogou Demosion Vivliothekon "el"=>"Katalogos Kathierōmenōn Typōn Syllogikou Katalogou Demosion Vivliothekon" +tucua http://id.loc.gov/vocabulary/subjectSchemes/tucua Thesaurus for use in college and university archives +pmbok http://id.loc.gov/vocabulary/subjectSchemes/pmbok Guide to the project management body of knowledge (PMBOK Guide) +agrovoc http://id.loc.gov/vocabulary/subjectSchemes/agrovoc AGROVOC multilingual agricultural thesaurus +nal http://id.loc.gov/vocabulary/subjectSchemes/nal National Agricultural Library subject headings +lnmmbr http://id.loc.gov/vocabulary/subjectSchemes/lnmmbr Lietuvos nacionalines Martyno Mazvydo bibliotekos rubrikynas "lt"=>"Lietuvos nacionalines Martyno Mazvydo bibliotekos rubrikynas" +vmj http://id.loc.gov/vocabulary/subjectSchemes/vmj Vedettes-matière jeunesse "fr"=>"Vedettes-matière jeunesse" +ddcut http://id.loc.gov/vocabulary/subjectSchemes/ddcut Dewey Decimal Classification user terms +eks http://id.loc.gov/vocabulary/subjectSchemes/eks Eduskunnan kirjaston asiasanasto "fi"=>"Eduskunnan kirjaston asiasanasto" +wot http://id.loc.gov/vocabulary/subjectSchemes/wot A Women's thesaurus +noubomn http://id.loc.gov/vocabulary/subjectSchemes/noubomn University of Oslo Library Thesaurus of Science "no"=>"University of Oslo Library Thesaurus of Science" +idszbzzg http://id.loc.gov/vocabulary/subjectSchemes/idszbzzg Thesaurus IDS Nebis Zentralbibliothek Zürich, Graphische Sammlung "de"=>"Thesaurus IDS Nebis Zentralbibliothek Zürich, Graphische Sammlung" +precis http://id.loc.gov/vocabulary/subjectSchemes/precis PRECIS: a manual of concept analysis and subject indexing +cstud http://id.loc.gov/vocabulary/subjectSchemes/cstud Classificatieschema's Bibliotheek TU Delft "nl"=>"Classificatieschema's Bibliotheek TU Delft" +nlgkk http://id.loc.gov/vocabulary/subjectSchemes/nlgkk Katalogos kathierōmenōn onomatōn physikōn prosōpōn "el"=>"Katalogos kathierōmenōn onomatōn physikōn prosōpōn" +pmt http://id.loc.gov/vocabulary/subjectSchemes/pmt Project management terminology. Newtown Square, PA: Project Management Institute +ericd http://id.loc.gov/vocabulary/subjectSchemes/ericd Thesaurus of ERIC descriptors +rvm http://id.loc.gov/vocabulary/subjectSchemes/rvm Répertoire de vedettes-matière "fr"=>"Répertoire de vedettes-matière" +sfit http://id.loc.gov/vocabulary/subjectSchemes/sfit Svenska filminstitutets tesaurus "sv"=>"Svenska filminstitutets tesaurus" +trtsa http://id.loc.gov/vocabulary/subjectSchemes/trtsa Teatterin ja tanssin asiasanasto "fi"=>"Teatterin ja tanssin asiasanasto" +ulan http://id.loc.gov/vocabulary/subjectSchemes/ulan Union list of artist names +unescot http://id.loc.gov/vocabulary/subjectSchemes/unescot UNESCO thesaurus "fr"=>"Thésaurus de l'UNESCO","es"=>"Tesauro de la UNESCO" +koko http://id.loc.gov/vocabulary/subjectSchemes/koko KOKO-ontologia "fi"=>"KOKO-ontologia" +msh http://id.loc.gov/vocabulary/subjectSchemes/msh Trimboli, T., and Martyn S. Marianist subject headings +trt http://id.loc.gov/vocabulary/subjectSchemes/trt Transportation resource thesaurus +agrovocf http://id.loc.gov/vocabulary/subjectSchemes/agrovocf AGROVOC thésaurus agricole multilingue "fr"=>"AGROVOC thésaurus agricole multilingue" +aucsh http://id.loc.gov/vocabulary/subjectSchemes/aucsh Arabic Union Catalog Subject Headings "ar"=>"Qâ'imat ru'ûs mawdû'ât al-fahras al-'Arabîyah al-mowahad" +ddcri http://id.loc.gov/vocabulary/subjectSchemes/ddcri Dewey Decimal Classification Relative Index +est http://id.loc.gov/vocabulary/subjectSchemes/est International energy: subject thesaurus (: International Energy Agency, Energy Technology Data Exchange) +lua http://id.loc.gov/vocabulary/subjectSchemes/lua Liikunnan ja urheilun asiasanasto "fi"=>"Liikunnan ja urheilun asiasanasto" +mipfesd http://id.loc.gov/vocabulary/subjectSchemes/mipfesd Macrothesaurus for information processing in the field of economic and social development +rurkp http://id.loc.gov/vocabulary/subjectSchemes/rurkp Predmetnye rubriki Rossiiskoi knizhnoi palaty "ru"=>"Predmetnye rubriki Rossiiskoi knizhnoi palaty" +albt http://id.loc.gov/vocabulary/subjectSchemes/albt Arbetslivsbibliotekets tesaurus "sv"=>"Arbetslivsbibliotekets tesaurus" +fmesh http://id.loc.gov/vocabulary/subjectSchemes/fmesh Liste systématique et liste permutée des descripteurs français MeSH "fr"=>"Liste systématique et liste permutée des descripteurs français MeSH" +bicssc http://id.loc.gov/vocabulary/subjectSchemes/bicssc BIC standard subject categories +cctf http://id.loc.gov/vocabulary/subjectSchemes/cctf Carto-Canadiana thésaurus - Français "fr"=>"Carto-Canadiana thésaurus - Français" +reo http://id.loc.gov/vocabulary/subjectSchemes/reo Māori Subject Headings thesaurus "mi"=>"Ngā Ūpoko Tukutuku" +icpsr http://id.loc.gov/vocabulary/subjectSchemes/icpsr ICPSR controlled vocabulary system +kao http://id.loc.gov/vocabulary/subjectSchemes/kao KVINNSAM ämnesordsregister "sv"=>"KVINNSAM ämnesordsregister" +asrcseo http://id.loc.gov/vocabulary/subjectSchemes/asrcseo Australian Standard Research Classification: Socio-Economic Objective (SEO) classification +georeft http://id.loc.gov/vocabulary/subjectSchemes/georeft GeoRef thesaurus +cct http://id.loc.gov/vocabulary/subjectSchemes/cct Chinese Classified Thesaurus "zh"=>"Zhong guo fen lei zhu ti ci biao" +dcs http://id.loc.gov/vocabulary/subjectSchemes/dcs Health Sciences Descriptors "es"=>"Descriptores en Ciencias de la Salud","pt"=>"Descritores em Ciências da Saúde" +musa http://id.loc.gov/vocabulary/subjectSchemes/musa Musiikin asiasanasto: erikoissanasto "fi"=>"Musiikin asiasanasto: erikoissanasto" +ntissc http://id.loc.gov/vocabulary/subjectSchemes/ntissc NTIS subject categories +idszbz http://id.loc.gov/vocabulary/subjectSchemes/idszbz Thesaurus IDS Nebis Zentralbibliothek Zürich "de"=>"Thesaurus IDS Nebis Zentralbibliothek Zürich" +tlka http://id.loc.gov/vocabulary/subjectSchemes/tlka Investigació, Procés Tècnicn kirjaston asiasanasto "fi"=>"Investigació, Procés Tècnicn kirjaston asiasanasto" +usaidt http://id.loc.gov/vocabulary/subjectSchemes/usaidt USAID thesaurus: Keywords used to index documents included in the USAID Development Experience System. +embne http://id.loc.gov/vocabulary/subjectSchemes/embne Encabezamientos de Materia de la Biblioteca Nacional de España "es"=>"Encabezamientos de Materia de la Biblioteca Nacional de España" +vcaadu http://id.loc.gov/vocabulary/subjectSchemes/vcaadu Vocabulario controlado de arquitectura, arte, diseño y urbanismo "es"=>"Vocabulario controlado de arquitectura, arte, diseño y urbanismo" +ntcpsc http://id.loc.gov/vocabulary/subjectSchemes/ntcpsc "National Translations Center primary subject classification" in National Translations Center primary subject classification and secondary descriptors +quiding http://id.loc.gov/vocabulary/subjectSchemes/quiding Quiding, Nils Herman. Svenskt allmänt författningsregister för tiden frÃ¥n Ã¥r 1522 till och med Ã¥r 1862 "sv"=>"Quiding, Nils Herman. Svenskt allmänt författningsregister för tiden frÃ¥n Ã¥r 1522 till och med Ã¥r 1862" +allars http://id.loc.gov/vocabulary/subjectSchemes/allars Allärs: allmän tesaurus pä svenska "fi"=>"Allärs: allmän tesaurus pä svenska" +ogst http://id.loc.gov/vocabulary/subjectSchemes/ogst Oregon GILS Subject Tree (Oregon: Oregon State Library and Oregon Information Resource Management Division (IRMD)) +bella http://id.loc.gov/vocabulary/subjectSchemes/bella Bella: specialtesaurus för skönlitteratur "fi"=>"Bella: specialtesaurus för skönlitteratur" +bibalex http://id.loc.gov/vocabulary/subjectSchemes/bibalex Bibliotheca Alexandrina name and subject authority file +pepp http://id.loc.gov/vocabulary/subjectSchemes/pepp The Princeton encyclopedia of poetry and poetics +hkcan http://id.loc.gov/vocabulary/subjectSchemes/hkcan Hong Kong Chinese Authority File (Name) - HKCAN +dissao http://id.loc.gov/vocabulary/subjectSchemes/dissao "Dissertation abstracts online" in Search tools: the guide to UNI/Data Courier Online +ltcsh http://id.loc.gov/vocabulary/subjectSchemes/ltcsh Land Tenure Center Library list of subject headings +mpirdes http://id.loc.gov/vocabulary/subjectSchemes/mpirdes Macrothesaurus para el procesamiento de la información relativa al desarrollo económico y social "es"=>"Macrothesaurus para el procesamiento de la información relativa al desarrollo económico y social" +asft http://id.loc.gov/vocabulary/subjectSchemes/asft Aquatic sciences and fisheries thesaurus +naf http://id.loc.gov/vocabulary/subjectSchemes/naf NACO authority file +nimacsc http://id.loc.gov/vocabulary/subjectSchemes/nimacsc NIMA cartographic subject categories +khib http://id.loc.gov/vocabulary/subjectSchemes/khib Emneord, KHiB Biblioteket "no"=>"Emneord, KHiB Biblioteket" +cdcng http://id.loc.gov/vocabulary/subjectSchemes/cdcng Catalogage des documents cartographiques: forme et structure des vedettes noms géographiques - NF Z 44-081 "fr"=>"Catalogage des documents cartographiques: forme et structure des vedettes noms géographiques - NF Z 44-081" +afset http://id.loc.gov/vocabulary/subjectSchemes/afset American Folklore Society Ethnographic Thesaurus +erfemn http://id.loc.gov/vocabulary/subjectSchemes/erfemn Erfaringskompetanses emneord "no"=>"Erfaringskompetanses emneord" +sbiao http://id.loc.gov/vocabulary/subjectSchemes/sbiao Svenska barnboksinstitutets ämnesordslista "sv"=>"Svenska barnboksinstitutets ämnesordslista" +socio http://id.loc.gov/vocabulary/subjectSchemes/socio Sociological Abstracts Thesaurus +bisacrt http://id.loc.gov/vocabulary/subjectSchemes/bisacrt BISAC Regional Themes +eum http://id.loc.gov/vocabulary/subjectSchemes/eum Eesti uldine märksonastik "et"=>"Eesti uldine märksonastik" +kula http://id.loc.gov/vocabulary/subjectSchemes/kula Kulttuurien tutkimuksen asiasanasto "fi"=>"Kulttuurien tutkimuksen asiasanasto" +odlt http://id.loc.gov/vocabulary/subjectSchemes/odlt Baldick, C. The Oxford dictionary of literary terms +rerovoc http://id.loc.gov/vocabulary/subjectSchemes/rerovoc Indexation matiéres RERO autoritès "fr"=>"Indexation matiéres RERO autoritès" +tsr http://id.loc.gov/vocabulary/subjectSchemes/tsr TSR-ontologia "fi"=>"TSR-ontologia" +czmesh http://id.loc.gov/vocabulary/subjectSchemes/czmesh Czech MeSH "cs"=>"Czech MeSH" +dltt http://id.loc.gov/vocabulary/subjectSchemes/dltt Quinn, E. A dictionary of literary and thematic terms +idsbb http://id.loc.gov/vocabulary/subjectSchemes/idsbb Thesaurus IDS Basel Bern "de"=>"Thesaurus IDS Basel Bern" +inist http://id.loc.gov/vocabulary/subjectSchemes/inist INIS: thesaurus +idszbzzk http://id.loc.gov/vocabulary/subjectSchemes/idszbzzk Thesaurus IDS Nebis Zentralbibliothek Zürich, Kartensammlung "de"=>"Thesaurus IDS Nebis Zentralbibliothek Zürich, Kartensammlung" +tesa http://id.loc.gov/vocabulary/subjectSchemes/tesa Tesauro Agrícola "es"=>"Tesauro Agrícola" +liv http://id.loc.gov/vocabulary/subjectSchemes/liv Legislative indexing vocabulary +collett http://id.loc.gov/vocabulary/subjectSchemes/collett Collett-bibliografi: litteratur av og om Camilla Collett "no"=>"Collett-bibliografi: litteratur av og om Camilla Collett" +nsbncf http://id.loc.gov/vocabulary/subjectSchemes/nsbncf Nuovo Soggettario "it"=>"Nuovo Soggettario" +ipat http://id.loc.gov/vocabulary/subjectSchemes/ipat IPA thesaurus and frequency list +skon http://id.loc.gov/vocabulary/subjectSchemes/skon Att indexera skönlitteratur: Ämnesordslista, vuxenlitteratur "sv"=>"Att indexera skönlitteratur: Ämnesordslista, vuxenlitteratur" +renib http://id.loc.gov/vocabulary/subjectSchemes/renib Renib "es"=>"Renib" +hrvmesh http://id.loc.gov/vocabulary/subjectSchemes/hrvmesh Croatian MeSH / Hrvatski MeSH "no"=>"Croatian MeSH / Hrvatski MeSH" +swd http://id.loc.gov/vocabulary/subjectSchemes/swd Schlagwortnormdatei "de"=>"Schlagwortnormdatei" +aass http://id.loc.gov/vocabulary/subjectSchemes/aass "Asian American Studies Library subject headings" in A Guide for establishing Asian American core collections +cht http://id.loc.gov/vocabulary/subjectSchemes/cht Chicano thesaurus for indexing Chicano materials in Chicano periodical index +galestne http://id.loc.gov/vocabulary/subjectSchemes/galestne Gale Group subject thesaurus and named entity vocabulary +nlgsh http://id.loc.gov/vocabulary/subjectSchemes/nlgsh Katalogos Hellēnikōn thematikōn epikephalidōn "el"=>"Katalogos Hellēnikōn thematikōn epikephalidōn" +hoidokki http://id.loc.gov/vocabulary/subjectSchemes/hoidokki Hoitotieteellinen asiasanasto +vffyl http://id.loc.gov/vocabulary/subjectSchemes/vffyl Vocabulario de la Biblioteca Central de la FFyL "es"=>"Vocabulario de la Biblioteca Central de la FFyL" +kubikat http://id.loc.gov/vocabulary/subjectSchemes/kubikat kubikat "de"=>"kubikat" +waqaf http://id.loc.gov/vocabulary/subjectSchemes/waqaf Maknas Uloom Al Waqaf "ar"=>"Maknas Uloom Al Waqaf" +hapi http://id.loc.gov/vocabulary/subjectSchemes/hapi HAPI thesaurus and name authority, 1970-2000 +drama http://id.loc.gov/vocabulary/subjectSchemes/drama Drama: specialtesaurus för teater och dans +sosa http://id.loc.gov/vocabulary/subjectSchemes/sosa Sociaalialan asiasanasto "fi"=>"Sociaalialan asiasanasto" +ilpt http://id.loc.gov/vocabulary/subjectSchemes/ilpt Index to legal periodicals: thesaurus +nicem http://id.loc.gov/vocabulary/subjectSchemes/nicem NICEM subject headings and classification system +qlsp http://id.loc.gov/vocabulary/subjectSchemes/qlsp Queens Library Spanish language subject headings +eet http://id.loc.gov/vocabulary/subjectSchemes/eet European education thesaurus +nalnaf http://id.loc.gov/vocabulary/subjectSchemes/nalnaf National Agricultural Library name authority file +eclas http://id.loc.gov/vocabulary/subjectSchemes/eclas ECLAS thesaurus +agrovocs http://id.loc.gov/vocabulary/subjectSchemes/agrovocs AGROVOC tesauro agrícola multilingée "es"=>"AGROVOC tesauro agrícola multilingée" +shbe http://id.loc.gov/vocabulary/subjectSchemes/shbe Subject headings in business and economics "sv"=>"Subject headings in business and economics" +barn http://id.loc.gov/vocabulary/subjectSchemes/barn Svenska ämnesord för barn "sv"=>"Svenska ämnesord för barn" +bhammf http://id.loc.gov/vocabulary/subjectSchemes/bhammf BHA, Bibliographie d'histoire de l'art, mots-matière/français "fr"=>"BHA, Bibliographie d'histoire de l'art, mots-matière/français" +gccst http://id.loc.gov/vocabulary/subjectSchemes/gccst Government of Canada core subject thesaurus (Gatineau : Library and Archives Canada) +fnhl http://id.loc.gov/vocabulary/subjectSchemes/fnhl First Nations House of Learning Subject Headings +kauno http://id.loc.gov/vocabulary/subjectSchemes/kauno KAUNO - Kaunokki-ontologin "fi"=>"KAUNO - Kaunokki-ontologin" +dtict http://id.loc.gov/vocabulary/subjectSchemes/dtict Defense Technical Information Center thesaurus +mech http://id.loc.gov/vocabulary/subjectSchemes/mech Iskanje po zbirki MECH "sl"=>"Iskanje po zbirki MECH" +jupo http://id.loc.gov/vocabulary/subjectSchemes/jupo JUPO - Julkisen hallinnon palveluontologia "fi"=>"JUPO - Julkisen hallinnon palveluontologia" +ktpt http://id.loc.gov/vocabulary/subjectSchemes/ktpt Kirjasto- ja tietopalvelualan tesaurus "fi"=>"Kirjasto- ja tietopalvelualan tesaurus" +aiatsiss http://id.loc.gov/vocabulary/subjectSchemes/aiatsiss AIATSIS subject Thesaurus +lcac http://id.loc.gov/vocabulary/subjectSchemes/lcac Library of Congress Annotated Children's Cataloging Program subject headings +lemac http://id.loc.gov/vocabulary/subjectSchemes/lemac Llista d'encapçalaments de matèria en català "ca"=>"Llista d'encapçalaments de matèria en català" +lemb http://id.loc.gov/vocabulary/subjectSchemes/lemb Lista de encabezamientos de materia para bibliotecas "es"=>"Lista de encabezamientos de materia para bibliotecas" +henn http://id.loc.gov/vocabulary/subjectSchemes/henn Hennepin County Library cumulative authority list +mtirdes http://id.loc.gov/vocabulary/subjectSchemes/mtirdes Macrothésaurus pour le traitement de l'information relative au développement économique et social "fr"=>"Macrothésaurus pour le traitement de l'information relative au développement économique et social" +cash http://id.loc.gov/vocabulary/subjectSchemes/cash Canadian subject headings +nznb http://id.loc.gov/vocabulary/subjectSchemes/nznb New Zealand national bibliographic +prvt http://id.loc.gov/vocabulary/subjectSchemes/prvt Patent- och registreringsverkets tesaurus "sv"=>"Patent- och registreringsverkets tesaurus" +scgdst http://id.loc.gov/vocabulary/subjectSchemes/scgdst Subject categorization guide for defense science and technology +gem http://id.loc.gov/vocabulary/subjectSchemes/gem GEM controlled vocabularies +lcsh http://id.loc.gov/vocabulary/subjectSchemes/lcsh Library of Congress subject headings +rero http://id.loc.gov/vocabulary/subjectSchemes/rero Indexation matires RERO "fr"=>"Indexation matires RERO" +peri http://id.loc.gov/vocabulary/subjectSchemes/peri Perinnetieteiden asiasanasto "fi"=>"Perinnetieteiden asiasanasto" +shsples http://id.loc.gov/vocabulary/subjectSchemes/shsples Encabezamientos de materia para bibliotecas escolares y públicas "es"=>"Encabezamientos de materia para bibliotecas escolares y públicas" +slem http://id.loc.gov/vocabulary/subjectSchemes/slem Sears: lista de encabezamientos de materia "es"=>"Sears: lista de encabezamientos de materia" +afo http://id.loc.gov/vocabulary/subjectSchemes/afo AFO - Viikin kampuskirjaston ontologia "fi"=>"AFO - Viikin kampuskirjaston ontologia" +gst http://id.loc.gov/vocabulary/subjectSchemes/gst Gay studies thesaurus: a controlled vocabulary for indexing and accessing materials of relevance to gay culture, history, politics and psychology +hlasstg http://id.loc.gov/vocabulary/subjectSchemes/hlasstg HLAS subject term glossary +iest http://id.loc.gov/vocabulary/subjectSchemes/iest International energy: subject thesaurus +pkk http://id.loc.gov/vocabulary/subjectSchemes/pkk Predmetnik za katoliÅ¡ke knjižnice "sl"=>"Predmetnik za katoliÅ¡ke knjižnice" +atla http://id.loc.gov/vocabulary/subjectSchemes/atla Religion indexes: thesaurus +scot http://id.loc.gov/vocabulary/subjectSchemes/scot Schools Online Thesaurus (ScOT) +smda http://id.loc.gov/vocabulary/subjectSchemes/smda Smithsonian National Air and Space Museum Directory of Airplanes +solstad http://id.loc.gov/vocabulary/subjectSchemes/solstad Solstad: emneord for Solstadbibliografien "no"=>"Solstad: emneord for Solstadbibliografien" +abne http://id.loc.gov/vocabulary/subjectSchemes/abne Autoridades de la Biblioteca Nacional de España "es"=>"Autoridades de la Biblioteca Nacional de España" +spines http://id.loc.gov/vocabulary/subjectSchemes/spines Tesauro SPINES: un vocabulario controlado y estructurado para el tratamiento de información sobre ciencia y tecnología para el desarrollo "es"=>"Tesauro SPINES: un vocabulario controlado y estructurado para el tratamiento de información sobre ciencia y tecnología para el desarrollo" +ktta http://id.loc.gov/vocabulary/subjectSchemes/ktta Käsi - ja taideteollisuuden asiasanasto "fi"=>"Käsi - ja taideteollisuuden asiasanasto" +ccte http://id.loc.gov/vocabulary/subjectSchemes/ccte Carto-Canadiana thesaurus - English +pmcsg http://id.loc.gov/vocabulary/subjectSchemes/pmcsg Combined standards glossary +bisacsh http://id.loc.gov/vocabulary/subjectSchemes/bisacsh BISAC Subject Headings +fssh http://id.loc.gov/vocabulary/subjectSchemes/fssh FamilySearch Subject Headings (FamilySearch) +tasmas http://id.loc.gov/vocabulary/subjectSchemes/tasmas Tesaurus de Asuntos Sociales del Ministerio de Asuntos Sociales de España "es"=>"Tesaurus de Asuntos Sociales del Ministerio de Asuntos Sociales de España" +tero http://id.loc.gov/vocabulary/subjectSchemes/tero TERO - Terveyden ja hyvinvoinnin ontologia "fi"=>"TERO - Terveyden ja hyvinvoinnin ontologia" +rma http://id.loc.gov/vocabulary/subjectSchemes/rma Ru'us al-mawdu'at al-'Arabiyah "ar"=>"Ru'us al-mawdu'at al-'Arabiyah" +tgn http://id.loc.gov/vocabulary/subjectSchemes/tgn Getty thesaurus of geographic names +tha http://id.loc.gov/vocabulary/subjectSchemes/tha Barcala de Moyano, Graciela G., Cristina Voena. Tesauro de Historia Argentina "es"=>"Barcala de Moyano, Graciela G., Cristina Voena. Tesauro de Historia Argentina" +ttll http://id.loc.gov/vocabulary/subjectSchemes/ttll Roggau, Zunilda. Tell. Tesauro de lengua y literatura "es"=>"Roggau, Zunilda. Tell. Tesauro de lengua y literatura" +sears http://id.loc.gov/vocabulary/subjectSchemes/sears Sears list of subject headings +csht http://id.loc.gov/vocabulary/subjectSchemes/csht Chinese subject headings diff --git a/Open-ILS/src/extras/subjectSchemes.utf8.json b/Open-ILS/src/extras/subjectSchemes.utf8.json new file mode 100644 index 0000000000..312e526daa --- /dev/null +++ b/Open-ILS/src/extras/subjectSchemes.utf8.json @@ -0,0 +1,1176 @@ +[ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/local", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Locally assigned term" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Locally assigned term" }, { "@language": "en", +"@value": "Locally assigned term" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "local" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Locally assigned term" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "local" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/taika", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "Taideteollisuuden asiasanasto" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "taika" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "Taideteollisuuden asiasanasto" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "taika" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nasat", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "NASA thesaurus " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "NASA thesaurus " }, { "@language": "en", +"@value": "NASA thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "nasat" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "NASA thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "nasat" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/rswkaf", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "de", +"@value": "Alternativform zum Hauptschlagwort" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "de", +"@value": "Alternativform zum Hauptschlagwort" }, { "@language": "de", +"@value": "Alternativform zum Hauptschlagwort" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "rswkaf" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "de", +"@value": "Alternativform zum Hauptschlagwort" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "rswkaf" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/jhpk", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "pl", +"@value": "Język haseł przedmiotowych KABA" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "jhpk" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "pl", +"@value": "Język haseł przedmiotowych KABA" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "jhpk" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/asrcrfcd", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Australian Standard Research Classification: Research Fields, Courses and Disciplines (RFCD) classification " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Australian Standard Research Classification: Research Fields, Courses and Disciplines (RFCD) classification " }, { "@language": "en", +"@value": "Australian Standard Research Classification: Research Fields, Courses and Disciplines (RFCD) classification" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "asrcrfcd" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Australian Standard Research Classification: Research Fields, Courses and Disciplines (RFCD) classification" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "asrcrfcd" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bt", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Bioethics thesaurus " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Bioethics thesaurus " }, { "@language": "en", +"@value": "Bioethics thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "bt" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Bioethics thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "bt" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/lcstt", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "List of Chinese subject terms " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "List of Chinese subject terms " }, { "@language": "en", +"@value": "List of Chinese subject terms" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "lcstt" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "List of Chinese subject terms" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "lcstt" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/netc", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "National Emergency Training Center Thesaurus (NETC)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "National Emergency Training Center Thesaurus (NETC)" }, { "@language": "en", +"@value": "National Emergency Training Center Thesaurus (NETC)" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "netc" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "National Emergency Training Center Thesaurus (NETC)" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "netc" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/aat", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Art & architecture thesaurus " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Art & architecture thesaurus " }, { "@language": "en", +"@value": "Art & architecture thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "aat" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Art & architecture thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "aat" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bet", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "British education thesaurus " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "British education thesaurus " }, { "@language": "en", +"@value": "British education thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "bet" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "British education thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "bet" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ncjt", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "National criminal justice thesaurus " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "National criminal justice thesaurus " }, { "@language": "en", +"@value": "National criminal justice thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "ncjt" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "National criminal justice thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "ncjt" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/samisk", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "no", +"@value": "Sámi bibliografia = Samisk bibliografi (Norge)" }, { "@language": "en", +"@value": "Sami bibliography " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Sami bibliography " }, { "@language": "en", +"@value": "Sami bibliography" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "samisk" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "no", +"@value": "Sámi bibliografia = Samisk bibliografi (Norge)" }, { "@language": "en", +"@value": "Sami bibliography" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "samisk" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tips", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "es", +"@value": "Tesauro ISOC de psicología" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "tips" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "es", +"@value": "Tesauro ISOC de psicología" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "tips" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ukslc", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "UK Standard Library Categories " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "UK Standard Library Categories " }, { "@language": "en", +"@value": "UK Standard Library Categories" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "ukslc" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "UK Standard Library Categories" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "ukslc" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tekord", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "no", +"@value": "TEK-ord : UBiTs emneordliste for arkitektur, realfag, og teknolog" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "tekord" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "no", +"@value": "TEK-ord : UBiTs emneordliste for arkitektur, realfag, og teknolog" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "tekord" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/umitrist", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "University of Michigan Transportation Research Institute structured thesaurus " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "University of Michigan Transportation Research Institute structured thesaurus " }, { "@language": "en", +"@value": "University of Michigan Transportation Research Institute structured thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "umitrist" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "University of Michigan Transportation Research Institute structured thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "umitrist" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/wgst", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Washington GILS Subject Tree " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Washington GILS Subject Tree " }, { "@language": "en", +"@value": "Washington GILS Subject Tree" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "wgst" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Washington GILS Subject Tree" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "wgst" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/rasuqam", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fr", +"@value": "Répertoire d'autorités-sujet de l'UQAM" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "fr", +"@value": "Répertoire d'autorités-sujet de l'UQAM" }, { "@language": "fr", +"@value": "Répertoire d'autorités-sujet de l'UQAM" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "rasuqam" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fr", +"@value": "Répertoire d'autorités-sujet de l'UQAM" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "rasuqam" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ntids", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "no", +"@value": "Norske tidsskrifter 1700-1820: emneord" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "ntids" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "no", +"@value": "Norske tidsskrifter 1700-1820: emneord" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "ntids" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kaa", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "Kasvatusalan asiasanasto" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "kaa" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "Kasvatusalan asiasanasto" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "kaa" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/yso", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "YSO - Yleinen suomalainen ontologia" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "yso" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "YSO - Yleinen suomalainen ontologia" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "yso" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/gcipmedia", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "GAMECIP - Computer Game Media Formats (GAMECIP (Game Metadata and Citation Project))" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "GAMECIP - Computer Game Media Formats (GAMECIP (Game Metadata and Citation Project))" }, { "@language": "en", +"@value": "GAMECIP - Computer Game Media Formats (GAMECIP (Game Metadata and Citation Project))" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "gcipmedia" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "GAMECIP - Computer Game Media Formats (GAMECIP (Game Metadata and Citation Project))" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "gcipmedia" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/inspect", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "INSPEC thesaurus " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "INSPEC thesaurus " }, { "@language": "en", +"@value": "INSPEC thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "inspect" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "INSPEC thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "inspect" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ordnok", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "no", +"@value": "Ordnokkelen: tesaurus for kulturminnevern" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "ordnok" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "no", +"@value": "Ordnokkelen: tesaurus for kulturminnevern" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "ordnok" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/helecon", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "Asiasanasto HELECON-tietikantoihin" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "helecon" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "Asiasanasto HELECON-tietikantoihin" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "helecon" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/dltlt", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Cuddon, J. A. A dictionary of literary terms and literary theory " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Cuddon, J. A. A dictionary of literary terms and literary theory " }, { "@language": "en", +"@value": "Cuddon, J. A. A dictionary of literary terms and literary theory" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "dltlt" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Cuddon, J. A. A dictionary of literary terms and literary theory" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "dltlt" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/csapa", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "\"Controlled vocabulary\" in Pollution abstracts " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "\"Controlled vocabulary\" in Pollution abstracts " }, { "@language": "en", +"@value": "\"Controlled vocabulary\" in Pollution abstracts" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "csapa" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "\"Controlled vocabulary\" in Pollution abstracts" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "csapa" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/gtt", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "nl", +"@value": "GOO-trefwoorden thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "gtt" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "nl", +"@value": "GOO-trefwoorden thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "gtt" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/iescs", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "International energy subject categories and scope " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "International energy subject categories and scope " }, { "@language": "en", +"@value": "International energy subject categories and scope" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "iescs" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "International energy subject categories and scope" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "iescs" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/itrt", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "International Thesaurus of Refugee Terminology " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "International Thesaurus of Refugee Terminology " }, { "@language": "en", +"@value": "International Thesaurus of Refugee Terminology" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "itrt" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "International Thesaurus of Refugee Terminology" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "itrt" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sanb", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "South African national bibliography authority file" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "South African national bibliography authority file" }, { "@language": "en", +"@value": "South African national bibliography authority file" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "sanb" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "South African national bibliography authority file" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "sanb" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/blmlsh", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "British Library - Map library subject headings " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "British Library - Map library subject headings " }, { "@language": "en", +"@value": "British Library - Map library subject headings" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "blmlsh" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "British Library - Map library subject headings" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "blmlsh" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bhb", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Bibliography of the Hebrew Book " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Bibliography of the Hebrew Book " }, { "@language": "en", +"@value": "Bibliography of the Hebrew Book" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "bhb" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Bibliography of the Hebrew Book" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "bhb" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/csh", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Kapsner, Oliver Leonard. Catholic subject headings " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Kapsner, Oliver Leonard. Catholic subject headings " }, { "@language": "en", +"@value": "Kapsner, Oliver Leonard. Catholic subject headings" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "csh" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Kapsner, Oliver Leonard. Catholic subject headings" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "csh" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/fire", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "FireTalk, IFSI thesaurus " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "FireTalk, IFSI thesaurus " }, { "@language": "en", +"@value": "FireTalk, IFSI thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "fire" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "FireTalk, IFSI thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "fire" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/jlabsh", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "ja", +"@value": "Kihon kenmei hyômokuhyô" }, { "@language": "en", +"@value": " Basic subject headings" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": " Basic subject headings" }, { "@language": "en", +"@value": "Basic subject headings" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "jlabsh" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "ja", +"@value": "Kihon kenmei hyômokuhyô" }, { "@language": "en", +"@value": "Basic subject headings" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "jlabsh" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/udc", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Universal decimal classification " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Universal decimal classification " }, { "@language": "en", +"@value": "Universal decimal classification" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "udc" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Universal decimal classification" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "udc" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/lcshac", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Children's subject headings in Library of Congress subject headings: supplementary vocabularies " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Children's subject headings in Library of Congress subject headings: supplementary vocabularies " }, { "@language": "en", +"@value": "Children's subject headings in Library of Congress subject headings: supplementary vocabularies" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "lcshac" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Children's subject headings in Library of Congress subject headings: supplementary vocabularies" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "lcshac" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/geonet", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "NGA GEOnet Names Server (GNS) " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "NGA GEOnet Names Server (GNS) " }, { "@language": "en", +"@value": "NGA GEOnet Names Server (GNS)" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "geonet" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "NGA GEOnet Names Server (GNS)" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "geonet" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/humord", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "no", +"@value": "HUMORD" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "humord" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "no", +"@value": "HUMORD" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "humord" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/no-ubo-mr", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "no", +"@value": "Menneskerettighets-tesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "no-ubo-mr" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "no", +"@value": "Menneskerettighets-tesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "no-ubo-mr" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sgce", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "sl", +"@value": "SploÅ¡ni geslovnik COBISS.SI" }, { "@language": "en", +"@value": "COBISS.SI General List of subject headings (English subject headings) " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "COBISS.SI General List of subject headings (English subject headings) " }, { "@language": "en", +"@value": "COBISS.SI General List of subject headings (English subject headings)" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "sgce" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "sl", +"@value": "SploÅ¡ni geslovnik COBISS.SI" }, { "@language": "en", +"@value": "COBISS.SI General List of subject headings (English subject headings)" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "sgce" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kdm", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "vi", +"@value": "Khung dê muc hê thông thông tin khoa hoc và ky thuât quôc gia" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "kdm" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "vi", +"@value": "Khung dê muc hê thông thông tin khoa hoc và ky thuât quôc gia" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "kdm" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/thesoz", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Thesaurus for the Social Sciences " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Thesaurus for the Social Sciences " }, { "@language": "en", +"@value": "Thesaurus for the Social Sciences" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "thesoz" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Thesaurus for the Social Sciences" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "thesoz" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/asth", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Astronomy thesaurus " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Astronomy thesaurus " }, { "@language": "en", +"@value": "Astronomy thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "asth" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Astronomy thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "asth" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/muzeukc", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "MuzeMusic UK classical music classification " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "MuzeMusic UK classical music classification " }, { "@language": "en", +"@value": "MuzeMusic UK classical music classification" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "muzeukc" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "MuzeMusic UK classical music classification" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "muzeukc" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/norbok", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "no", +"@value": "Norbok: emneord i Norsk bokfortegnelse " } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "norbok" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "no", +"@value": "Norbok: emneord i Norsk bokfortegnelse" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "norbok" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/masa", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "Museoalan asiasanasto" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "masa" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "Museoalan asiasanasto" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "masa" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/conorsi", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "CONOR.SI (name authority file) (Maribor, Slovenia: Institut informacijskih znanosti (IZUM))" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "CONOR.SI (name authority file) (Maribor, Slovenia: Institut informacijskih znanosti (IZUM))" }, { "@language": "en", +"@value": "CONOR.SI (name authority file) (Maribor, Slovenia: Institut informacijskih znanosti (IZUM))" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "conorsi" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "CONOR.SI (name authority file) (Maribor, Slovenia: Institut informacijskih znanosti (IZUM))" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "conorsi" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/eurovocen", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Eurovoc thesaurus (English)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Eurovoc thesaurus (English)" }, { "@language": "en", +"@value": "Eurovoc thesaurus (English)" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "eurovocen" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Eurovoc thesaurus (English)" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "eurovocen" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kto", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "KTO - Kielitieteen ontologia" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "kto" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "KTO - Kielitieteen ontologia" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "kto" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/muzvukci", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "MuzeVideo UK contributor index " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "MuzeVideo UK contributor index " }, { "@language": "en", +"@value": "MuzeVideo UK contributor index" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "muzvukci" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "MuzeVideo UK contributor index" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "muzvukci" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kaunokki", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "Kaunokki: kaunokirjallisuuden asiasanasto" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "kaunokki" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "Kaunokki: kaunokirjallisuuden asiasanasto" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "kaunokki" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/maotao", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "MAO/TAO - Ontologi för museibranschen och Konstindustriella ontologin" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "maotao" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "MAO/TAO - Ontologi för museibranschen och Konstindustriella ontologin" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "maotao" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/psychit", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Thesaurus of psychological index terms. " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Thesaurus of psychological index terms. " }, { "@language": "en", +"@value": "Thesaurus of psychological index terms." } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "psychit" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Thesaurus of psychological index terms." } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "psychit" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tlsh", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Subject heading authority list " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Subject heading authority list " }, { "@language": "en", +"@value": "Subject heading authority list" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "tlsh" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Subject heading authority list" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "tlsh" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/csalsct", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "CSA life sciences collection thesaurus " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "CSA life sciences collection thesaurus " }, { "@language": "en", +"@value": "CSA life sciences collection thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "csalsct" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "CSA life sciences collection thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "csalsct" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ciesiniv", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "CIESIN indexing vocabulary " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "CIESIN indexing vocabulary " }, { "@language": "en", +"@value": "CIESIN indexing vocabulary" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "ciesiniv" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "CIESIN indexing vocabulary" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "ciesiniv" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ebfem", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Encabezamientos bilingües de la Fundación Educativa Ana G. Mendez " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Encabezamientos bilingües de la Fundación Educativa Ana G. Mendez " }, { "@language": "en", +"@value": "Encabezamientos bilingües de la Fundación Educativa Ana G. Mendez" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "ebfem" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Encabezamientos bilingües de la Fundación Educativa Ana G. Mendez" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "ebfem" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/mero", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "MERO - Merenkulkualan ontologia" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "mero" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "MERO - Merenkulkualan ontologia" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "mero" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/mmm", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "\"Subject key\" in Marxism and the mass media " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "\"Subject key\" in Marxism and the mass media " }, { "@language": "en", +"@value": "\"Subject key\" in Marxism and the mass media" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "mmm" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "\"Subject key\" in Marxism and the mass media" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "mmm" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/pascal", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fr", +"@value": "Base de donneés PASCAL: plan de classement" }, { "@language": "en", +"@value": "PASCAL database classification scheme" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "PASCAL database classification scheme" }, { "@language": "fr", +"@value": "Base de donneés PASCAL: plan de classement" }, { "@language": "en", +"@value": "PASCAL database classification scheme" }, { "@language": "fr", +"@value": "Base de donneés PASCAL: plan de classement" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "pascal" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fr", +"@value": "Base de donneés PASCAL: plan de classement" }, { "@language": "en", +"@value": "PASCAL database classification scheme" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "pascal" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/chirosh", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Chiropractic Subject Headings" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Chiropractic Subject Headings" }, { "@language": "en", +"@value": "Chiropractic Subject Headings" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "chirosh" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Chiropractic Subject Headings" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "chirosh" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/cilla", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "Cilla: specialtesaurus för musik" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "cilla" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "Cilla: specialtesaurus för musik" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "cilla" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/aiatsisl", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "AIATSIS language thesaurus " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "AIATSIS language thesaurus " }, { "@language": "en", +"@value": "AIATSIS language thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "aiatsisl" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "AIATSIS language thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "aiatsisl" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nskps", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "hr", +"@value": "Priručnik za izradu predmetnog kataloga u Nacionalnoj i sveučiliÅ¡noj knjičnici u Zagrebu" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "nskps" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "hr", +"@value": "Priručnik za izradu predmetnog kataloga u Nacionalnoj i sveučiliÅ¡noj knjičnici u Zagrebu" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "nskps" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/lctgm", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Thesaurus for graphic materials: TGM I, Subject terms" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Thesaurus for graphic materials: TGM I, Subject terms" }, { "@language": "en", +"@value": "Thesaurus for graphic materials: TGM I, Subject terms" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "lctgm" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Thesaurus for graphic materials: TGM I, Subject terms" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "lctgm" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/muso", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "MUSO - Ontologi för musik" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "muso" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "MUSO - Ontologi för musik" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "muso" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/blcpss", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "COMPASS subject authority system" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "COMPASS subject authority system" }, { "@language": "en", +"@value": "COMPASS subject authority system" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "blcpss" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "COMPASS subject authority system" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "blcpss" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/fast", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Faceted application of subject terminology " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Faceted application of subject terminology " }, { "@language": "en", +"@value": "Faceted application of subject terminology" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "fast" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Faceted application of subject terminology" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "fast" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bisacmt", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "BISAC Merchandising Themes" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "BISAC Merchandising Themes" }, { "@language": "en", +"@value": "BISAC Merchandising Themes" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "bisacmt" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "BISAC Merchandising Themes" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "bisacmt" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/lapponica", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "Lapponica" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "lapponica" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "Lapponica" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "lapponica" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/juho", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "JUHO - Julkishallinnon ontologia" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "juho" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "JUHO - Julkishallinnon ontologia" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "juho" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/idas", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "de", +"@value": "ID-Archivschlüssel " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "de", +"@value": "ID-Archivschlüssel " }, { "@language": "de", +"@value": "ID-Archivschlüssel" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "idas" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "de", +"@value": "ID-Archivschlüssel" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "idas" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tbjvp", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "es", +"@value": "Tesauro de la Biblioteca Dr. Jorge Villalobos Padilla, S.J." } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "tbjvp" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "es", +"@value": "Tesauro de la Biblioteca Dr. Jorge Villalobos Padilla, S.J." } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "tbjvp" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/test", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Thesaurus of engineering and scientific terms " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Thesaurus of engineering and scientific terms " }, { "@language": "en", +"@value": "Thesaurus of engineering and scientific terms" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "test" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Thesaurus of engineering and scientific terms" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "test" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/finmesh", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "FinMeSH" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "finmesh" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "FinMeSH" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "finmesh" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kssbar", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "sv", +"@value": "Klassifikationssystem for svenska bibliotek. Ämnesordregister. Alfabetisk del" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "kssbar" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "sv", +"@value": "Klassifikationssystem for svenska bibliotek. Ämnesordregister. Alfabetisk del" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "kssbar" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kupu", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "mi", +"@value": "He puna kupu" }, { "@language": "en", +"@value": "Maori Wordnet" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Maori Wordnet" }, { "@language": "en", +"@value": "Maori Wordnet" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "kupu" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "mi", +"@value": "He puna kupu" }, { "@language": "en", +"@value": "Maori Wordnet" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "kupu" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/rpe", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "ru", +"@value": "Rubrikator po ekonomike" }, { "@language": "en", +"@value": "Rubricator on economics" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Rubricator on economics" }, { "@language": "en", +"@value": "Rubricator on economics" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "rpe" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "ru", +"@value": "Rubrikator po ekonomike" }, { "@language": "en", +"@value": "Rubricator on economics" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "rpe" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/dit", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Defense intelligence thesaurus " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Defense intelligence thesaurus " }, { "@language": "en", +"@value": "Defense intelligence thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "dit" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Defense intelligence thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "dit" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/she", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "SHE: subject headings for engineering " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "SHE: subject headings for engineering " }, { "@language": "en", +"@value": "SHE: subject headings for engineering" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "she" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "SHE: subject headings for engineering" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "she" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/idszbzna", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "de", +"@value": "Thesaurus IDS Nebis Zentralbibliothek Zürich, Nordamerika-Bibliothek" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "de", +"@value": "Thesaurus IDS Nebis Zentralbibliothek Zürich, Nordamerika-Bibliothek" }, { "@language": "de", +"@value": "Thesaurus IDS Nebis Zentralbibliothek Zürich, Nordamerika-Bibliothek" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "idszbzna" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "de", +"@value": "Thesaurus IDS Nebis Zentralbibliothek Zürich, Nordamerika-Bibliothek" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "idszbzna" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/msc", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Mathematical subject classification " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Mathematical subject classification " }, { "@language": "en", +"@value": "Mathematical subject classification" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "msc" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Mathematical subject classification" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "msc" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/muzeukn", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "MuzeMusic UK non-classical music classification " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "MuzeMusic UK non-classical music classification " }, { "@language": "en", +"@value": "MuzeMusic UK non-classical music classification" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "muzeukn" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "MuzeMusic UK non-classical music classification" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "muzeukn" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ipsp", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Defense intelligence production schedule. " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Defense intelligence production schedule. " }, { "@language": "en", +"@value": "Defense intelligence production schedule." } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "ipsp" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Defense intelligence production schedule." } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "ipsp" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sthus", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Subject Taxonomy of the History of U.S. Foreign Relations " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Subject Taxonomy of the History of U.S. Foreign Relations " }, { "@language": "en", +"@value": "Subject Taxonomy of the History of U.S. Foreign Relations" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "sthus" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Subject Taxonomy of the History of U.S. Foreign Relations" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "sthus" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/poliscit", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Political science thesaurus II " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Political science thesaurus II " }, { "@language": "en", +"@value": "Political science thesaurus II" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "poliscit" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Political science thesaurus II" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "poliscit" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/qtglit", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "A queer thesaurus : an international thesaurus of gay and lesbian index terms " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "A queer thesaurus : an international thesaurus of gay and lesbian index terms " }, { "@language": "en", +"@value": "A queer thesaurus : an international thesaurus of gay and lesbian index terms" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "qtglit" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "A queer thesaurus : an international thesaurus of gay and lesbian index terms" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "qtglit" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/unbist", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "UNBIS thesaurus " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "UNBIS thesaurus " }, { "@language": "en", +"@value": "UNBIS thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "unbist" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "UNBIS thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "unbist" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/gcipplatform", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "GAMECIP - Computer Game Platforms (GAMECIP (Game Metadata and Citation Project))" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "GAMECIP - Computer Game Platforms (GAMECIP (Game Metadata and Citation Project))" }, { "@language": "en", +"@value": "GAMECIP - Computer Game Platforms (GAMECIP (Game Metadata and Citation Project))" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "gcipplatform" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "GAMECIP - Computer Game Platforms (GAMECIP (Game Metadata and Citation Project))" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "gcipplatform" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/puho", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "PUHO - Puolustushallinnon ontologia" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "puho" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "PUHO - Puolustushallinnon ontologia" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "puho" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/thub", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "ca", +"@value": "Thesaurus de la Universitat de Barcelona" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "thub" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "ca", +"@value": "Thesaurus de la Universitat de Barcelona" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "thub" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ndlsh", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "ja", +"@value": "Koktsu Kokkai Toshokan kenmei hyômokuhyô" }, { "@language": "en", +"@value": "National Diet Library list of subject headings" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "National Diet Library list of subject headings" }, { "@language": "en", +"@value": "National Diet Library list of subject headings" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "ndlsh" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "ja", +"@value": "Koktsu Kokkai Toshokan kenmei hyômokuhyô" }, { "@language": "en", +"@value": "National Diet Library list of subject headings" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "ndlsh" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/czenas", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "cs", +"@value": "Soubor vĕcných autorit Národní knihovny ČR" }, { "@language": "en", +"@value": "CZENAS thesaurus: a list of subject terms used in the National Library of the Czech Republic" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "CZENAS thesaurus: a list of subject terms used in the National Library of the Czech Republic" }, { "@language": "en", +"@value": "CZENAS thesaurus: a list of subject terms used in the National Library of the Czech Republic" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "czenas" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "cs", +"@value": "Soubor vĕcných autorit Národní knihovny ČR" }, { "@language": "en", +"@value": "CZENAS thesaurus: a list of subject terms used in the National Library of the Czech Republic" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "czenas" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/idszbzzh", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "de", +"@value": "Thesaurus IDS Nebis Zentralbibliothek Zürich, Handschriftenabteilung" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "de", +"@value": "Thesaurus IDS Nebis Zentralbibliothek Zürich, Handschriftenabteilung" }, { "@language": "de", +"@value": "Thesaurus IDS Nebis Zentralbibliothek Zürich, Handschriftenabteilung" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "idszbzzh" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "de", +"@value": "Thesaurus IDS Nebis Zentralbibliothek Zürich, Handschriftenabteilung" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "idszbzzh" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/unbisn", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "UNBIS name authority list (New York, NY: Dag Hammarskjld Library, United Nations; : Chadwyck-Healey)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "UNBIS name authority list (New York, NY: Dag Hammarskjld Library, United Nations; : Chadwyck-Healey)" }, { "@language": "en", +"@value": "UNBIS name authority list (New York, NY: Dag Hammarskjld Library, United Nations; : Chadwyck-Healey)" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "unbisn" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "UNBIS name authority list (New York, NY: Dag Hammarskjld Library, United Nations; : Chadwyck-Healey)" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "unbisn" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/rswk", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "de", +"@value": "Regeln für den Schlagwortkatalog" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "de", +"@value": "Regeln für den Schlagwortkatalog" }, { "@language": "de", +"@value": "Regeln für den Schlagwortkatalog" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "rswk" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "de", +"@value": "Regeln für den Schlagwortkatalog" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "rswk" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/larpcal", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "pt", +"@value": "Lista de assuntos referente ao programa de cadastramento automatizado de livros da USP" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "larpcal" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "pt", +"@value": "Lista de assuntos referente ao programa de cadastramento automatizado de livros da USP" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "larpcal" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/biccbmc", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "BIC Children's Books Marketing Classifications " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "BIC Children's Books Marketing Classifications " }, { "@language": "en", +"@value": "BIC Children's Books Marketing Classifications" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "biccbmc" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "BIC Children's Books Marketing Classifications" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "biccbmc" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kulo", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "KULO - Kulttuurien tutkimuksen ontologia" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "kulo" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "KULO - Kulttuurien tutkimuksen ontologia" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "kulo" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/popinte", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "POPIN thesaurus: population multilingual thesaurus " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "POPIN thesaurus: population multilingual thesaurus " }, { "@language": "en", +"@value": "POPIN thesaurus: population multilingual thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "popinte" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "POPIN thesaurus: population multilingual thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "popinte" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tisa", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "es", +"@value": "Villagrá Rubio, Angel. Tesauro ISOC de sociología autores" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "tisa" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "es", +"@value": "Villagrá Rubio, Angel. Tesauro ISOC de sociología autores" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "tisa" } ] }, { "@id": "_:b6253vocabularysubjectSchemes", "@type": [ "http://purl.org/vocab/changeset/schema#ChangeSet" ], "http://purl.org/vocab/changeset/schema#subjectOfChange": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes" } ], "http://purl.org/vocab/changeset/schema#creatorName": [ { "@id": "http://id.loc.gov/vocabulary/organizations/dlcmrc" } ], "http://purl.org/vocab/changeset/schema#createdDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#dateTime", +"@value": "2016-09-20T15:26:02.837268-04:00" } ], "http://purl.org/vocab/changeset/schema#changeReason": [ { "@type": "http://www.w3.org/2001/XMLSchema#string", +"@value": "modified" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/atg", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Agricultural thesaurus and glossary " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Agricultural thesaurus and glossary " }, { "@language": "en", +"@value": "Agricultural thesaurus and glossary" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "atg" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Agricultural thesaurus and glossary" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "atg" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/eflch", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "E4Libraries Category Headings" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "E4Libraries Category Headings" }, { "@language": "en", +"@value": "E4Libraries Category Headings" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "eflch" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "E4Libraries Category Headings" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "eflch" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/maaq", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "ar", +"@value": "Madâkhil al-asmâ' al-'arabîyah al-qadîmah" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "maaq" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "ar", +"@value": "Madâkhil al-asmâ' al-'arabîyah al-qadîmah" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "maaq" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/rvmgd", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fr", +"@value": "Thésaurus des descripteurs de groupes démographiques de l'Université Laval" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "fr", +"@value": "Thésaurus des descripteurs de groupes démographiques de l'Université Laval" }, { "@language": "fr", +"@value": "Thésaurus des descripteurs de groupes démographiques de l'Université Laval" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "rvmgd" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fr", +"@value": "Thésaurus des descripteurs de groupes démographiques de l'Université Laval" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "rvmgd" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/csahssa", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "\"Controlled vocabulary\" in Health and safety science abstracts " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "\"Controlled vocabulary\" in Health and safety science abstracts " }, { "@language": "en", +"@value": "\"Controlled vocabulary\" in Health and safety science abstracts" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "csahssa" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "\"Controlled vocabulary\" in Health and safety science abstracts" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "csahssa" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sigle", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "SIGLE manual, Part 2, Subject category list " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "SIGLE manual, Part 2, Subject category list " }, { "@language": "en", +"@value": "SIGLE manual, Part 2, Subject category list" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "sigle" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "SIGLE manual, Part 2, Subject category list" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "sigle" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/blnpn", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "British Library newspaper place names " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "British Library newspaper place names " }, { "@language": "en", +"@value": "British Library newspaper place names" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "blnpn" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "British Library newspaper place names" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "blnpn" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/asrctoa", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Australian Standard Research Classification: Type of Activity (TOA) classification " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Australian Standard Research Classification: Type of Activity (TOA) classification " }, { "@language": "en", +"@value": "Australian Standard Research Classification: Type of Activity (TOA) classification" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "asrctoa" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Australian Standard Research Classification: Type of Activity (TOA) classification" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "asrctoa" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/lcdgt", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Library of Congress demographic group term and code List " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Library of Congress demographic group term and code List " }, { "@language": "en", +"@value": "Library of Congress demographic group term and code List" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "lcdgt" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Library of Congress demographic group term and code List" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "lcdgt" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bokbas", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "no", +"@value": "Bokbasen" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "bokbas" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "no", +"@value": "Bokbasen" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "bokbas" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/gnis", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Geographic Names Information System (GNIS) " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Geographic Names Information System (GNIS) " }, { "@language": "en", +"@value": "Geographic Names Information System (GNIS)" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "gnis" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Geographic Names Information System (GNIS)" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "gnis" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nbiemnfag", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "no", +"@value": "NBIs emneordsliste for faglitteratur" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "nbiemnfag" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "no", +"@value": "NBIs emneordsliste for faglitteratur" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "nbiemnfag" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nlgaf", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "el", +"@value": "Archeio Kathierōmenōn Epikephalidōn" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "nlgaf" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "el", +"@value": "Archeio Kathierōmenōn Epikephalidōn" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "nlgaf" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bhashe", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "BHA, Bibliography of the history of art, subject headings/English " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "BHA, Bibliography of the history of art, subject headings/English " }, { "@language": "en", +"@value": "BHA, Bibliography of the history of art, subject headings/English" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "bhashe" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "BHA, Bibliography of the history of art, subject headings/English" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "bhashe" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tsht", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Thesaurus of subject headings for television " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Thesaurus of subject headings for television " }, { "@language": "en", +"@value": "Thesaurus of subject headings for television" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "tsht" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Thesaurus of subject headings for television" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "tsht" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/scbi", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "it", +"@value": "Soggettario per i cataloghi delle biblioteche italiane" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "scbi" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "it", +"@value": "Soggettario per i cataloghi delle biblioteche italiane" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "scbi" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/valo", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "VALO - Fotografiska ontologin" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "valo" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "VALO - Fotografiska ontologin" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "valo" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/wpicsh", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "WPIC Library thesaurus of subject headings " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "WPIC Library thesaurus of subject headings " }, { "@language": "en", +"@value": "WPIC Library thesaurus of subject headings" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "wpicsh" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "WPIC Library thesaurus of subject headings" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "wpicsh" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/aktp", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "el", +"@value": "Alphavētikos Katalogos Thematikōn Perigrapheōn" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "aktp" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "el", +"@value": "Alphavētikos Katalogos Thematikōn Perigrapheōn" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "aktp" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/stw", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "de", +"@value": "Standard-Thesaurus Wirtschaft" }, { "@language": "en", +"@value": "STW Thesaurus for Economics" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "STW Thesaurus for Economics" }, { "@language": "de", +"@value": "Standard-Thesaurus Wirtschaft" }, { "@language": "en", +"@value": "STW Thesaurus for Economics" }, { "@language": "de", +"@value": "Standard-Thesaurus Wirtschaft" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "stw" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "de", +"@value": "Standard-Thesaurus Wirtschaft" }, { "@language": "en", +"@value": "STW Thesaurus for Economics" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "stw" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/mesh", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Medical subject headings " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Medical subject headings " }, { "@language": "en", +"@value": "Medical subject headings" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "mesh" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Medical subject headings" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "mesh" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ica", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Index of Christian art " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Index of Christian art " }, { "@language": "en", +"@value": "Index of Christian art" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "ica" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Index of Christian art" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "ica" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/emnmus", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "no", +"@value": "Emneord for musikkdokument i EDB-kataloger" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "emnmus" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "no", +"@value": "Emneord for musikkdokument i EDB-kataloger" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "emnmus" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sao", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "sv", +"@value": "Svenska ämnesord" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "sao" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "sv", +"@value": "Svenska ämnesord" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "sao" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sgc", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "sl", +"@value": "SploÅ¡ni geslovnik COBISS.SI" }, { "@language": "en", +"@value": "COBISS.SI General List of subject headings (Slovenian subject headings) " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "COBISS.SI General List of subject headings (Slovenian subject headings) " }, { "@language": "en", +"@value": "COBISS.SI General List of subject headings (Slovenian subject headings)" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "sgc" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "sl", +"@value": "SploÅ¡ni geslovnik COBISS.SI" }, { "@language": "en", +"@value": "COBISS.SI General List of subject headings (Slovenian subject headings)" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "sgc" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bib1814", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "no", +"@value": "1814-bibliografi: emneord for 1814-bibliografi" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "bib1814" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "no", +"@value": "1814-bibliografi: emneord for 1814-bibliografi" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "bib1814" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bjornson", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "no", +"@value": "Bjornson: emneord for Bjornsonbibliografien" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "bjornson" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "no", +"@value": "Bjornson: emneord for Bjornsonbibliografien" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "bjornson" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/liito", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "LIITO - Liiketoimintaontologia" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "liito" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "LIITO - Liiketoimintaontologia" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "liito" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/apaist", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "APAIS thesaurus: a list of subject terms used in the Australian Public Affairs Information Service " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "APAIS thesaurus: a list of subject terms used in the Australian Public Affairs Information Service " }, { "@language": "en", +"@value": "APAIS thesaurus: a list of subject terms used in the Australian Public Affairs Information Service" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "apaist" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "APAIS thesaurus: a list of subject terms used in the Australian Public Affairs Information Service" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "apaist" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/itglit", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "International thesaurus of gay and lesbian index terms (Chicago?: Thesaurus Committee, Gay and Lesbian Task Force, American Library Association)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "International thesaurus of gay and lesbian index terms (Chicago?: Thesaurus Committee, Gay and Lesbian Task Force, American Library Association)" }, { "@language": "en", +"@value": "International thesaurus of gay and lesbian index terms (Chicago?: Thesaurus Committee, Gay and Lesbian Task Force, American Library Association)" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "itglit" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "International thesaurus of gay and lesbian index terms (Chicago?: Thesaurus Committee, Gay and Lesbian Task Force, American Library Association)" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "itglit" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ntcsd", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "\"National Translations Center secondary descriptors\" in National Translation Center primary subject classification and secondary descriptor " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "\"National Translations Center secondary descriptors\" in National Translation Center primary subject classification and secondary descriptor " }, { "@language": "en", +"@value": "\"National Translations Center secondary descriptors\" in National Translation Center primary subject classification and secondary descriptor" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "ntcsd" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "\"National Translations Center secondary descriptors\" in National Translation Center primary subject classification and secondary descriptor" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "ntcsd" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/scisshl", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "SCIS subject headings " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "SCIS subject headings " }, { "@language": "en", +"@value": "SCIS subject headings" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "scisshl" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "SCIS subject headings" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "scisshl" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/opms", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "Opetusministeriön asiasanasto" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "opms" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "Opetusministeriön asiasanasto" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "opms" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ttka", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "Teologisen tiedekunnan kirjaston asiasanasto" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "ttka" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "Teologisen tiedekunnan kirjaston asiasanasto" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "ttka" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/watrest", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Thesaurus of water resources terms: a collection of water resources and related terms for use in indexing technical information " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Thesaurus of water resources terms: a collection of water resources and related terms for use in indexing technical information " }, { "@language": "en", +"@value": "Thesaurus of water resources terms: a collection of water resources and related terms for use in indexing technical information" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "watrest" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Thesaurus of water resources terms: a collection of water resources and related terms for use in indexing technical information" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "watrest" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ysa", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "Yleinen suomalainen asiasanasto" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "ysa" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "Yleinen suomalainen asiasanasto" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "ysa" } ] }, { "@id": "_:b3345vocabularysubjectSchemes", "@type": [ "http://id.loc.gov/ontologies/RecordInfo#RecordInfo" ], "http://id.loc.gov/ontologies/RecordInfo#recordStatus": [ { "@type": "http://www.w3.org/2001/XMLSchema#string", +"@value": "modified" } ], "http://id.loc.gov/ontologies/RecordInfo#recordChangeDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#dateTime", +"@value": "2016-09-20T15:26:02.837268-04:00" } ], "http://id.loc.gov/ontologies/RecordInfo#recordContentSource": [ { "@id": "http://id.loc.gov/vocabulary/organizations/dlcmrc" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kitu", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "Kirjallisuudentutkimuksen asiasanasto" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "kitu" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "Kirjallisuudentutkimuksen asiasanasto" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "kitu" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sk", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "zh", +"@value": "\"Zhong guo gu ji shan ban shu zong mu\" fen lei biao " } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "sk" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "zh", +"@value": "\"Zhong guo gu ji shan ban shu zong mu\" fen lei biao" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "sk" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/aiatsisp", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "AIATSIS place thesaurus " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "AIATSIS place thesaurus " }, { "@language": "en", +"@value": "AIATSIS place thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "aiatsisp" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "AIATSIS place thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "aiatsisp" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ram", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fr", +"@value": "RAMEAU: répertoire d'authorité de matières encyclopédique unifié" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "fr", +"@value": "RAMEAU: répertoire d'authorité de matières encyclopédique unifié" }, { "@language": "fr", +"@value": "RAMEAU: répertoire d'authorité de matières encyclopédique unifié" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "ram" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fr", +"@value": "RAMEAU: répertoire d'authorité de matières encyclopédique unifié" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "ram" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/aedoml", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "es", +"@value": "Listado de encabezamientos de materia de música" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "aedoml" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "es", +"@value": "Listado de encabezamientos de materia de música" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "aedoml" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ated", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Australian Thesaurus of Education Descriptors (ATED) " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Australian Thesaurus of Education Descriptors (ATED) " }, { "@language": "en", +"@value": "Australian Thesaurus of Education Descriptors (ATED)" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "ated" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Australian Thesaurus of Education Descriptors (ATED)" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "ated" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/cabt", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "CAB thesaurus (Slough [England]: Commonwealth Agricultural Bureaux)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "CAB thesaurus (Slough [England]: Commonwealth Agricultural Bureaux)" }, { "@language": "en", +"@value": "CAB thesaurus (Slough [England]: Commonwealth Agricultural Bureaux)" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "cabt" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "CAB thesaurus (Slough [England]: Commonwealth Agricultural Bureaux)" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "cabt" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kassu", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "Kassu - Kasvien suomenkieliset nimet" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "kassu" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "Kassu - Kasvien suomenkieliset nimet" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "kassu" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nbdbt", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "nl", +"@value": "NBD Biblion Trefwoordenthesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "nbdbt" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "nl", +"@value": "NBD Biblion Trefwoordenthesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "nbdbt" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/jhpb", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "pl", +"@value": "Język haseł przedmiotowych Biblioteki Narodowej" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "jhpb" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "pl", +"@value": "Język haseł przedmiotowych Biblioteki Narodowej" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "jhpb" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bidex", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Bilindex: a bilingual Spanish-English subject heading list " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Bilindex: a bilingual Spanish-English subject heading list " }, { "@language": "en", +"@value": "Bilindex: a bilingual Spanish-English subject heading list" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "bidex" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Bilindex: a bilingual Spanish-English subject heading list" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "bidex" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ccsa", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fr", +"@value": "Catalogue collectif suisse des affiches" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "fr", +"@value": "Catalogue collectif suisse des affiches" }, { "@language": "fr", +"@value": "Catalogue collectif suisse des affiches" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "ccsa" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fr", +"@value": "Catalogue collectif suisse des affiches" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "ccsa" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/noraf", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Norwegian Authority File " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Norwegian Authority File " }, { "@language": "en", +"@value": "Norwegian Authority File" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "noraf" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Norwegian Authority File" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "noraf" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kito", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "KITO - Kirjallisuudentutkimuksen ontologia" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "kito" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "KITO - Kirjallisuudentutkimuksen ontologia" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "kito" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tho", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "el", +"@value": "Thesauros Hellēnikōn Oron" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "tho" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "el", +"@value": "Thesauros Hellēnikōn Oron" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "tho" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ept", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "sl", +"@value": "Evropski pedagoÅ¡ki tezaver" }, { "@language": "en", +"@value": "European education thesaurus " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "European education thesaurus " }, { "@language": "en", +"@value": "European education thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "ept" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "sl", +"@value": "Evropski pedagoÅ¡ki tezaver" }, { "@language": "en", +"@value": "European education thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "ept" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/pmont", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Powerhouse Museum Object Name Thesaurus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Powerhouse Museum Object Name Thesaurus" }, { "@language": "en", +"@value": "Powerhouse Museum Object Name Thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "pmont" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Powerhouse Museum Object Name Thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "pmont" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ssg", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "sl", +"@value": "SploÅ¡ni slovenski geslovnik" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "ssg" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "sl", +"@value": "SploÅ¡ni slovenski geslovnik" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "ssg" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/huc", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "U.S. Geological Survey water-supply paper 2294: hydrologic basins unit codes " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "U.S. Geological Survey water-supply paper 2294: hydrologic basins unit codes " }, { "@language": "en", +"@value": "U.S. Geological Survey water-supply paper 2294: hydrologic basins unit codes" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "huc" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "U.S. Geological Survey water-supply paper 2294: hydrologic basins unit codes" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "huc" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/isis", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "\"Classification scheme\" in Isis " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "\"Classification scheme\" in Isis " }, { "@language": "en", +"@value": "\"Classification scheme\" in Isis" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "isis" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "\"Classification scheme\" in Isis" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "isis" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ibsen", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "no", +"@value": "Ibsen: emneord for Den internasjonale Ibsen-bibliografien" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "ibsen" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "no", +"@value": "Ibsen: emneord for Den internasjonale Ibsen-bibliografien" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "ibsen" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/lacnaf", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Library and Archives Canada name authority file " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Library and Archives Canada name authority file " }, { "@language": "en", +"@value": "Library and Archives Canada name authority file" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "lacnaf" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Library and Archives Canada name authority file" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "lacnaf" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/swemesh", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "sv", +"@value": "Svenska MeSH" }, { "@language": "en", +"@value": "Swedish MeSH" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Swedish MeSH" }, { "@language": "en", +"@value": "Swedish MeSH" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "swemesh" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "sv", +"@value": "Svenska MeSH" }, { "@language": "en", +"@value": "Swedish MeSH" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "swemesh" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/hamsun", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "no", +"@value": "Hamsun: emneord for Hamsunbibliografien" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "hamsun" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "no", +"@value": "Hamsun: emneord for Hamsunbibliografien" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "hamsun" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/qrma", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "ar", +"@value": "Qâ'imat ru'ûs al-mawdûât al-'Arabîyah" }, { "@language": "en", +"@value": "List of Arabic subject headings" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "List of Arabic subject headings" }, { "@language": "en", +"@value": "List of Arabic subject headings" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "qrma" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "ar", +"@value": "Qâ'imat ru'ûs al-mawdûât al-'Arabîyah" }, { "@language": "en", +"@value": "List of Arabic subject headings" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "qrma" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/qrmak", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "ar", +"@value": "Qâ'imat ru'ûs al-mawdû'ât al-'Arabîyah al-qiyâsîyah al-maktabât wa-marâkaz al-ma'lûmât wa-qawâid al-bayânât" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "qrmak" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "ar", +"@value": "Qâ'imat ru'ûs al-mawdû'ât al-'Arabîyah al-qiyâsîyah al-maktabât wa-marâkaz al-ma'lûmât wa-qawâid al-bayânât" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "qrmak" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ceeus", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Counties and equivalent entities of the United States its possessions, and associated areas " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Counties and equivalent entities of the United States its possessions, and associated areas " }, { "@language": "en", +"@value": "Counties and equivalent entities of the United States its possessions, and associated areas" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "ceeus" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Counties and equivalent entities of the United States its possessions, and associated areas" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "ceeus" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/taxhs", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "A taxonomy or human services: a conceptual framework with standardized terminology and definitions for the field " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "A taxonomy or human services: a conceptual framework with standardized terminology and definitions for the field " }, { "@language": "en", +"@value": "A taxonomy or human services: a conceptual framework with standardized terminology and definitions for the field" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "taxhs" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "A taxonomy or human services: a conceptual framework with standardized terminology and definitions for the field" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "taxhs" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/noram", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "no", +"@value": "Noram: emneord for Norsk-amerikansk samling" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "noram" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "no", +"@value": "Noram: emneord for Norsk-amerikansk samling" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "noram" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/eurovocfr", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Eurovoc thesaurus (French)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Eurovoc thesaurus (French)" }, { "@language": "en", +"@value": "Eurovoc thesaurus (French)" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "eurovocfr" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Eurovoc thesaurus (French)" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "eurovocfr" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/jurivoc", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "JURIVOC" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "JURIVOC" }, { "@language": "en", +"@value": "JURIVOC" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "jurivoc" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "JURIVOC" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "jurivoc" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/agrifors", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "AGRIFOREST-sanasto" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "agrifors" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "AGRIFOREST-sanasto" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "agrifors" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/noubojur", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "no", +"@value": "Thesaurus of Law" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "noubojur" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "no", +"@value": "Thesaurus of Law" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "noubojur" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/pha", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "Puolostushallinnon asiasanasto" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "pha" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "Puolostushallinnon asiasanasto" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "pha" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ddcrit", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "DDC retrieval and indexing terminology; posting terms with hierarchy and KWOC " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "DDC retrieval and indexing terminology; posting terms with hierarchy and KWOC " }, { "@language": "en", +"@value": "DDC retrieval and indexing terminology; posting terms with hierarchy and KWOC" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "ddcrit" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "DDC retrieval and indexing terminology; posting terms with hierarchy and KWOC" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "ddcrit" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/mar", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "Merenkulun asiasanasto" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "mar" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "Merenkulun asiasanasto" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "mar" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sbt", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "it", +"@value": "Soggettario Sistema Bibliotecario Ticinese" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "sbt" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "it", +"@value": "Soggettario Sistema Bibliotecario Ticinese" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "sbt" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nzggn", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "New Zealand gazetteer of official geographic names (New Zealand Geographic Board Ng\u0101 Pou Taunaha o Aotearoa (NZGB))" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "New Zealand gazetteer of official geographic names (New Zealand Geographic Board Ng\u0101 Pou Taunaha o Aotearoa (NZGB))" }, { "@language": "en", +"@value": "New Zealand gazetteer of official geographic names (New Zealand Geographic Board Ng\u0101 Pou Taunaha o Aotearoa (NZGB))" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "nzggn" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "New Zealand gazetteer of official geographic names (New Zealand Geographic Board Ng\u0101 Pou Taunaha o Aotearoa (NZGB))" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "nzggn" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kta", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "Kielitieteen asiasanasto" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "kta" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "Kielitieteen asiasanasto" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "kta" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/snt", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Sexual nomenclature : a thesaurus " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Sexual nomenclature : a thesaurus " }, { "@language": "en", +"@value": "Sexual nomenclature : a thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "snt" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Sexual nomenclature : a thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "snt" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/francis", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fr", +"@value": "Base de donneés FRANCIS: plan de classement" }, { "@language": "en", +"@value": "FRANCIS database classification scheme" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "FRANCIS database classification scheme" }, { "@language": "fr", +"@value": "Base de donneés FRANCIS: plan de classement" }, { "@language": "en", +"@value": "FRANCIS database classification scheme" }, { "@language": "fr", +"@value": "Base de donneés FRANCIS: plan de classement" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "francis" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fr", +"@value": "Base de donneés FRANCIS: plan de classement" }, { "@language": "en", +"@value": "FRANCIS database classification scheme" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "francis" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/eurovocsl", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "sl", +"@value": "Eurovoc thesaurus " } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "eurovocsl" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "sl", +"@value": "Eurovoc thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "eurovocsl" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/idszbzes", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "de", +"@value": "Thesaurus IDS Nebis Bibliothek Englisches Seminar der Universität Zürich" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "de", +"@value": "Thesaurus IDS Nebis Bibliothek Englisches Seminar der Universität Zürich" }, { "@language": "de", +"@value": "Thesaurus IDS Nebis Bibliothek Englisches Seminar der Universität Zürich" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "idszbzes" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "de", +"@value": "Thesaurus IDS Nebis Bibliothek Englisches Seminar der Universität Zürich" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "idszbzes" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/gnd", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "de", +"@value": "Gemeinsame Normdatei" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "de", +"@value": "Gemeinsame Normdatei" }, { "@language": "de", +"@value": "Gemeinsame Normdatei" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "gnd" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "de", +"@value": "Gemeinsame Normdatei" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "gnd" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nlmnaf", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "National Library of Medicine name authority file " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "National Library of Medicine name authority file " }, { "@language": "en", +"@value": "National Library of Medicine name authority file" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "nlmnaf" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "National Library of Medicine name authority file" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "nlmnaf" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/rugeo", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "ru", +"@value": "Natsional'nyi normativnyi fail geograficheskikh nazvanii Rossiiskoi Federatsii" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "rugeo" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "ru", +"@value": "Natsional'nyi normativnyi fail geograficheskikh nazvanii Rossiiskoi Federatsii" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "rugeo" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sipri", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "SIPRI library thesaurus " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "SIPRI library thesaurus " }, { "@language": "en", +"@value": "SIPRI library thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "sipri" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "SIPRI library thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "sipri" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kkts", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "el", +"@value": "Katalogos Kathierōmenōn Typōn Syllogikou Katalogou Demosion Vivliothekon" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "kkts" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "el", +"@value": "Katalogos Kathierōmenōn Typōn Syllogikou Katalogou Demosion Vivliothekon" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "kkts" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tucua", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Thesaurus for use in college and university archives " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Thesaurus for use in college and university archives " }, { "@language": "en", +"@value": "Thesaurus for use in college and university archives" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "tucua" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Thesaurus for use in college and university archives" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "tucua" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/pmbok", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Guide to the project management body of knowledge (PMBOK Guide) " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Guide to the project management body of knowledge (PMBOK Guide) " }, { "@language": "en", +"@value": "Guide to the project management body of knowledge (PMBOK Guide)" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "pmbok" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Guide to the project management body of knowledge (PMBOK Guide)" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "pmbok" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/agrovoc", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "AGROVOC multilingual agricultural thesaurus " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "AGROVOC multilingual agricultural thesaurus " }, { "@language": "en", +"@value": "AGROVOC multilingual agricultural thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "agrovoc" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "AGROVOC multilingual agricultural thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "agrovoc" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nal", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "National Agricultural Library subject headings " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "National Agricultural Library subject headings " }, { "@language": "en", +"@value": "National Agricultural Library subject headings" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "nal" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "National Agricultural Library subject headings" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "nal" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/lnmmbr", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "lt", +"@value": "Lietuvos nacionalines Martyno Mazvydo bibliotekos rubrikynas" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "lnmmbr" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "lt", +"@value": "Lietuvos nacionalines Martyno Mazvydo bibliotekos rubrikynas" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "lnmmbr" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/vmj", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fr", +"@value": "Vedettes-matière jeunesse" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "fr", +"@value": "Vedettes-matière jeunesse" }, { "@language": "fr", +"@value": "Vedettes-matière jeunesse" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "vmj" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fr", +"@value": "Vedettes-matière jeunesse" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "vmj" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ddcut", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Dewey Decimal Classification user terms " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Dewey Decimal Classification user terms " }, { "@language": "en", +"@value": "Dewey Decimal Classification user terms" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "ddcut" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Dewey Decimal Classification user terms" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "ddcut" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/eks", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "Eduskunnan kirjaston asiasanasto" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "eks" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "Eduskunnan kirjaston asiasanasto" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "eks" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/wot", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "A Women's thesaurus " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "A Women's thesaurus " }, { "@language": "en", +"@value": "A Women's thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "wot" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "A Women's thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "wot" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/noubomn", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "no", +"@value": "University of Oslo Library Thesaurus of Science " } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "noubomn" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "no", +"@value": "University of Oslo Library Thesaurus of Science" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "noubomn" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/idszbzzg", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "de", +"@value": "Thesaurus IDS Nebis Zentralbibliothek Zürich, Graphische Sammlung" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "de", +"@value": "Thesaurus IDS Nebis Zentralbibliothek Zürich, Graphische Sammlung" }, { "@language": "de", +"@value": "Thesaurus IDS Nebis Zentralbibliothek Zürich, Graphische Sammlung" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "idszbzzg" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "de", +"@value": "Thesaurus IDS Nebis Zentralbibliothek Zürich, Graphische Sammlung" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "idszbzzg" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/precis", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "PRECIS: a manual of concept analysis and subject indexing " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "PRECIS: a manual of concept analysis and subject indexing " }, { "@language": "en", +"@value": "PRECIS: a manual of concept analysis and subject indexing" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "precis" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "PRECIS: a manual of concept analysis and subject indexing" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "precis" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/cstud", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "nl", +"@value": "Classificatieschema's Bibliotheek TU Delft" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "cstud" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "nl", +"@value": "Classificatieschema's Bibliotheek TU Delft" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "cstud" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nlgkk", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "el", +"@value": "Katalogos kathierōmenōn onomatōn physikōn prosōpōn" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "nlgkk" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "el", +"@value": "Katalogos kathierōmenōn onomatōn physikōn prosōpōn" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "nlgkk" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/pmt", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Project management terminology. Newtown Square, PA: Project Management Institute" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Project management terminology. Newtown Square, PA: Project Management Institute" }, { "@language": "en", +"@value": "Project management terminology. Newtown Square, PA: Project Management Institute" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "pmt" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Project management terminology. Newtown Square, PA: Project Management Institute" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "pmt" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes", "@type": [ "http://www.loc.gov/mads/rdf/v1#MADSScheme", "http://www.w3.org/2004/02/skos/core#ConceptScheme" ], "http://www.loc.gov/mads/rdf/v1#hasTopMemberOfMADSScheme": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/aass" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/aat" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/abne" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/aedoml" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/afo" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/afset" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/agrifors" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/agrovoc" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/agrovocf" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/agrovocs" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/aiatsisl" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/aiatsisp" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/aiatsiss" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/aktp" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/albt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/allars" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/apaist" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/asft" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/asrcrfcd" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/asrcseo" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/asrctoa" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/asth" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ated" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/atg" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/atla" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/aucsh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/barn" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bella" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bet" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bhammf" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bhashe" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bhb" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bib1814" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bibalex" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/biccbmc" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bicssc" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bidex" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bisacmt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bisacrt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bisacsh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bjornson" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/blcpss" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/blmlsh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/blnpn" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bokbas" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/cabt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/cash" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ccsa" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/cct" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ccte" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/cctf" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/cdcng" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ceeus" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/chirosh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/cht" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ciesiniv" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/cilla" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/collett" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/conorsi" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/csahssa" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/csalsct" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/csapa" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/csh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/csht" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/cstud" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/czenas" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/czmesh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/dcs" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ddcri" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ddcrit" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ddcut" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/dissao" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/dit" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/dltlt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/dltt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/drama" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/dtict" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ebfem" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/eclas" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/eet" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/eflch" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/eks" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/embne" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/emnmus" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ept" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/erfemn" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ericd" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/est" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/eum" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/eurovocen" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/eurovocfr" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/eurovocsl" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/fast" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/finmesh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/fire" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/fmesh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/fnhl" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/francis" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/fssh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/galestne" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/gccst" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/gcipmedia" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/gcipplatform" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/gem" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/geonet" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/georeft" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/gnd" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/gnis" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/gst" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/gtt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/hamsun" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/hapi" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/helecon" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/henn" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/hkcan" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/hlasstg" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/hoidokki" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/hrvmesh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/huc" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/humord" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ibsen" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ica" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/icpsr" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/idas" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/idsbb" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/idszbz" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/idszbzes" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/idszbzna" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/idszbzzg" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/idszbzzh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/idszbzzk" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/iescs" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/iest" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ilpt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/inist" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/inspect" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ipat" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ipsp" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/isis" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/itglit" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/itrt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/jhpb" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/jhpk" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/jlabsh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/juho" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/jupo" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/jurivoc" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kaa" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kao" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kassu" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kauno" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kaunokki" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kdm" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/khib" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kito" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kitu" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kkts" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/koko" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kssbar" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kta" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kto" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ktpt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ktta" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kubikat" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kula" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kulo" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kupu" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/lacnaf" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/lapponica" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/larpcal" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/lcac" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/lcdgt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/lcsh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/lcshac" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/lcstt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/lctgm" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/lemac" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/lemb" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/liito" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/liv" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/lnmmbr" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/local" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ltcsh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/lua" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/maaq" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/maotao" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/mar" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/masa" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/mech" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/mero" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/mesh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/mipfesd" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/mmm" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/mpirdes" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/msc" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/msh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/mtirdes" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/musa" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/muso" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/muzeukc" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/muzeukn" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/muzvukci" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/naf" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nal" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nalnaf" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nasat" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nbdbt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nbiemnfag" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ncjt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ndlsh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/netc" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nicem" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nimacsc" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nlgaf" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nlgkk" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nlgsh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nlmnaf" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/no-ubo-mr" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/noraf" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/noram" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/norbok" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/noubojur" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/noubomn" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nsbncf" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nskps" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ntcpsc" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ntcsd" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ntids" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ntissc" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nzggn" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nznb" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/odlt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ogst" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/opms" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ordnok" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/pascal" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/pepp" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/peri" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/pha" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/pkk" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/pmbok" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/pmcsg" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/pmont" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/pmt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/poliscit" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/popinte" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/precis" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/prvt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/psychit" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/puho" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/qlsp" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/qrma" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/qrmak" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/qtglit" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/quiding" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ram" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/rasuqam" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/renib" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/reo" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/rero" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/rerovoc" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/rma" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/rpe" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/rswk" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/rswkaf" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/rugeo" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/rurkp" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/rvm" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/rvmgd" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/samisk" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sanb" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sao" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sbiao" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sbt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/scbi" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/scgdst" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/scisshl" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/scot" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sears" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sfit" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sgc" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sgce" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/shbe" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/she" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/shsples" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sigle" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sipri" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sk" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/skon" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/slem" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/smda" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/snt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/socio" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/solstad" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sosa" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/spines" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ssg" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sthus" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/stw" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/swd" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/swemesh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/taika" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tasmas" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/taxhs" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tbjvp" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tekord" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tero" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tesa" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/test" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tgn" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tha" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/thesoz" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tho" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/thub" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tips" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tisa" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tlka" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tlsh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/trt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/trtsa" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tsht" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tsr" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ttka" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ttll" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tucua" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/udc" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ukslc" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ulan" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/umitrist" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/unbisn" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/unbist" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/unescot" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/usaidt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/valo" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/vcaadu" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/vffyl" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/vmj" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/waqaf" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/watrest" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/wgst" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/wot" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/wpicsh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ysa" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/yso" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Subject Schemes" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@value": " Subject Schemes contains a list of subject schemes and assigns a URI to each scheme. The purpose of these properties is to permit users to associate controlled subjects with the appropriate subject scheme. These schemes are general subject heading and thesauri, such as the Library of Congress Subject Headings , along with a number of focused subject term lists like Medical Subject Headings or Getty Thesaurus of Geographic Names . Additional specialized lists are provided with source codes in Genre/Form Schemes Occupation Term Source Codes Function Term Source Codes Temporal Term Source Codes Since general thesauri often contain a broad spectrum of terms, including genre, forms, occupations, functions, and time periods, the source codes in this list may be used in the metadata elements identified for each of the specialized source lists. Some subject heading lists incorporate names and titles and others employ independent name and title lists for parts of a subject heading. Thus the lists assigned source codes in Name and Title Source Codes may also be used in the metadata elements identified. Classification schemes and subject category codes include caption terms and, frequently, index terms that identify the classes in the scheme and the category codes. Some systems use those caption and index terms as subject terms in bibliographic data. Thus the lists assigned source codes in Classification Schemes and Subject Category Code Source Codes may also be used in the metadata elements identified, when the terms from those classification schemes and subject category codes are used as subject terms. Entries in the list may include the bibliographic citation for the source documentation. The citations are linked to the online source for some codes. In some cases those citation links are RDF resources. Each code consists of a maximum of 12 lowercase alphabetic characters. Possible additions to codes are described in Source Codes . " } ], "http://www.loc.gov/mads/rdf/v1#adminMetadata": [ { "@id": "_:b3345vocabularysubjectSchemes" } ], "http://www.w3.org/2004/02/skos/core#hasTopConcept": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/aass" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/aat" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/abne" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/aedoml" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/afo" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/afset" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/agrifors" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/agrovoc" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/agrovocf" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/agrovocs" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/aiatsisl" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/aiatsisp" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/aiatsiss" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/aktp" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/albt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/allars" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/apaist" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/asft" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/asrcrfcd" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/asrcseo" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/asrctoa" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/asth" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ated" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/atg" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/atla" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/aucsh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/barn" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bella" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bet" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bhammf" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bhashe" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bhb" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bib1814" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bibalex" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/biccbmc" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bicssc" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bidex" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bisacmt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bisacrt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bisacsh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bjornson" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/blcpss" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/blmlsh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/blnpn" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bokbas" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/cabt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/cash" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ccsa" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/cct" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ccte" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/cctf" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/cdcng" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ceeus" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/chirosh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/cht" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ciesiniv" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/cilla" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/collett" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/conorsi" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/csahssa" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/csalsct" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/csapa" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/csh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/csht" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/cstud" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/czenas" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/czmesh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/dcs" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ddcri" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ddcrit" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ddcut" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/dissao" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/dit" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/dltlt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/dltt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/drama" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/dtict" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ebfem" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/eclas" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/eet" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/eflch" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/eks" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/embne" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/emnmus" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ept" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/erfemn" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ericd" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/est" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/eum" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/eurovocen" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/eurovocfr" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/eurovocsl" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/fast" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/finmesh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/fire" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/fmesh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/fnhl" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/francis" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/fssh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/galestne" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/gccst" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/gcipmedia" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/gcipplatform" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/gem" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/geonet" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/georeft" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/gnd" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/gnis" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/gst" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/gtt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/hamsun" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/hapi" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/helecon" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/henn" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/hkcan" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/hlasstg" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/hoidokki" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/hrvmesh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/huc" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/humord" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ibsen" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ica" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/icpsr" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/idas" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/idsbb" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/idszbz" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/idszbzes" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/idszbzna" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/idszbzzg" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/idszbzzh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/idszbzzk" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/iescs" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/iest" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ilpt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/inist" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/inspect" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ipat" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ipsp" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/isis" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/itglit" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/itrt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/jhpb" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/jhpk" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/jlabsh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/juho" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/jupo" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/jurivoc" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kaa" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kao" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kassu" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kauno" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kaunokki" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kdm" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/khib" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kito" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kitu" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kkts" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/koko" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kssbar" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kta" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kto" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ktpt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ktta" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kubikat" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kula" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kulo" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kupu" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/lacnaf" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/lapponica" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/larpcal" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/lcac" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/lcdgt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/lcsh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/lcshac" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/lcstt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/lctgm" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/lemac" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/lemb" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/liito" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/liv" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/lnmmbr" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/local" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ltcsh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/lua" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/maaq" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/maotao" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/mar" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/masa" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/mech" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/mero" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/mesh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/mipfesd" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/mmm" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/mpirdes" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/msc" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/msh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/mtirdes" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/musa" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/muso" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/muzeukc" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/muzeukn" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/muzvukci" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/naf" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nal" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nalnaf" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nasat" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nbdbt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nbiemnfag" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ncjt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ndlsh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/netc" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nicem" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nimacsc" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nlgaf" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nlgkk" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nlgsh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nlmnaf" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/no-ubo-mr" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/noraf" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/noram" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/norbok" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/noubojur" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/noubomn" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nsbncf" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nskps" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ntcpsc" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ntcsd" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ntids" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ntissc" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nzggn" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nznb" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/odlt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ogst" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/opms" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ordnok" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/pascal" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/pepp" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/peri" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/pha" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/pkk" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/pmbok" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/pmcsg" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/pmont" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/pmt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/poliscit" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/popinte" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/precis" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/prvt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/psychit" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/puho" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/qlsp" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/qrma" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/qrmak" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/qtglit" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/quiding" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ram" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/rasuqam" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/renib" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/reo" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/rero" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/rerovoc" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/rma" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/rpe" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/rswk" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/rswkaf" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/rugeo" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/rurkp" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/rvm" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/rvmgd" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/samisk" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sanb" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sao" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sbiao" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sbt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/scbi" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/scgdst" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/scisshl" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/scot" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sears" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sfit" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sgc" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sgce" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/shbe" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/she" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/shsples" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sigle" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sipri" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sk" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/skon" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/slem" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/smda" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/snt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/socio" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/solstad" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sosa" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/spines" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ssg" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sthus" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/stw" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/swd" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/swemesh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/taika" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tasmas" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/taxhs" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tbjvp" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tekord" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tero" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tesa" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/test" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tgn" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tha" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/thesoz" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tho" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/thub" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tips" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tisa" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tlka" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tlsh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/trt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/trtsa" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tsht" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tsr" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ttka" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ttll" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tucua" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/udc" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ukslc" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ulan" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/umitrist" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/unbisn" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/unbist" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/unescot" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/usaidt" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/valo" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/vcaadu" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/vffyl" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/vmj" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/waqaf" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/watrest" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/wgst" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/wot" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/wpicsh" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ysa" }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/yso" } ], "http://www.w3.org/2004/02/skos/core#changeNote": [ { "@id": "_:b6253vocabularysubjectSchemes" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ericd", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Thesaurus of ERIC descriptors " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Thesaurus of ERIC descriptors " }, { "@language": "en", +"@value": "Thesaurus of ERIC descriptors" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "ericd" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Thesaurus of ERIC descriptors" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "ericd" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/rvm", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fr", +"@value": "Répertoire de vedettes-matière" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "fr", +"@value": "Répertoire de vedettes-matière" }, { "@language": "fr", +"@value": "Répertoire de vedettes-matière" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "rvm" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fr", +"@value": "Répertoire de vedettes-matière" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "rvm" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sfit", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "sv", +"@value": "Svenska filminstitutets tesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "sfit" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "sv", +"@value": "Svenska filminstitutets tesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "sfit" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/trtsa", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "Teatterin ja tanssin asiasanasto" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "trtsa" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "Teatterin ja tanssin asiasanasto" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "trtsa" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ulan", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Union list of artist names " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Union list of artist names " }, { "@language": "en", +"@value": "Union list of artist names" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "ulan" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Union list of artist names" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "ulan" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/unescot", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "UNESCO thesaurus" }, { "@language": "fr", +"@value": "Thésaurus de l'UNESCO" }, { "@language": "es", +"@value": "Tesauro de la UNESCO" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "UNESCO thesaurus" }, { "@language": "fr", +"@value": "Thésaurus de l'UNESCO" }, { "@language": "en", +"@value": "UNESCO thesaurus" }, { "@language": "fr", +"@value": "Thésaurus de l'UNESCO" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "unescot" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "UNESCO thesaurus" }, { "@language": "fr", +"@value": "Thésaurus de l'UNESCO" }, { "@language": "es", +"@value": "Tesauro de la UNESCO" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "unescot" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/koko", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "KOKO-ontologia" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "koko" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "KOKO-ontologia" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "koko" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/msh", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Trimboli, T., and Martyn S. Marianist subject headings" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Trimboli, T., and Martyn S. Marianist subject headings" }, { "@language": "en", +"@value": "Trimboli, T., and Martyn S. Marianist subject headings" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "msh" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Trimboli, T., and Martyn S. Marianist subject headings" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "msh" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/trt", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Transportation resource thesaurus " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Transportation resource thesaurus " }, { "@language": "en", +"@value": "Transportation resource thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "trt" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Transportation resource thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "trt" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/agrovocf", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fr", +"@value": "AGROVOC thésaurus agricole multilingue" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "fr", +"@value": "AGROVOC thésaurus agricole multilingue" }, { "@language": "fr", +"@value": "AGROVOC thésaurus agricole multilingue" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "agrovocf" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fr", +"@value": "AGROVOC thésaurus agricole multilingue" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "agrovocf" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/aucsh", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "ar", +"@value": "Qâ'imat ru'ûs mawdû'ât al-fahras al-'Arabîyah al-mowahad" }, { "@language": "en", +"@value": "Arabic Union Catalog Subject Headings" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Arabic Union Catalog Subject Headings" }, { "@language": "en", +"@value": "Arabic Union Catalog Subject Headings" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "aucsh" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "ar", +"@value": "Qâ'imat ru'ûs mawdû'ât al-fahras al-'Arabîyah al-mowahad" }, { "@language": "en", +"@value": "Arabic Union Catalog Subject Headings" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "aucsh" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ddcri", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Dewey Decimal Classification Relative Index " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Dewey Decimal Classification Relative Index " }, { "@language": "en", +"@value": "Dewey Decimal Classification Relative Index" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "ddcri" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Dewey Decimal Classification Relative Index" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "ddcri" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/est", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "International energy: subject thesaurus (: International Energy Agency, Energy Technology Data Exchange)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "International energy: subject thesaurus (: International Energy Agency, Energy Technology Data Exchange)" }, { "@language": "en", +"@value": "International energy: subject thesaurus (: International Energy Agency, Energy Technology Data Exchange)" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "est" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "International energy: subject thesaurus (: International Energy Agency, Energy Technology Data Exchange)" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "est" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/lua", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "Liikunnan ja urheilun asiasanasto" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "lua" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "Liikunnan ja urheilun asiasanasto" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "lua" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/mipfesd", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Macrothesaurus for information processing in the field of economic and social development " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Macrothesaurus for information processing in the field of economic and social development " }, { "@language": "en", +"@value": "Macrothesaurus for information processing in the field of economic and social development" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "mipfesd" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Macrothesaurus for information processing in the field of economic and social development" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "mipfesd" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/rurkp", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "ru", +"@value": "Predmetnye rubriki Rossiiskoi knizhnoi palaty" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "rurkp" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "ru", +"@value": "Predmetnye rubriki Rossiiskoi knizhnoi palaty" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "rurkp" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/albt", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "sv", +"@value": "Arbetslivsbibliotekets tesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "albt" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "sv", +"@value": "Arbetslivsbibliotekets tesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "albt" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/fmesh", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fr", +"@value": "Liste systématique et liste permutée des descripteurs français MeSH" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "fr", +"@value": "Liste systématique et liste permutée des descripteurs français MeSH" }, { "@language": "fr", +"@value": "Liste systématique et liste permutée des descripteurs français MeSH" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "fmesh" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fr", +"@value": "Liste systématique et liste permutée des descripteurs français MeSH" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "fmesh" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bicssc", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "BIC standard subject categories " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "BIC standard subject categories " }, { "@language": "en", +"@value": "BIC standard subject categories" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "bicssc" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "BIC standard subject categories" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "bicssc" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/cctf", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fr", +"@value": "Carto-Canadiana thésaurus - Français" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "fr", +"@value": "Carto-Canadiana thésaurus - Français" }, { "@language": "fr", +"@value": "Carto-Canadiana thésaurus - Français" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "cctf" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fr", +"@value": "Carto-Canadiana thésaurus - Français" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "cctf" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/reo", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "M\u0101ori Subject Headings thesaurus" }, { "@language": "mi", +"@value": "Ng\u0101 Ūpoko Tukutuku" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "M\u0101ori Subject Headings thesaurus" }, { "@language": "en", +"@value": "M\u0101ori Subject Headings thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "reo" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "M\u0101ori Subject Headings thesaurus" }, { "@language": "mi", +"@value": "Ng\u0101 Ūpoko Tukutuku" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "reo" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/icpsr", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "ICPSR controlled vocabulary system " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "ICPSR controlled vocabulary system " }, { "@language": "en", +"@value": "ICPSR controlled vocabulary system" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "icpsr" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "ICPSR controlled vocabulary system" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "icpsr" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kao", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "sv", +"@value": "KVINNSAM ämnesordsregister" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "kao" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "sv", +"@value": "KVINNSAM ämnesordsregister" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "kao" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/asrcseo", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Australian Standard Research Classification: Socio-Economic Objective (SEO) classification " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Australian Standard Research Classification: Socio-Economic Objective (SEO) classification " }, { "@language": "en", +"@value": "Australian Standard Research Classification: Socio-Economic Objective (SEO) classification" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "asrcseo" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Australian Standard Research Classification: Socio-Economic Objective (SEO) classification" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "asrcseo" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/georeft", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "GeoRef thesaurus " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "GeoRef thesaurus " }, { "@language": "en", +"@value": "GeoRef thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "georeft" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "GeoRef thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "georeft" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/cct", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "zh", +"@value": "Zhong guo fen lei zhu ti ci biao " }, { "@language": "en", +"@value": "Chinese Classified Thesaurus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Chinese Classified Thesaurus" }, { "@language": "en", +"@value": "Chinese Classified Thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "cct" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "zh", +"@value": "Zhong guo fen lei zhu ti ci biao" }, { "@language": "en", +"@value": "Chinese Classified Thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "cct" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/dcs", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "pt", +"@value": "Descritores em Ciências da Saúde" }, { "@language": "es", +"@value": "Descriptores en Ciencias de la Salud" }, { "@language": "en", +"@value": "Health Sciences Descriptors" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Health Sciences Descriptors" }, { "@language": "en", +"@value": "Health Sciences Descriptors" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "dcs" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "pt", +"@value": "Descritores em Ciências da Saúde" }, { "@language": "es", +"@value": "Descriptores en Ciencias de la Salud" }, { "@language": "en", +"@value": "Health Sciences Descriptors" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "dcs" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/musa", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "Musiikin asiasanasto: erikoissanasto" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "musa" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "Musiikin asiasanasto: erikoissanasto" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "musa" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ntissc", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "NTIS subject categories " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "NTIS subject categories " }, { "@language": "en", +"@value": "NTIS subject categories" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "ntissc" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "NTIS subject categories" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "ntissc" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/idszbz", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "de", +"@value": "Thesaurus IDS Nebis Zentralbibliothek Zürich" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "de", +"@value": "Thesaurus IDS Nebis Zentralbibliothek Zürich" }, { "@language": "de", +"@value": "Thesaurus IDS Nebis Zentralbibliothek Zürich" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "idszbz" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "de", +"@value": "Thesaurus IDS Nebis Zentralbibliothek Zürich" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "idszbz" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tlka", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "Investigació, Procés Tècnicn kirjaston asiasanasto" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "tlka" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "Investigació, Procés Tècnicn kirjaston asiasanasto" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "tlka" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/usaidt", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "USAID thesaurus: Keywords used to index documents included in the USAID Development Experience System. " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "USAID thesaurus: Keywords used to index documents included in the USAID Development Experience System. " }, { "@language": "en", +"@value": "USAID thesaurus: Keywords used to index documents included in the USAID Development Experience System." } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "usaidt" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "USAID thesaurus: Keywords used to index documents included in the USAID Development Experience System." } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "usaidt" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/embne", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "es", +"@value": "Encabezamientos de Materia de la Biblioteca Nacional de España" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "embne" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "es", +"@value": "Encabezamientos de Materia de la Biblioteca Nacional de España" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "embne" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/vcaadu", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "es", +"@value": "Vocabulario controlado de arquitectura, arte, diseño y urbanismo" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "vcaadu" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "es", +"@value": "Vocabulario controlado de arquitectura, arte, diseño y urbanismo" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "vcaadu" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ntcpsc", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "\"National Translations Center primary subject classification\" in National Translations Center primary subject classification and secondary descriptors " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "\"National Translations Center primary subject classification\" in National Translations Center primary subject classification and secondary descriptors " }, { "@language": "en", +"@value": "\"National Translations Center primary subject classification\" in National Translations Center primary subject classification and secondary descriptors" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "ntcpsc" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "\"National Translations Center primary subject classification\" in National Translations Center primary subject classification and secondary descriptors" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "ntcpsc" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/quiding", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "sv", +"@value": "Quiding, Nils Herman. Svenskt allmänt författningsregister för tiden frÃ¥n Ã¥r 1522 till och med Ã¥r 1862" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "quiding" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "sv", +"@value": "Quiding, Nils Herman. Svenskt allmänt författningsregister för tiden frÃ¥n Ã¥r 1522 till och med Ã¥r 1862" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "quiding" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/allars", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "Allärs: allmän tesaurus pä svenska" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "allars" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "Allärs: allmän tesaurus pä svenska" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "allars" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ogst", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Oregon GILS Subject Tree (Oregon: Oregon State Library and Oregon Information Resource Management Division (IRMD))" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Oregon GILS Subject Tree (Oregon: Oregon State Library and Oregon Information Resource Management Division (IRMD))" }, { "@language": "en", +"@value": "Oregon GILS Subject Tree (Oregon: Oregon State Library and Oregon Information Resource Management Division (IRMD))" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "ogst" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Oregon GILS Subject Tree (Oregon: Oregon State Library and Oregon Information Resource Management Division (IRMD))" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "ogst" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bella", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "Bella: specialtesaurus för skönlitteratur" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "bella" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "Bella: specialtesaurus för skönlitteratur" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "bella" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bibalex", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Bibliotheca Alexandrina name and subject authority file " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Bibliotheca Alexandrina name and subject authority file " }, { "@language": "en", +"@value": "Bibliotheca Alexandrina name and subject authority file" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "bibalex" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Bibliotheca Alexandrina name and subject authority file" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "bibalex" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/pepp", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "The Princeton encyclopedia of poetry and poetics " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "The Princeton encyclopedia of poetry and poetics " }, { "@language": "en", +"@value": "The Princeton encyclopedia of poetry and poetics" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "pepp" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "The Princeton encyclopedia of poetry and poetics" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "pepp" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/hkcan", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Hong Kong Chinese Authority File (Name) - HKCAN " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Hong Kong Chinese Authority File (Name) - HKCAN " }, { "@language": "en", +"@value": "Hong Kong Chinese Authority File (Name) - HKCAN" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "hkcan" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Hong Kong Chinese Authority File (Name) - HKCAN" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "hkcan" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/dissao", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "\"Dissertation abstracts online\" in Search tools: the guide to UNI/Data Courier Online " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "\"Dissertation abstracts online\" in Search tools: the guide to UNI/Data Courier Online " }, { "@language": "en", +"@value": "\"Dissertation abstracts online\" in Search tools: the guide to UNI/Data Courier Online" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "dissao" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "\"Dissertation abstracts online\" in Search tools: the guide to UNI/Data Courier Online" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "dissao" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ltcsh", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Land Tenure Center Library list of subject headings " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Land Tenure Center Library list of subject headings " }, { "@language": "en", +"@value": "Land Tenure Center Library list of subject headings" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "ltcsh" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Land Tenure Center Library list of subject headings" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "ltcsh" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/mpirdes", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "es", +"@value": "Macrothesaurus para el procesamiento de la información relativa al desarrollo económico y social" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "mpirdes" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "es", +"@value": "Macrothesaurus para el procesamiento de la información relativa al desarrollo económico y social" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "mpirdes" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/asft", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Aquatic sciences and fisheries thesaurus " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Aquatic sciences and fisheries thesaurus " }, { "@language": "en", +"@value": "Aquatic sciences and fisheries thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "asft" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Aquatic sciences and fisheries thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "asft" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/naf", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "NACO authority file" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "NACO authority file" }, { "@language": "en", +"@value": "NACO authority file" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "naf" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "NACO authority file" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "naf" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nimacsc", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "NIMA cartographic subject categories " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "NIMA cartographic subject categories " }, { "@language": "en", +"@value": "NIMA cartographic subject categories" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "nimacsc" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "NIMA cartographic subject categories" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "nimacsc" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/khib", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "no", +"@value": "Emneord, KHiB Biblioteket" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "khib" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "no", +"@value": "Emneord, KHiB Biblioteket" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "khib" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/cdcng", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fr", +"@value": "Catalogage des documents cartographiques: forme et structure des vedettes noms géographiques - NF Z 44-081" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "fr", +"@value": "Catalogage des documents cartographiques: forme et structure des vedettes noms géographiques - NF Z 44-081" }, { "@language": "fr", +"@value": "Catalogage des documents cartographiques: forme et structure des vedettes noms géographiques - NF Z 44-081" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "cdcng" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fr", +"@value": "Catalogage des documents cartographiques: forme et structure des vedettes noms géographiques - NF Z 44-081" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "cdcng" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/afset", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "American Folklore Society Ethnographic Thesaurus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "American Folklore Society Ethnographic Thesaurus" }, { "@language": "en", +"@value": "American Folklore Society Ethnographic Thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "afset" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "American Folklore Society Ethnographic Thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "afset" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/erfemn", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "no", +"@value": "Erfaringskompetanses emneord" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "erfemn" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "no", +"@value": "Erfaringskompetanses emneord" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "erfemn" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sbiao", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "sv", +"@value": "Svenska barnboksinstitutets ämnesordslista" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "sbiao" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "sv", +"@value": "Svenska barnboksinstitutets ämnesordslista" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "sbiao" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/socio", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Sociological Abstracts Thesaurus " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Sociological Abstracts Thesaurus " }, { "@language": "en", +"@value": "Sociological Abstracts Thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "socio" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Sociological Abstracts Thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "socio" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bisacrt", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "BISAC Regional Themes" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "BISAC Regional Themes" }, { "@language": "en", +"@value": "BISAC Regional Themes" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "bisacrt" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "BISAC Regional Themes" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "bisacrt" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/eum", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "et", +"@value": "Eesti uldine märksonastik" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "eum" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "et", +"@value": "Eesti uldine märksonastik" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "eum" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kula", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "Kulttuurien tutkimuksen asiasanasto" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "kula" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "Kulttuurien tutkimuksen asiasanasto" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "kula" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/odlt", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Baldick, C. The Oxford dictionary of literary terms " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Baldick, C. The Oxford dictionary of literary terms " }, { "@language": "en", +"@value": "Baldick, C. The Oxford dictionary of literary terms" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "odlt" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Baldick, C. The Oxford dictionary of literary terms" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "odlt" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/rerovoc", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fr", +"@value": "Indexation matiéres RERO autoritès" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "fr", +"@value": "Indexation matiéres RERO autoritès" }, { "@language": "fr", +"@value": "Indexation matiéres RERO autoritès" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "rerovoc" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fr", +"@value": "Indexation matiéres RERO autoritès" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "rerovoc" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tsr", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "TSR-ontologia" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "tsr" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "TSR-ontologia" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "tsr" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/czmesh", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "cs", +"@value": "Czech MeSH" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "czmesh" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "cs", +"@value": "Czech MeSH" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "czmesh" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/dltt", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Quinn, E. A dictionary of literary and thematic terms " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Quinn, E. A dictionary of literary and thematic terms " }, { "@language": "en", +"@value": "Quinn, E. A dictionary of literary and thematic terms" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "dltt" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Quinn, E. A dictionary of literary and thematic terms" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "dltt" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/idsbb", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "de", +"@value": "Thesaurus IDS Basel Bern" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "de", +"@value": "Thesaurus IDS Basel Bern" }, { "@language": "de", +"@value": "Thesaurus IDS Basel Bern" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "idsbb" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "de", +"@value": "Thesaurus IDS Basel Bern" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "idsbb" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/inist", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "INIS: thesaurus " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "INIS: thesaurus " }, { "@language": "en", +"@value": "INIS: thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "inist" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "INIS: thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "inist" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/idszbzzk", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "de", +"@value": "Thesaurus IDS Nebis Zentralbibliothek Zürich, Kartensammlung" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "de", +"@value": "Thesaurus IDS Nebis Zentralbibliothek Zürich, Kartensammlung" }, { "@language": "de", +"@value": "Thesaurus IDS Nebis Zentralbibliothek Zürich, Kartensammlung" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "idszbzzk" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "de", +"@value": "Thesaurus IDS Nebis Zentralbibliothek Zürich, Kartensammlung" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "idszbzzk" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tesa", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "es", +"@value": "Tesauro Agrícola" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "tesa" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "es", +"@value": "Tesauro Agrícola" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "tesa" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/liv", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Legislative indexing vocabulary " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Legislative indexing vocabulary " }, { "@language": "en", +"@value": "Legislative indexing vocabulary" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "liv" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Legislative indexing vocabulary" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "liv" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/collett", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "no", +"@value": "Collett-bibliografi: litteratur av og om Camilla Collett" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "collett" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "no", +"@value": "Collett-bibliografi: litteratur av og om Camilla Collett" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "collett" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nsbncf", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "it", +"@value": "Nuovo Soggettario" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "nsbncf" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "it", +"@value": "Nuovo Soggettario" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "nsbncf" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ipat", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "IPA thesaurus and frequency list " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "IPA thesaurus and frequency list " }, { "@language": "en", +"@value": "IPA thesaurus and frequency list" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "ipat" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "IPA thesaurus and frequency list" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "ipat" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/skon", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "sv", +"@value": "Att indexera skönlitteratur: Ämnesordslista, vuxenlitteratur" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "skon" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "sv", +"@value": "Att indexera skönlitteratur: Ämnesordslista, vuxenlitteratur" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "skon" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/renib", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "es", +"@value": "Renib " } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "renib" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "es", +"@value": "Renib" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "renib" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/hrvmesh", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "no", +"@value": "Croatian MeSH / Hrvatski MeSH" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "hrvmesh" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "no", +"@value": "Croatian MeSH / Hrvatski MeSH" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "hrvmesh" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/swd", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "de", +"@value": "Schlagwortnormdatei" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "de", +"@value": "Schlagwortnormdatei" }, { "@language": "de", +"@value": "Schlagwortnormdatei" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "swd" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "de", +"@value": "Schlagwortnormdatei" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "swd" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/aass", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "\"Asian American Studies Library subject headings\" in A Guide for establishing Asian American core collections " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "\"Asian American Studies Library subject headings\" in A Guide for establishing Asian American core collections " }, { "@language": "en", +"@value": "\"Asian American Studies Library subject headings\" in A Guide for establishing Asian American core collections" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "aass" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "\"Asian American Studies Library subject headings\" in A Guide for establishing Asian American core collections" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "aass" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/cht", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Chicano thesaurus for indexing Chicano materials in Chicano periodical index " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Chicano thesaurus for indexing Chicano materials in Chicano periodical index " }, { "@language": "en", +"@value": "Chicano thesaurus for indexing Chicano materials in Chicano periodical index" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "cht" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Chicano thesaurus for indexing Chicano materials in Chicano periodical index" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "cht" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/galestne", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Gale Group subject thesaurus and named entity vocabulary " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Gale Group subject thesaurus and named entity vocabulary " }, { "@language": "en", +"@value": "Gale Group subject thesaurus and named entity vocabulary" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "galestne" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Gale Group subject thesaurus and named entity vocabulary" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "galestne" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nlgsh", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "el", +"@value": "Katalogos Hellēnikōn thematikōn epikephalidōn" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "nlgsh" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "el", +"@value": "Katalogos Hellēnikōn thematikōn epikephalidōn" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "nlgsh" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/hoidokki", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Hoitotieteellinen asiasanasto " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Hoitotieteellinen asiasanasto " }, { "@language": "en", +"@value": "Hoitotieteellinen asiasanasto" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "hoidokki" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Hoitotieteellinen asiasanasto" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "hoidokki" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/vffyl", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "es", +"@value": "Vocabulario de la Biblioteca Central de la FFyL" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "vffyl" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "es", +"@value": "Vocabulario de la Biblioteca Central de la FFyL" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "vffyl" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kubikat", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "de", +"@value": "kubikat" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "de", +"@value": "kubikat" }, { "@language": "de", +"@value": "kubikat" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "kubikat" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "de", +"@value": "kubikat" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "kubikat" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/waqaf", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "ar", +"@value": "Maknas Uloom Al Waqaf" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "waqaf" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "ar", +"@value": "Maknas Uloom Al Waqaf" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "waqaf" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/hapi", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "HAPI thesaurus and name authority, 1970-2000 " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "HAPI thesaurus and name authority, 1970-2000 " }, { "@language": "en", +"@value": "HAPI thesaurus and name authority, 1970-2000" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "hapi" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "HAPI thesaurus and name authority, 1970-2000" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "hapi" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/drama", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Drama: specialtesaurus för teater och dans " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Drama: specialtesaurus för teater och dans " }, { "@language": "en", +"@value": "Drama: specialtesaurus för teater och dans" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "drama" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Drama: specialtesaurus för teater och dans" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "drama" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sosa", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "Sociaalialan asiasanasto" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "sosa" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "Sociaalialan asiasanasto" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "sosa" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ilpt", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Index to legal periodicals: thesaurus " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Index to legal periodicals: thesaurus " }, { "@language": "en", +"@value": "Index to legal periodicals: thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "ilpt" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Index to legal periodicals: thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "ilpt" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nicem", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "NICEM subject headings and classification system " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "NICEM subject headings and classification system " }, { "@language": "en", +"@value": "NICEM subject headings and classification system" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "nicem" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "NICEM subject headings and classification system" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "nicem" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/qlsp", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Queens Library Spanish language subject headings " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Queens Library Spanish language subject headings " }, { "@language": "en", +"@value": "Queens Library Spanish language subject headings" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "qlsp" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Queens Library Spanish language subject headings" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "qlsp" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/eet", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "European education thesaurus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "European education thesaurus" }, { "@language": "en", +"@value": "European education thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "eet" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "European education thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "eet" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nalnaf", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "National Agricultural Library name authority file " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "National Agricultural Library name authority file " }, { "@language": "en", +"@value": "National Agricultural Library name authority file" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "nalnaf" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "National Agricultural Library name authority file" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "nalnaf" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/eclas", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "ECLAS thesaurus " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "ECLAS thesaurus " }, { "@language": "en", +"@value": "ECLAS thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "eclas" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "ECLAS thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "eclas" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/agrovocs", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "es", +"@value": "AGROVOC tesauro agrícola multilingée" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "agrovocs" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "es", +"@value": "AGROVOC tesauro agrícola multilingée" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "agrovocs" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/shbe", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "sv", +"@value": "Subject headings in business and economics" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "shbe" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "sv", +"@value": "Subject headings in business and economics" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "shbe" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/barn", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "sv", +"@value": "Svenska ämnesord för barn" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "barn" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "sv", +"@value": "Svenska ämnesord för barn" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "barn" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bhammf", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fr", +"@value": "BHA, Bibliographie d'histoire de l'art, mots-matière/français" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "fr", +"@value": "BHA, Bibliographie d'histoire de l'art, mots-matière/français" }, { "@language": "fr", +"@value": "BHA, Bibliographie d'histoire de l'art, mots-matière/français" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "bhammf" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fr", +"@value": "BHA, Bibliographie d'histoire de l'art, mots-matière/français" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "bhammf" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/gccst", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Government of Canada core subject thesaurus (Gatineau : Library and Archives Canada)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Government of Canada core subject thesaurus (Gatineau : Library and Archives Canada)" }, { "@language": "en", +"@value": "Government of Canada core subject thesaurus (Gatineau : Library and Archives Canada)" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "gccst" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Government of Canada core subject thesaurus (Gatineau : Library and Archives Canada)" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "gccst" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/fnhl", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "First Nations House of Learning Subject Headings " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "First Nations House of Learning Subject Headings " }, { "@language": "en", +"@value": "First Nations House of Learning Subject Headings" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "fnhl" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "First Nations House of Learning Subject Headings" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "fnhl" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/kauno", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "KAUNO - Kaunokki-ontologin" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "kauno" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "KAUNO - Kaunokki-ontologin" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "kauno" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/dtict", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Defense Technical Information Center thesaurus " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Defense Technical Information Center thesaurus " }, { "@language": "en", +"@value": "Defense Technical Information Center thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "dtict" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Defense Technical Information Center thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "dtict" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/mech", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "sl", +"@value": "Iskanje po zbirki MECH" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "mech" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "sl", +"@value": "Iskanje po zbirki MECH" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "mech" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/jupo", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "JUPO - Julkisen hallinnon palveluontologia" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "jupo" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "JUPO - Julkisen hallinnon palveluontologia" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "jupo" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ktpt", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "Kirjasto- ja tietopalvelualan tesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "ktpt" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "Kirjasto- ja tietopalvelualan tesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "ktpt" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/aiatsiss", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "AIATSIS subject Thesaurus " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "AIATSIS subject Thesaurus " }, { "@language": "en", +"@value": "AIATSIS subject Thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "aiatsiss" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "AIATSIS subject Thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "aiatsiss" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/lcac", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Library of Congress Annotated Children's Cataloging Program subject headings " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Library of Congress Annotated Children's Cataloging Program subject headings " }, { "@language": "en", +"@value": "Library of Congress Annotated Children's Cataloging Program subject headings" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "lcac" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Library of Congress Annotated Children's Cataloging Program subject headings" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "lcac" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/lemac", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "ca", +"@value": "Llista d'encapçalaments de matèria en català" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "lemac" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "ca", +"@value": "Llista d'encapçalaments de matèria en català" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "lemac" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/lemb", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "es", +"@value": "Lista de encabezamientos de materia para bibliotecas" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "lemb" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "es", +"@value": "Lista de encabezamientos de materia para bibliotecas" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "lemb" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/henn", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Hennepin County Library cumulative authority list " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Hennepin County Library cumulative authority list " }, { "@language": "en", +"@value": "Hennepin County Library cumulative authority list" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "henn" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Hennepin County Library cumulative authority list" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "henn" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/mtirdes", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fr", +"@value": "Macrothésaurus pour le traitement de l'information relative au développement économique et social" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "fr", +"@value": "Macrothésaurus pour le traitement de l'information relative au développement économique et social" }, { "@language": "fr", +"@value": "Macrothésaurus pour le traitement de l'information relative au développement économique et social" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "mtirdes" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fr", +"@value": "Macrothésaurus pour le traitement de l'information relative au développement économique et social" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "mtirdes" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/cash", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Canadian subject headings " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Canadian subject headings " }, { "@language": "en", +"@value": "Canadian subject headings" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "cash" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Canadian subject headings" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "cash" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/nznb", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "New Zealand national bibliographic " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "New Zealand national bibliographic " }, { "@language": "en", +"@value": "New Zealand national bibliographic" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "nznb" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "New Zealand national bibliographic" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "nznb" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/prvt", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "sv", +"@value": "Patent- och registreringsverkets tesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "prvt" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "sv", +"@value": "Patent- och registreringsverkets tesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "prvt" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/scgdst", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Subject categorization guide for defense science and technology " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Subject categorization guide for defense science and technology " }, { "@language": "en", +"@value": "Subject categorization guide for defense science and technology" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "scgdst" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Subject categorization guide for defense science and technology" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "scgdst" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/gem", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "GEM controlled vocabularies " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "GEM controlled vocabularies " }, { "@language": "en", +"@value": "GEM controlled vocabularies" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "gem" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "GEM controlled vocabularies" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "gem" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/lcsh", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Library of Congress subject headings " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Library of Congress subject headings " }, { "@language": "en", +"@value": "Library of Congress subject headings" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "lcsh" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Library of Congress subject headings" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "lcsh" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/rero", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fr", +"@value": "Indexation matires RERO" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "fr", +"@value": "Indexation matires RERO" }, { "@language": "fr", +"@value": "Indexation matires RERO" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "rero" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fr", +"@value": "Indexation matires RERO" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "rero" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/peri", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "Perinnetieteiden asiasanasto" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "peri" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "Perinnetieteiden asiasanasto" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "peri" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/shsples", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "es", +"@value": "Encabezamientos de materia para bibliotecas escolares y públicas" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "shsples" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "es", +"@value": "Encabezamientos de materia para bibliotecas escolares y públicas" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "shsples" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/slem", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "es", +"@value": "Sears: lista de encabezamientos de materia" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "slem" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "es", +"@value": "Sears: lista de encabezamientos de materia" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "slem" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/afo", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "AFO - Viikin kampuskirjaston ontologia" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "afo" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "AFO - Viikin kampuskirjaston ontologia" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "afo" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/gst", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Gay studies thesaurus: a controlled vocabulary for indexing and accessing materials of relevance to gay culture, history, politics and psychology " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Gay studies thesaurus: a controlled vocabulary for indexing and accessing materials of relevance to gay culture, history, politics and psychology " }, { "@language": "en", +"@value": "Gay studies thesaurus: a controlled vocabulary for indexing and accessing materials of relevance to gay culture, history, politics and psychology" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "gst" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Gay studies thesaurus: a controlled vocabulary for indexing and accessing materials of relevance to gay culture, history, politics and psychology" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "gst" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/hlasstg", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "HLAS subject term glossary " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "HLAS subject term glossary " }, { "@language": "en", +"@value": "HLAS subject term glossary" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "hlasstg" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "HLAS subject term glossary" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "hlasstg" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/iest", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "International energy: subject thesaurus " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "International energy: subject thesaurus " }, { "@language": "en", +"@value": "International energy: subject thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "iest" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "International energy: subject thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "iest" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/pkk", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "sl", +"@value": "Predmetnik za katoliÅ¡ke knjižnice" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "pkk" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "sl", +"@value": "Predmetnik za katoliÅ¡ke knjižnice" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "pkk" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/atla", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Religion indexes: thesaurus " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Religion indexes: thesaurus " }, { "@language": "en", +"@value": "Religion indexes: thesaurus" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "atla" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Religion indexes: thesaurus" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "atla" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/scot", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Schools Online Thesaurus (ScOT) " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Schools Online Thesaurus (ScOT) " }, { "@language": "en", +"@value": "Schools Online Thesaurus (ScOT)" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "scot" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Schools Online Thesaurus (ScOT)" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "scot" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/smda", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Smithsonian National Air and Space Museum Directory of Airplanes " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Smithsonian National Air and Space Museum Directory of Airplanes " }, { "@language": "en", +"@value": "Smithsonian National Air and Space Museum Directory of Airplanes" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "smda" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Smithsonian National Air and Space Museum Directory of Airplanes" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "smda" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/solstad", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "no", +"@value": "Solstad: emneord for Solstadbibliografien" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "solstad" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "no", +"@value": "Solstad: emneord for Solstadbibliografien" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "solstad" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/abne", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "es", +"@value": "Autoridades de la Biblioteca Nacional de España" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "abne" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "es", +"@value": "Autoridades de la Biblioteca Nacional de España" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "abne" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/spines", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "es", +"@value": "Tesauro SPINES: un vocabulario controlado y estructurado para el tratamiento de información sobre ciencia y tecnología para el desarrollo" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "spines" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "es", +"@value": "Tesauro SPINES: un vocabulario controlado y estructurado para el tratamiento de información sobre ciencia y tecnología para el desarrollo" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "spines" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ktta", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "Käsi - ja taideteollisuuden asiasanasto" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "ktta" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "Käsi - ja taideteollisuuden asiasanasto" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "ktta" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ccte", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Carto-Canadiana thesaurus - English " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Carto-Canadiana thesaurus - English " }, { "@language": "en", +"@value": "Carto-Canadiana thesaurus - English" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "ccte" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Carto-Canadiana thesaurus - English" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "ccte" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/pmcsg", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Combined standards glossary " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Combined standards glossary " }, { "@language": "en", +"@value": "Combined standards glossary" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "pmcsg" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Combined standards glossary" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "pmcsg" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/bisacsh", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "BISAC Subject Headings" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "BISAC Subject Headings" }, { "@language": "en", +"@value": "BISAC Subject Headings" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "bisacsh" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "BISAC Subject Headings" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "bisacsh" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/fssh", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "FamilySearch Subject Headings (FamilySearch)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "FamilySearch Subject Headings (FamilySearch)" }, { "@language": "en", +"@value": "FamilySearch Subject Headings (FamilySearch)" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "fssh" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "FamilySearch Subject Headings (FamilySearch)" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "fssh" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tasmas", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "es", +"@value": "Tesaurus de Asuntos Sociales del Ministerio de Asuntos Sociales de España" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "tasmas" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "es", +"@value": "Tesaurus de Asuntos Sociales del Ministerio de Asuntos Sociales de España" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "tasmas" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tero", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "fi", +"@value": "TERO - Terveyden ja hyvinvoinnin ontologia" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "tero" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "fi", +"@value": "TERO - Terveyden ja hyvinvoinnin ontologia" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "tero" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/rma", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "ar", +"@value": "Ru'us al-mawdu'at al-'Arabiyah" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "rma" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "ar", +"@value": "Ru'us al-mawdu'at al-'Arabiyah" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "rma" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tgn", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Getty thesaurus of geographic names " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Getty thesaurus of geographic names " }, { "@language": "en", +"@value": "Getty thesaurus of geographic names" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "tgn" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Getty thesaurus of geographic names" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "tgn" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/tha", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "es", +"@value": "Barcala de Moyano, Graciela G., Cristina Voena. Tesauro de Historia Argentina" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "tha" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "es", +"@value": "Barcala de Moyano, Graciela G., Cristina Voena. Tesauro de Historia Argentina" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "tha" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/ttll", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "es", +"@value": "Roggau, Zunilda. Tell. Tesauro de lengua y literatura" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "ttll" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "es", +"@value": "Roggau, Zunilda. Tell. Tesauro de lengua y literatura" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "ttll" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/sears", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Sears list of subject headings " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Sears list of subject headings " }, { "@language": "en", +"@value": "Sears list of subject headings" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "sears" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Sears list of subject headings" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "sears" } ] }, { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/csht", "@type": [ "http://www.w3.org/2002/07/owl#Class", "http://www.loc.gov/mads/rdf/v1#Authority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@language": "en", +"@value": "Chinese subject headings " } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", +"@value": "Chinese subject headings " }, { "@language": "en", +"@value": "Chinese subject headings" } ], "http://www.loc.gov/mads/rdf/v1#code": [ { "@value": "csht" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://id.loc.gov/vocabulary/subjectSchemes/subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", +"@value": "Chinese subject headings" } ], "http://www.w3.org/2004/02/skos/core#notation": [ { "@value": "csht" } ] } ] \ No newline at end of file diff --git a/Open-ILS/src/sql/Pg/011.schema.authority.sql b/Open-ILS/src/sql/Pg/011.schema.authority.sql index 8322867060..9afb840004 100644 --- a/Open-ILS/src/sql/Pg/011.schema.authority.sql +++ b/Open-ILS/src/sql/Pg/011.schema.authority.sql @@ -103,9 +103,15 @@ CREATE TABLE authority.thesaurus ( code TEXT PRIMARY KEY, -- MARC21 thesaurus code control_set INT REFERENCES authority.control_set (id) ON UPDATE CASCADE ON DELETE CASCADE DEFERRABLE INITIALLY DEFERRED, name TEXT NOT NULL UNIQUE, -- i18n - description TEXT -- i18n + description TEXT, -- i18n + short_code TEXT, + uri TEXT ); +CREATE TRIGGER thes_code_tracking_trigger + AFTER UPDATE ON authority.thesaurus + FOR EACH ROW EXECUTE PROCEDURE oils_i18n_code_tracking('at'); + CREATE TABLE authority.browse_axis ( code TEXT PRIMARY KEY, name TEXT UNIQUE NOT NULL, -- i18n @@ -216,6 +222,11 @@ BEGIN thes_code := '|'; ELSIF thes_code = 'z' THEN thes_code := COALESCE( oils_xpath_string('//*[@tag="040"]/*[@code="f"][1]', marcxml), '' ); + ELSE + SELECT code INTO thes_code FROM authority.thesaurus WHERE short_code = thes_code; + IF NOT FOUND THEN + thes_code := '|'; -- default + END IF; END IF; RETURN thes_code; END; diff --git a/Open-ILS/src/sql/Pg/950.data.seed-values.sql b/Open-ILS/src/sql/Pg/950.data.seed-values.sql index 66da2efd28..a7cf4702a1 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -13259,20 +13259,6 @@ INSERT INTO authority.control_set_bib_field_metabib_field_map (bib_field, metabi WHERE a.tag = '155' AND m.name = 'genre' -- Just in case... ; -INSERT INTO authority.thesaurus (code, name, control_set) VALUES - ('a', oils_i18n_gettext('a','Library of Congress Subject Headings','at','name'), 1), - ('b', oils_i18n_gettext('b','LC subject headings for children''s literature','at','name'), 1), - ('c', oils_i18n_gettext('c','Medical Subject Headings','at','name'), 1), - ('d', oils_i18n_gettext('d','National Agricultural Library subject authority file','at','name'), 1), - ('k', oils_i18n_gettext('k','Canadian Subject Headings','at','name'), 1), - ('n', oils_i18n_gettext('n','Not applicable','at','name'), 1), - ('r', oils_i18n_gettext('r','Art and Architecture Thesaurus','at','name'), 1), - ('s', oils_i18n_gettext('s','Sears List of Subject Headings','at','name'), 1), - ('v', oils_i18n_gettext('v','Repertoire de vedettes-matiere','at','name'), 1), - ('z', oils_i18n_gettext('z','Other','at','name'), 1), - ('|', oils_i18n_gettext('|','No attempt to code','at','name'), NULL), - (' ', oils_i18n_gettext(' ','Alternate no attempt to code','at','name'), NULL); - INSERT INTO action_trigger.hook ( key, core_type, description, passive ) VALUES ( 'reservation.available', 'bresv', @@ -17341,4 +17327,437 @@ INSERT INTO acq.edi_attr_set_map (attr_set, attr) VALUES (7, 'INCLUDE_EMPTY_IMD_VALUES') ; +INSERT INTO authority.thesaurus (code, short_code, name, control_set) VALUES + ('n', 'n', oils_i18n_gettext('n','Not applicable','at','name'), 1), + ('|', '|', oils_i18n_gettext('|','No attempt to code','at','name'), NULL), + (' ', ' ', oils_i18n_gettext(' ','Alternate no attempt to code','at','name'), NULL); + + +CREATE TEMP TABLE thesauri (code text, uri text, name text, xlate hstore); +COPY thesauri (code, uri, name, xlate) FROM STDIN; +migfg http://id.loc.gov/vocabulary/genreFormSchemes/migfg Moving image genre-form guide +reveal http://id.loc.gov/vocabulary/genreFormSchemes/reveal REVEAL: fiction indexing and genre headings +dct http://id.loc.gov/vocabulary/genreFormSchemes/dct Dublin Core list of resource types +gmgpc http://id.loc.gov/vocabulary/genreFormSchemes/gmgpc Thesaurus for graphic materials: TGM II, Genre and physical characteristic terms +rbgenr http://id.loc.gov/vocabulary/genreFormSchemes/rbgenr Genre terms: a thesaurus for use in rare book and special collections cataloguing +sgp http://id.loc.gov/vocabulary/genreFormSchemes/sgp Svenska genrebeteckningar fr periodika "sv"=>"Svenska genrebeteckningar fr periodika" +estc http://id.loc.gov/vocabulary/genreFormSchemes/estc Eighteenth century short title catalogue, the cataloguing rules. New ed. +ftamc http://id.loc.gov/vocabulary/genreFormSchemes/ftamc Form terms for archival and manuscripts control +alett http://id.loc.gov/vocabulary/genreFormSchemes/alett An alphabetical list of English text types +gtlm http://id.loc.gov/vocabulary/genreFormSchemes/gtlm Genre terms for law materials: a thesaurus +rbprov http://id.loc.gov/vocabulary/genreFormSchemes/rbprov Provenance evidence: a thesaurus for use in rare book and special collections cataloging +rbbin http://id.loc.gov/vocabulary/genreFormSchemes/rbbin Binding terms: a thesaurus for use in rare book and special collections cataloguing +fbg http://id.loc.gov/vocabulary/genreFormSchemes/fbg Films by genre /dd> +isbdmedia http://id.loc.gov/vocabulary/genreFormSchemes/isbdmedia ISBD Area 0 [media] +marccategory http://id.loc.gov/vocabulary/genreFormSchemes/marccategory MARC form category term list +gnd-music http://id.loc.gov/vocabulary/genreFormSchemes/gnd-music Gemeinsame Normdatei: Musikalische Ausgabeform +proysen http://id.loc.gov/vocabulary/genreFormSchemes/proysen Prøysen: emneord for Prøysen-bibliografien +rdacarrier http://id.loc.gov/vocabulary/genreFormSchemes/rdacarrier Term and code list for RDA carrier types +gnd http://id.loc.gov/vocabulary/genreFormSchemes/gnd Gemeinsame Normdatei +cjh http://id.loc.gov/vocabulary/genreFormSchemes/cjh Center for Jewish History thesaurus +rbpri http://id.loc.gov/vocabulary/genreFormSchemes/rbpri Printing & publishing evidence: a thesaurus for use in rare book and special collections cataloging +fgtpcm http://id.loc.gov/vocabulary/genreFormSchemes/fgtpcm Form/genre terms for printed cartoon material +rbpub http://id.loc.gov/vocabulary/genreFormSchemes/rbpub Printing and publishing evidence: a thesaurus for use in rare book and special collections cataloging +gmd http://id.loc.gov/vocabulary/genreFormSchemes/gmd Anglo-American Cataloguing Rules general material designation +rbpap http://id.loc.gov/vocabulary/genreFormSchemes/rbpap Paper terms: a thesaurus for use in rare book and special collections cataloging +rdamedia http://id.loc.gov/vocabulary/genreFormSchemes/rdamedia Term and code list for RDA media types +marcsmd http://id.loc.gov/vocabulary/genreFormSchemes/marcsmd MARC specific material form term list +saogf http://id.loc.gov/vocabulary/genreFormSchemes/saogf Svenska ämnesord - Genre/Form "sv"=>"Svenska ämnesord - Genre/Form" +lcgft http://id.loc.gov/vocabulary/genreFormSchemes/lcgft Library of Congress genre/form terms for library and archival materials +muzeukv http://id.loc.gov/vocabulary/genreFormSchemes/muzeukv MuzeVideo UK DVD and UMD film genre classification +mim http://id.loc.gov/vocabulary/genreFormSchemes/mim Moving image materials: genre terms +nmc http://id.loc.gov/vocabulary/genreFormSchemes/nmc Revised nomenclature for museum cataloging: a revised and expanded version of Robert C. Chenhall's system for classifying man-made objects +gnd-content http://id.loc.gov/vocabulary/genreFormSchemes/gnd-content Gemeinsame Normdatei: Beschreibung des Inhalts +bgtchm http://id.loc.gov/vocabulary/genreFormSchemes/bgtchm Basic genre terms for cultural heritage materials +gsafd http://id.loc.gov/vocabulary/genreFormSchemes/gsafd Guidelines on subject access to individual works of fiction, drama, etc +marcform http://id.loc.gov/vocabulary/genreFormSchemes/marcform MARC form of item term list +marcgt http://id.loc.gov/vocabulary/genreFormSchemes/marcgt MARC genre terms +barngf http://id.loc.gov/vocabulary/genreFormSchemes/barngf Svenska ämnesord för barn - Genre/Form "sv"=>"Svenska ämnesord för barn - Genre/Form" +ngl http://id.loc.gov/vocabulary/genreFormSchemes/ngl Newspaper genre list +rvmgf http://id.loc.gov/vocabulary/genreFormSchemes/rvmgf Thésaurus des descripteurs de genre/forme de l'Université Laval "fr"=>"Thésaurus des descripteurs de genre/forme de l'Université Laval" +tgfbne http://id.loc.gov/vocabulary/genreFormSchemes/tgfbne Términos de género/forma de la Biblioteca Nacional de España +nbdbgf http://id.loc.gov/vocabulary/genreFormSchemes/nbdbgf NBD Biblion Genres Fictie +rbtyp http://id.loc.gov/vocabulary/genreFormSchemes/rbtyp Type evidence: a thesaurus for use in rare book and special collections cataloging +radfg http://id.loc.gov/vocabulary/genreFormSchemes/radfg Radio form / genre terms guide +gnd-carrier http://id.loc.gov/vocabulary/genreFormSchemes/gnd-carrier Gemeinsame Normdatei: Datenträgertyp +gatbeg http://id.loc.gov/vocabulary/genreFormSchemes/gatbeg Gattungsbegriffe "de"=>"Gattungsbegriffe" +rdacontent http://id.loc.gov/vocabulary/genreFormSchemes/rdacontent Term and code list for RDA content types +isbdcontent http://id.loc.gov/vocabulary/genreFormSchemes/isbdcontent ISBD Area 0 [content] +nimafc http://id.loc.gov/vocabulary/genreFormSchemes/nimafc NIMA form codes +amg http://id.loc.gov/vocabulary/genreFormSchemes/amg Audiovisual material glossary +local http://id.loc.gov/vocabulary/subjectSchemes/local Locally assigned term +taika http://id.loc.gov/vocabulary/subjectSchemes/taika Taideteollisuuden asiasanasto "fi"=>"Taideteollisuuden asiasanasto" +nasat http://id.loc.gov/vocabulary/subjectSchemes/nasat NASA thesaurus +rswkaf http://id.loc.gov/vocabulary/subjectSchemes/rswkaf Alternativform zum Hauptschlagwort "de"=>"Alternativform zum Hauptschlagwort" +jhpk http://id.loc.gov/vocabulary/subjectSchemes/jhpk Język haseł przedmiotowych KABA "pl"=>"Język haseł przedmiotowych KABA" +asrcrfcd http://id.loc.gov/vocabulary/subjectSchemes/asrcrfcd Australian Standard Research Classification: Research Fields, Courses and Disciplines (RFCD) classification +bt http://id.loc.gov/vocabulary/subjectSchemes/bt Bioethics thesaurus +lcstt http://id.loc.gov/vocabulary/subjectSchemes/lcstt List of Chinese subject terms +netc http://id.loc.gov/vocabulary/subjectSchemes/netc National Emergency Training Center Thesaurus (NETC) +aat http://id.loc.gov/vocabulary/subjectSchemes/aat Art & architecture thesaurus +bet http://id.loc.gov/vocabulary/subjectSchemes/bet British education thesaurus +ncjt http://id.loc.gov/vocabulary/subjectSchemes/ncjt National criminal justice thesaurus +samisk http://id.loc.gov/vocabulary/subjectSchemes/samisk Sami bibliography "no"=>"Sámi bibliografia = Samisk bibliografi (Norge)" +tips http://id.loc.gov/vocabulary/subjectSchemes/tips Tesauro ISOC de psicología "es"=>"Tesauro ISOC de psicología" +ukslc http://id.loc.gov/vocabulary/subjectSchemes/ukslc UK Standard Library Categories +tekord http://id.loc.gov/vocabulary/subjectSchemes/tekord TEK-ord : UBiTs emneordliste for arkitektur, realfag, og teknolog "no"=>"TEK-ord : UBiTs emneordliste for arkitektur, realfag, og teknolog" +umitrist http://id.loc.gov/vocabulary/subjectSchemes/umitrist University of Michigan Transportation Research Institute structured thesaurus +wgst http://id.loc.gov/vocabulary/subjectSchemes/wgst Washington GILS Subject Tree +rasuqam http://id.loc.gov/vocabulary/subjectSchemes/rasuqam Répertoire d'autorités-sujet de l'UQAM "fr"=>"Répertoire d'autorités-sujet de l'UQAM" +ntids http://id.loc.gov/vocabulary/subjectSchemes/ntids Norske tidsskrifter 1700-1820: emneord "no"=>"Norske tidsskrifter 1700-1820: emneord" +kaa http://id.loc.gov/vocabulary/subjectSchemes/kaa Kasvatusalan asiasanasto "fi"=>"Kasvatusalan asiasanasto" +yso http://id.loc.gov/vocabulary/subjectSchemes/yso YSO - Yleinen suomalainen ontologia "fi"=>"YSO - Yleinen suomalainen ontologia" +gcipmedia http://id.loc.gov/vocabulary/subjectSchemes/gcipmedia GAMECIP - Computer Game Media Formats (GAMECIP (Game Metadata and Citation Project)) +inspect http://id.loc.gov/vocabulary/subjectSchemes/inspect INSPEC thesaurus +ordnok http://id.loc.gov/vocabulary/subjectSchemes/ordnok Ordnokkelen: tesaurus for kulturminnevern "no"=>"Ordnokkelen: tesaurus for kulturminnevern" +helecon http://id.loc.gov/vocabulary/subjectSchemes/helecon Asiasanasto HELECON-tietikantoihin "fi"=>"Asiasanasto HELECON-tietikantoihin" +dltlt http://id.loc.gov/vocabulary/subjectSchemes/dltlt Cuddon, J. A. A dictionary of literary terms and literary theory +csapa http://id.loc.gov/vocabulary/subjectSchemes/csapa "Controlled vocabulary" in Pollution abstracts +gtt http://id.loc.gov/vocabulary/subjectSchemes/gtt GOO-trefwoorden thesaurus "nl"=>"GOO-trefwoorden thesaurus" +iescs http://id.loc.gov/vocabulary/subjectSchemes/iescs International energy subject categories and scope +itrt http://id.loc.gov/vocabulary/subjectSchemes/itrt International Thesaurus of Refugee Terminology +sanb http://id.loc.gov/vocabulary/subjectSchemes/sanb South African national bibliography authority file +blmlsh http://id.loc.gov/vocabulary/subjectSchemes/blmlsh British Library - Map library subject headings +bhb http://id.loc.gov/vocabulary/subjectSchemes/bhb Bibliography of the Hebrew Book +csh http://id.loc.gov/vocabulary/subjectSchemes/csh Kapsner, Oliver Leonard. Catholic subject headings +fire http://id.loc.gov/vocabulary/subjectSchemes/fire FireTalk, IFSI thesaurus +jlabsh http://id.loc.gov/vocabulary/subjectSchemes/jlabsh Basic subject headings "ja"=>"Kihon kenmei hyômokuhyô" +udc http://id.loc.gov/vocabulary/subjectSchemes/udc Universal decimal classification +lcshac http://id.loc.gov/vocabulary/subjectSchemes/lcshac Children's subject headings in Library of Congress subject headings: supplementary vocabularies +geonet http://id.loc.gov/vocabulary/subjectSchemes/geonet NGA GEOnet Names Server (GNS) +humord http://id.loc.gov/vocabulary/subjectSchemes/humord HUMORD "no"=>"HUMORD" +no-ubo-mr http://id.loc.gov/vocabulary/subjectSchemes/no-ubo-mr Menneskerettighets-tesaurus "no"=>"Menneskerettighets-tesaurus" +sgce http://id.loc.gov/vocabulary/subjectSchemes/sgce COBISS.SI General List of subject headings (English subject headings) "sl"=>"SploÅ¡ni geslovnik COBISS.SI" +kdm http://id.loc.gov/vocabulary/subjectSchemes/kdm Khung dê muc hê thông thông tin khoa hoc và ky thuât quôc gia "vi"=>"Khung dê muc hê thông thông tin khoa hoc và ky thuât quôc gia" +thesoz http://id.loc.gov/vocabulary/subjectSchemes/thesoz Thesaurus for the Social Sciences +asth http://id.loc.gov/vocabulary/subjectSchemes/asth Astronomy thesaurus +muzeukc http://id.loc.gov/vocabulary/subjectSchemes/muzeukc MuzeMusic UK classical music classification +norbok http://id.loc.gov/vocabulary/subjectSchemes/norbok Norbok: emneord i Norsk bokfortegnelse "no"=>"Norbok: emneord i Norsk bokfortegnelse" +masa http://id.loc.gov/vocabulary/subjectSchemes/masa Museoalan asiasanasto "fi"=>"Museoalan asiasanasto" +conorsi http://id.loc.gov/vocabulary/subjectSchemes/conorsi CONOR.SI (name authority file) (Maribor, Slovenia: Institut informacijskih znanosti (IZUM)) +eurovocen http://id.loc.gov/vocabulary/subjectSchemes/eurovocen Eurovoc thesaurus (English) +kto http://id.loc.gov/vocabulary/subjectSchemes/kto KTO - Kielitieteen ontologia "fi"=>"KTO - Kielitieteen ontologia" +muzvukci http://id.loc.gov/vocabulary/subjectSchemes/muzvukci MuzeVideo UK contributor index +kaunokki http://id.loc.gov/vocabulary/subjectSchemes/kaunokki Kaunokki: kaunokirjallisuuden asiasanasto "fi"=>"Kaunokki: kaunokirjallisuuden asiasanasto" +maotao http://id.loc.gov/vocabulary/subjectSchemes/maotao MAO/TAO - Ontologi för museibranschen och Konstindustriella ontologin "fi"=>"MAO/TAO - Ontologi för museibranschen och Konstindustriella ontologin" +psychit http://id.loc.gov/vocabulary/subjectSchemes/psychit Thesaurus of psychological index terms. +tlsh http://id.loc.gov/vocabulary/subjectSchemes/tlsh Subject heading authority list +csalsct http://id.loc.gov/vocabulary/subjectSchemes/csalsct CSA life sciences collection thesaurus +ciesiniv http://id.loc.gov/vocabulary/subjectSchemes/ciesiniv CIESIN indexing vocabulary +ebfem http://id.loc.gov/vocabulary/subjectSchemes/ebfem Encabezamientos bilingües de la Fundación Educativa Ana G. Mendez +mero http://id.loc.gov/vocabulary/subjectSchemes/mero MERO - Merenkulkualan ontologia "fi"=>"MERO - Merenkulkualan ontologia" +mmm http://id.loc.gov/vocabulary/subjectSchemes/mmm "Subject key" in Marxism and the mass media +pascal http://id.loc.gov/vocabulary/subjectSchemes/pascal PASCAL database classification scheme "fr"=>"Base de donneés PASCAL: plan de classement" +chirosh http://id.loc.gov/vocabulary/subjectSchemes/chirosh Chiropractic Subject Headings +cilla http://id.loc.gov/vocabulary/subjectSchemes/cilla Cilla: specialtesaurus för musik "fi"=>"Cilla: specialtesaurus för musik" +aiatsisl http://id.loc.gov/vocabulary/subjectSchemes/aiatsisl AIATSIS language thesaurus +nskps http://id.loc.gov/vocabulary/subjectSchemes/nskps Priručnik za izradu predmetnog kataloga u Nacionalnoj i sveučiliÅ¡noj knjičnici u Zagrebu "hr"=>"Priručnik za izradu predmetnog kataloga u Nacionalnoj i sveučiliÅ¡noj knjičnici u Zagrebu" +lctgm http://id.loc.gov/vocabulary/subjectSchemes/lctgm Thesaurus for graphic materials: TGM I, Subject terms +muso http://id.loc.gov/vocabulary/subjectSchemes/muso MUSO - Ontologi för musik "fi"=>"MUSO - Ontologi för musik" +blcpss http://id.loc.gov/vocabulary/subjectSchemes/blcpss COMPASS subject authority system +fast http://id.loc.gov/vocabulary/subjectSchemes/fast Faceted application of subject terminology +bisacmt http://id.loc.gov/vocabulary/subjectSchemes/bisacmt BISAC Merchandising Themes +lapponica http://id.loc.gov/vocabulary/subjectSchemes/lapponica Lapponica "fi"=>"Lapponica" +juho http://id.loc.gov/vocabulary/subjectSchemes/juho JUHO - Julkishallinnon ontologia "fi"=>"JUHO - Julkishallinnon ontologia" +idas http://id.loc.gov/vocabulary/subjectSchemes/idas ID-Archivschlüssel "de"=>"ID-Archivschlüssel" +tbjvp http://id.loc.gov/vocabulary/subjectSchemes/tbjvp Tesauro de la Biblioteca Dr. Jorge Villalobos Padilla, S.J. "es"=>"Tesauro de la Biblioteca Dr. Jorge Villalobos Padilla, S.J." +test http://id.loc.gov/vocabulary/subjectSchemes/test Thesaurus of engineering and scientific terms +finmesh http://id.loc.gov/vocabulary/subjectSchemes/finmesh FinMeSH "fi"=>"FinMeSH" +kssbar http://id.loc.gov/vocabulary/subjectSchemes/kssbar Klassifikationssystem for svenska bibliotek. Ämnesordregister. Alfabetisk del "sv"=>"Klassifikationssystem for svenska bibliotek. Ämnesordregister. Alfabetisk del" +kupu http://id.loc.gov/vocabulary/subjectSchemes/kupu Maori Wordnet "mi"=>"He puna kupu" +rpe http://id.loc.gov/vocabulary/subjectSchemes/rpe Rubricator on economics "ru"=>"Rubrikator po ekonomike" +dit http://id.loc.gov/vocabulary/subjectSchemes/dit Defense intelligence thesaurus +she http://id.loc.gov/vocabulary/subjectSchemes/she SHE: subject headings for engineering +idszbzna http://id.loc.gov/vocabulary/subjectSchemes/idszbzna Thesaurus IDS Nebis Zentralbibliothek Zürich, Nordamerika-Bibliothek "de"=>"Thesaurus IDS Nebis Zentralbibliothek Zürich, Nordamerika-Bibliothek" +msc http://id.loc.gov/vocabulary/subjectSchemes/msc Mathematical subject classification +muzeukn http://id.loc.gov/vocabulary/subjectSchemes/muzeukn MuzeMusic UK non-classical music classification +ipsp http://id.loc.gov/vocabulary/subjectSchemes/ipsp Defense intelligence production schedule. +sthus http://id.loc.gov/vocabulary/subjectSchemes/sthus Subject Taxonomy of the History of U.S. Foreign Relations +poliscit http://id.loc.gov/vocabulary/subjectSchemes/poliscit Political science thesaurus II +qtglit http://id.loc.gov/vocabulary/subjectSchemes/qtglit A queer thesaurus : an international thesaurus of gay and lesbian index terms +unbist http://id.loc.gov/vocabulary/subjectSchemes/unbist UNBIS thesaurus +gcipplatform http://id.loc.gov/vocabulary/subjectSchemes/gcipplatform GAMECIP - Computer Game Platforms (GAMECIP (Game Metadata and Citation Project)) +puho http://id.loc.gov/vocabulary/subjectSchemes/puho PUHO - Puolustushallinnon ontologia "fi"=>"PUHO - Puolustushallinnon ontologia" +thub http://id.loc.gov/vocabulary/subjectSchemes/thub Thesaurus de la Universitat de Barcelona "ca"=>"Thesaurus de la Universitat de Barcelona" +ndlsh http://id.loc.gov/vocabulary/subjectSchemes/ndlsh National Diet Library list of subject headings "ja"=>"Koktsu Kokkai Toshokan kenmei hyômokuhyô" +czenas http://id.loc.gov/vocabulary/subjectSchemes/czenas CZENAS thesaurus: a list of subject terms used in the National Library of the Czech Republic "cs"=>"Soubor vĕcných autorit Národní knihovny ČR" +idszbzzh http://id.loc.gov/vocabulary/subjectSchemes/idszbzzh Thesaurus IDS Nebis Zentralbibliothek Zürich, Handschriftenabteilung "de"=>"Thesaurus IDS Nebis Zentralbibliothek Zürich, Handschriftenabteilung" +unbisn http://id.loc.gov/vocabulary/subjectSchemes/unbisn UNBIS name authority list (New York, NY: Dag Hammarskjld Library, United Nations; : Chadwyck-Healey) +rswk http://id.loc.gov/vocabulary/subjectSchemes/rswk Regeln für den Schlagwortkatalog "de"=>"Regeln für den Schlagwortkatalog" +larpcal http://id.loc.gov/vocabulary/subjectSchemes/larpcal Lista de assuntos referente ao programa de cadastramento automatizado de livros da USP "pt"=>"Lista de assuntos referente ao programa de cadastramento automatizado de livros da USP" +biccbmc http://id.loc.gov/vocabulary/subjectSchemes/biccbmc BIC Children's Books Marketing Classifications +kulo http://id.loc.gov/vocabulary/subjectSchemes/kulo KULO - Kulttuurien tutkimuksen ontologia "fi"=>"KULO - Kulttuurien tutkimuksen ontologia" +popinte http://id.loc.gov/vocabulary/subjectSchemes/popinte POPIN thesaurus: population multilingual thesaurus +tisa http://id.loc.gov/vocabulary/subjectSchemes/tisa Villagrá Rubio, Angel. Tesauro ISOC de sociología autores "es"=>"Villagrá Rubio, Angel. Tesauro ISOC de sociología autores" +atg http://id.loc.gov/vocabulary/subjectSchemes/atg Agricultural thesaurus and glossary +eflch http://id.loc.gov/vocabulary/subjectSchemes/eflch E4Libraries Category Headings +maaq http://id.loc.gov/vocabulary/subjectSchemes/maaq Madâkhil al-asmâ' al-'arabîyah al-qadîmah "ar"=>"Madâkhil al-asmâ' al-'arabîyah al-qadîmah" +rvmgd http://id.loc.gov/vocabulary/subjectSchemes/rvmgd Thésaurus des descripteurs de groupes démographiques de l'Université Laval "fr"=>"Thésaurus des descripteurs de groupes démographiques de l'Université Laval" +csahssa http://id.loc.gov/vocabulary/subjectSchemes/csahssa "Controlled vocabulary" in Health and safety science abstracts +sigle http://id.loc.gov/vocabulary/subjectSchemes/sigle SIGLE manual, Part 2, Subject category list +blnpn http://id.loc.gov/vocabulary/subjectSchemes/blnpn British Library newspaper place names +asrctoa http://id.loc.gov/vocabulary/subjectSchemes/asrctoa Australian Standard Research Classification: Type of Activity (TOA) classification +lcdgt http://id.loc.gov/vocabulary/subjectSchemes/lcdgt Library of Congress demographic group term and code List +bokbas http://id.loc.gov/vocabulary/subjectSchemes/bokbas Bokbasen "no"=>"Bokbasen" +gnis http://id.loc.gov/vocabulary/subjectSchemes/gnis Geographic Names Information System (GNIS) +nbiemnfag http://id.loc.gov/vocabulary/subjectSchemes/nbiemnfag NBIs emneordsliste for faglitteratur "no"=>"NBIs emneordsliste for faglitteratur" +nlgaf http://id.loc.gov/vocabulary/subjectSchemes/nlgaf Archeio Kathierōmenōn Epikephalidōn "el"=>"Archeio Kathierōmenōn Epikephalidōn" +bhashe http://id.loc.gov/vocabulary/subjectSchemes/bhashe BHA, Bibliography of the history of art, subject headings/English +tsht http://id.loc.gov/vocabulary/subjectSchemes/tsht Thesaurus of subject headings for television +scbi http://id.loc.gov/vocabulary/subjectSchemes/scbi Soggettario per i cataloghi delle biblioteche italiane "it"=>"Soggettario per i cataloghi delle biblioteche italiane" +valo http://id.loc.gov/vocabulary/subjectSchemes/valo VALO - Fotografiska ontologin "fi"=>"VALO - Fotografiska ontologin" +wpicsh http://id.loc.gov/vocabulary/subjectSchemes/wpicsh WPIC Library thesaurus of subject headings +aktp http://id.loc.gov/vocabulary/subjectSchemes/aktp Alphavētikos Katalogos Thematikōn Perigrapheōn "el"=>"Alphavētikos Katalogos Thematikōn Perigrapheōn" +stw http://id.loc.gov/vocabulary/subjectSchemes/stw STW Thesaurus for Economics "de"=>"Standard-Thesaurus Wirtschaft" +mesh http://id.loc.gov/vocabulary/subjectSchemes/mesh Medical subject headings +ica http://id.loc.gov/vocabulary/subjectSchemes/ica Index of Christian art +emnmus http://id.loc.gov/vocabulary/subjectSchemes/emnmus Emneord for musikkdokument i EDB-kataloger "no"=>"Emneord for musikkdokument i EDB-kataloger" +sao http://id.loc.gov/vocabulary/subjectSchemes/sao Svenska ämnesord "sv"=>"Svenska ämnesord" +sgc http://id.loc.gov/vocabulary/subjectSchemes/sgc COBISS.SI General List of subject headings (Slovenian subject headings) "sl"=>"SploÅ¡ni geslovnik COBISS.SI" +bib1814 http://id.loc.gov/vocabulary/subjectSchemes/bib1814 1814-bibliografi: emneord for 1814-bibliografi "no"=>"1814-bibliografi: emneord for 1814-bibliografi" +bjornson http://id.loc.gov/vocabulary/subjectSchemes/bjornson Bjornson: emneord for Bjornsonbibliografien "no"=>"Bjornson: emneord for Bjornsonbibliografien" +liito http://id.loc.gov/vocabulary/subjectSchemes/liito LIITO - Liiketoimintaontologia "fi"=>"LIITO - Liiketoimintaontologia" +apaist http://id.loc.gov/vocabulary/subjectSchemes/apaist APAIS thesaurus: a list of subject terms used in the Australian Public Affairs Information Service +itglit http://id.loc.gov/vocabulary/subjectSchemes/itglit International thesaurus of gay and lesbian index terms (Chicago?: Thesaurus Committee, Gay and Lesbian Task Force, American Library Association) +ntcsd http://id.loc.gov/vocabulary/subjectSchemes/ntcsd "National Translations Center secondary descriptors" in National Translation Center primary subject classification and secondary descriptor +scisshl http://id.loc.gov/vocabulary/subjectSchemes/scisshl SCIS subject headings +opms http://id.loc.gov/vocabulary/subjectSchemes/opms Opetusministeriön asiasanasto "fi"=>"Opetusministeriön asiasanasto" +ttka http://id.loc.gov/vocabulary/subjectSchemes/ttka Teologisen tiedekunnan kirjaston asiasanasto "fi"=>"Teologisen tiedekunnan kirjaston asiasanasto" +watrest http://id.loc.gov/vocabulary/subjectSchemes/watrest Thesaurus of water resources terms: a collection of water resources and related terms for use in indexing technical information +ysa http://id.loc.gov/vocabulary/subjectSchemes/ysa Yleinen suomalainen asiasanasto "fi"=>"Yleinen suomalainen asiasanasto" +kitu http://id.loc.gov/vocabulary/subjectSchemes/kitu Kirjallisuudentutkimuksen asiasanasto "fi"=>"Kirjallisuudentutkimuksen asiasanasto" +sk http://id.loc.gov/vocabulary/subjectSchemes/sk 'Zhong guo gu ji shan ban shu zong mu' fen lei biao "zh"=>"'Zhong guo gu ji shan ban shu zong mu' fen lei biao" +aiatsisp http://id.loc.gov/vocabulary/subjectSchemes/aiatsisp AIATSIS place thesaurus +ram http://id.loc.gov/vocabulary/subjectSchemes/ram RAMEAU: répertoire d'authorité de matières encyclopédique unifié "fr"=>"RAMEAU: répertoire d'authorité de matières encyclopédique unifié" +aedoml http://id.loc.gov/vocabulary/subjectSchemes/aedoml Listado de encabezamientos de materia de música "es"=>"Listado de encabezamientos de materia de música" +ated http://id.loc.gov/vocabulary/subjectSchemes/ated Australian Thesaurus of Education Descriptors (ATED) +cabt http://id.loc.gov/vocabulary/subjectSchemes/cabt CAB thesaurus (Slough [England]: Commonwealth Agricultural Bureaux) +kassu http://id.loc.gov/vocabulary/subjectSchemes/kassu Kassu - Kasvien suomenkieliset nimet "fi"=>"Kassu - Kasvien suomenkieliset nimet" +nbdbt http://id.loc.gov/vocabulary/subjectSchemes/nbdbt NBD Biblion Trefwoordenthesaurus "nl"=>"NBD Biblion Trefwoordenthesaurus" +jhpb http://id.loc.gov/vocabulary/subjectSchemes/jhpb Język haseł przedmiotowych Biblioteki Narodowej "pl"=>"Język haseł przedmiotowych Biblioteki Narodowej" +bidex http://id.loc.gov/vocabulary/subjectSchemes/bidex Bilindex: a bilingual Spanish-English subject heading list +ccsa http://id.loc.gov/vocabulary/subjectSchemes/ccsa Catalogue collectif suisse des affiches "fr"=>"Catalogue collectif suisse des affiches" +noraf http://id.loc.gov/vocabulary/subjectSchemes/noraf Norwegian Authority File +kito http://id.loc.gov/vocabulary/subjectSchemes/kito KITO - Kirjallisuudentutkimuksen ontologia "fi"=>"KITO - Kirjallisuudentutkimuksen ontologia" +tho http://id.loc.gov/vocabulary/subjectSchemes/tho Thesauros Hellēnikōn Oron "el"=>"Thesauros Hellēnikōn Oron" +pmont http://id.loc.gov/vocabulary/subjectSchemes/pmont Powerhouse Museum Object Name Thesaurus +ssg http://id.loc.gov/vocabulary/subjectSchemes/ssg SploÅ¡ni slovenski geslovnik "sl"=>"SploÅ¡ni slovenski geslovnik" +huc http://id.loc.gov/vocabulary/subjectSchemes/huc U.S. Geological Survey water-supply paper 2294: hydrologic basins unit codes +isis http://id.loc.gov/vocabulary/subjectSchemes/isis "Classification scheme" in Isis +ibsen http://id.loc.gov/vocabulary/subjectSchemes/ibsen Ibsen: emneord for Den internasjonale Ibsen-bibliografien "no"=>"Ibsen: emneord for Den internasjonale Ibsen-bibliografien" +lacnaf http://id.loc.gov/vocabulary/subjectSchemes/lacnaf Library and Archives Canada name authority file +swemesh http://id.loc.gov/vocabulary/subjectSchemes/swemesh Swedish MeSH "sv"=>"Svenska MeSH" +hamsun http://id.loc.gov/vocabulary/subjectSchemes/hamsun Hamsun: emneord for Hamsunbibliografien "no"=>"Hamsun: emneord for Hamsunbibliografien" +qrma http://id.loc.gov/vocabulary/subjectSchemes/qrma List of Arabic subject headings "ar"=>"Qâ'imat ru'ûs al-mawdûât al-'Arabîyah" +qrmak http://id.loc.gov/vocabulary/subjectSchemes/qrmak Qâ'imat ru'ûs al-mawdû'ât al-'Arabîyah al-qiyâsîyah al-maktabât wa-marâkaz al-ma'lûmât wa-qawâid al-bayânât "ar"=>"Qâ'imat ru'ûs al-mawdû'ât al-'Arabîyah al-qiyâsîyah al-maktabât wa-marâkaz al-ma'lûmât wa-qawâid al-bayânât" +ceeus http://id.loc.gov/vocabulary/subjectSchemes/ceeus Counties and equivalent entities of the United States its possessions, and associated areas +taxhs http://id.loc.gov/vocabulary/subjectSchemes/taxhs A taxonomy or human services: a conceptual framework with standardized terminology and definitions for the field +noram http://id.loc.gov/vocabulary/subjectSchemes/noram Noram: emneord for Norsk-amerikansk samling "no"=>"Noram: emneord for Norsk-amerikansk samling" +eurovocfr http://id.loc.gov/vocabulary/subjectSchemes/eurovocfr Eurovoc thesaurus (French) +jurivoc http://id.loc.gov/vocabulary/subjectSchemes/jurivoc JURIVOC +agrifors http://id.loc.gov/vocabulary/subjectSchemes/agrifors AGRIFOREST-sanasto "fi"=>"AGRIFOREST-sanasto" +noubojur http://id.loc.gov/vocabulary/subjectSchemes/noubojur Thesaurus of Law "no"=>"Thesaurus of Law" +pha http://id.loc.gov/vocabulary/subjectSchemes/pha Puolostushallinnon asiasanasto "fi"=>"Puolostushallinnon asiasanasto" +ddcrit http://id.loc.gov/vocabulary/subjectSchemes/ddcrit DDC retrieval and indexing terminology; posting terms with hierarchy and KWOC +mar http://id.loc.gov/vocabulary/subjectSchemes/mar Merenkulun asiasanasto "fi"=>"Merenkulun asiasanasto" +sbt http://id.loc.gov/vocabulary/subjectSchemes/sbt Soggettario Sistema Bibliotecario Ticinese "it"=>"Soggettario Sistema Bibliotecario Ticinese" +nzggn http://id.loc.gov/vocabulary/subjectSchemes/nzggn New Zealand gazetteer of official geographic names (New Zealand Geographic Board Ngā Pou Taunaha o Aotearoa (NZGB)) +kta http://id.loc.gov/vocabulary/subjectSchemes/kta Kielitieteen asiasanasto "fi"=>"Kielitieteen asiasanasto" +snt http://id.loc.gov/vocabulary/subjectSchemes/snt Sexual nomenclature : a thesaurus +francis http://id.loc.gov/vocabulary/subjectSchemes/francis FRANCIS database classification scheme "fr"=>"Base de donneés FRANCIS: plan de classement" +eurovocsl http://id.loc.gov/vocabulary/subjectSchemes/eurovocsl Eurovoc thesaurus "sl"=>"Eurovoc thesaurus" +idszbzes http://id.loc.gov/vocabulary/subjectSchemes/idszbzes Thesaurus IDS Nebis Bibliothek Englisches Seminar der Universität Zürich "de"=>"Thesaurus IDS Nebis Bibliothek Englisches Seminar der Universität Zürich" +nlmnaf http://id.loc.gov/vocabulary/subjectSchemes/nlmnaf National Library of Medicine name authority file +rugeo http://id.loc.gov/vocabulary/subjectSchemes/rugeo Natsional'nyi normativnyi fail geograficheskikh nazvanii Rossiiskoi Federatsii "ru"=>"Natsional'nyi normativnyi fail geograficheskikh nazvanii Rossiiskoi Federatsii" +sipri http://id.loc.gov/vocabulary/subjectSchemes/sipri SIPRI library thesaurus +kkts http://id.loc.gov/vocabulary/subjectSchemes/kkts Katalogos Kathierōmenōn Typōn Syllogikou Katalogou Demosion Vivliothekon "el"=>"Katalogos Kathierōmenōn Typōn Syllogikou Katalogou Demosion Vivliothekon" +tucua http://id.loc.gov/vocabulary/subjectSchemes/tucua Thesaurus for use in college and university archives +pmbok http://id.loc.gov/vocabulary/subjectSchemes/pmbok Guide to the project management body of knowledge (PMBOK Guide) +agrovoc http://id.loc.gov/vocabulary/subjectSchemes/agrovoc AGROVOC multilingual agricultural thesaurus +nal http://id.loc.gov/vocabulary/subjectSchemes/nal National Agricultural Library subject headings +lnmmbr http://id.loc.gov/vocabulary/subjectSchemes/lnmmbr Lietuvos nacionalines Martyno Mazvydo bibliotekos rubrikynas "lt"=>"Lietuvos nacionalines Martyno Mazvydo bibliotekos rubrikynas" +vmj http://id.loc.gov/vocabulary/subjectSchemes/vmj Vedettes-matière jeunesse "fr"=>"Vedettes-matière jeunesse" +ddcut http://id.loc.gov/vocabulary/subjectSchemes/ddcut Dewey Decimal Classification user terms +eks http://id.loc.gov/vocabulary/subjectSchemes/eks Eduskunnan kirjaston asiasanasto "fi"=>"Eduskunnan kirjaston asiasanasto" +wot http://id.loc.gov/vocabulary/subjectSchemes/wot A Women's thesaurus +noubomn http://id.loc.gov/vocabulary/subjectSchemes/noubomn University of Oslo Library Thesaurus of Science "no"=>"University of Oslo Library Thesaurus of Science" +idszbzzg http://id.loc.gov/vocabulary/subjectSchemes/idszbzzg Thesaurus IDS Nebis Zentralbibliothek Zürich, Graphische Sammlung "de"=>"Thesaurus IDS Nebis Zentralbibliothek Zürich, Graphische Sammlung" +precis http://id.loc.gov/vocabulary/subjectSchemes/precis PRECIS: a manual of concept analysis and subject indexing +cstud http://id.loc.gov/vocabulary/subjectSchemes/cstud Classificatieschema's Bibliotheek TU Delft "nl"=>"Classificatieschema's Bibliotheek TU Delft" +nlgkk http://id.loc.gov/vocabulary/subjectSchemes/nlgkk Katalogos kathierōmenōn onomatōn physikōn prosōpōn "el"=>"Katalogos kathierōmenōn onomatōn physikōn prosōpōn" +pmt http://id.loc.gov/vocabulary/subjectSchemes/pmt Project management terminology. Newtown Square, PA: Project Management Institute +ericd http://id.loc.gov/vocabulary/subjectSchemes/ericd Thesaurus of ERIC descriptors +rvm http://id.loc.gov/vocabulary/subjectSchemes/rvm Répertoire de vedettes-matière "fr"=>"Répertoire de vedettes-matière" +sfit http://id.loc.gov/vocabulary/subjectSchemes/sfit Svenska filminstitutets tesaurus "sv"=>"Svenska filminstitutets tesaurus" +trtsa http://id.loc.gov/vocabulary/subjectSchemes/trtsa Teatterin ja tanssin asiasanasto "fi"=>"Teatterin ja tanssin asiasanasto" +ulan http://id.loc.gov/vocabulary/subjectSchemes/ulan Union list of artist names +unescot http://id.loc.gov/vocabulary/subjectSchemes/unescot UNESCO thesaurus "fr"=>"Thésaurus de l'UNESCO","es"=>"Tesauro de la UNESCO" +koko http://id.loc.gov/vocabulary/subjectSchemes/koko KOKO-ontologia "fi"=>"KOKO-ontologia" +msh http://id.loc.gov/vocabulary/subjectSchemes/msh Trimboli, T., and Martyn S. Marianist subject headings +trt http://id.loc.gov/vocabulary/subjectSchemes/trt Transportation resource thesaurus +agrovocf http://id.loc.gov/vocabulary/subjectSchemes/agrovocf AGROVOC thésaurus agricole multilingue "fr"=>"AGROVOC thésaurus agricole multilingue" +aucsh http://id.loc.gov/vocabulary/subjectSchemes/aucsh Arabic Union Catalog Subject Headings "ar"=>"Qâ'imat ru'ûs mawdû'ât al-fahras al-'Arabîyah al-mowahad" +ddcri http://id.loc.gov/vocabulary/subjectSchemes/ddcri Dewey Decimal Classification Relative Index +est http://id.loc.gov/vocabulary/subjectSchemes/est International energy: subject thesaurus (: International Energy Agency, Energy Technology Data Exchange) +lua http://id.loc.gov/vocabulary/subjectSchemes/lua Liikunnan ja urheilun asiasanasto "fi"=>"Liikunnan ja urheilun asiasanasto" +mipfesd http://id.loc.gov/vocabulary/subjectSchemes/mipfesd Macrothesaurus for information processing in the field of economic and social development +rurkp http://id.loc.gov/vocabulary/subjectSchemes/rurkp Predmetnye rubriki Rossiiskoi knizhnoi palaty "ru"=>"Predmetnye rubriki Rossiiskoi knizhnoi palaty" +albt http://id.loc.gov/vocabulary/subjectSchemes/albt Arbetslivsbibliotekets tesaurus "sv"=>"Arbetslivsbibliotekets tesaurus" +fmesh http://id.loc.gov/vocabulary/subjectSchemes/fmesh Liste systématique et liste permutée des descripteurs français MeSH "fr"=>"Liste systématique et liste permutée des descripteurs français MeSH" +bicssc http://id.loc.gov/vocabulary/subjectSchemes/bicssc BIC standard subject categories +cctf http://id.loc.gov/vocabulary/subjectSchemes/cctf Carto-Canadiana thésaurus - Français "fr"=>"Carto-Canadiana thésaurus - Français" +reo http://id.loc.gov/vocabulary/subjectSchemes/reo Māori Subject Headings thesaurus "mi"=>"Ngā Ūpoko Tukutuku" +icpsr http://id.loc.gov/vocabulary/subjectSchemes/icpsr ICPSR controlled vocabulary system +kao http://id.loc.gov/vocabulary/subjectSchemes/kao KVINNSAM ämnesordsregister "sv"=>"KVINNSAM ämnesordsregister" +asrcseo http://id.loc.gov/vocabulary/subjectSchemes/asrcseo Australian Standard Research Classification: Socio-Economic Objective (SEO) classification +georeft http://id.loc.gov/vocabulary/subjectSchemes/georeft GeoRef thesaurus +cct http://id.loc.gov/vocabulary/subjectSchemes/cct Chinese Classified Thesaurus "zh"=>"Zhong guo fen lei zhu ti ci biao" +dcs http://id.loc.gov/vocabulary/subjectSchemes/dcs Health Sciences Descriptors "es"=>"Descriptores en Ciencias de la Salud","pt"=>"Descritores em Ciências da Saúde" +musa http://id.loc.gov/vocabulary/subjectSchemes/musa Musiikin asiasanasto: erikoissanasto "fi"=>"Musiikin asiasanasto: erikoissanasto" +ntissc http://id.loc.gov/vocabulary/subjectSchemes/ntissc NTIS subject categories +idszbz http://id.loc.gov/vocabulary/subjectSchemes/idszbz Thesaurus IDS Nebis Zentralbibliothek Zürich "de"=>"Thesaurus IDS Nebis Zentralbibliothek Zürich" +tlka http://id.loc.gov/vocabulary/subjectSchemes/tlka Investigació, Procés Tècnicn kirjaston asiasanasto "fi"=>"Investigació, Procés Tècnicn kirjaston asiasanasto" +usaidt http://id.loc.gov/vocabulary/subjectSchemes/usaidt USAID thesaurus: Keywords used to index documents included in the USAID Development Experience System. +embne http://id.loc.gov/vocabulary/subjectSchemes/embne Encabezamientos de Materia de la Biblioteca Nacional de España "es"=>"Encabezamientos de Materia de la Biblioteca Nacional de España" +vcaadu http://id.loc.gov/vocabulary/subjectSchemes/vcaadu Vocabulario controlado de arquitectura, arte, diseño y urbanismo "es"=>"Vocabulario controlado de arquitectura, arte, diseño y urbanismo" +ntcpsc http://id.loc.gov/vocabulary/subjectSchemes/ntcpsc "National Translations Center primary subject classification" in National Translations Center primary subject classification and secondary descriptors +quiding http://id.loc.gov/vocabulary/subjectSchemes/quiding Quiding, Nils Herman. Svenskt allmänt författningsregister för tiden frÃ¥n Ã¥r 1522 till och med Ã¥r 1862 "sv"=>"Quiding, Nils Herman. Svenskt allmänt författningsregister för tiden frÃ¥n Ã¥r 1522 till och med Ã¥r 1862" +allars http://id.loc.gov/vocabulary/subjectSchemes/allars Allärs: allmän tesaurus pä svenska "fi"=>"Allärs: allmän tesaurus pä svenska" +ogst http://id.loc.gov/vocabulary/subjectSchemes/ogst Oregon GILS Subject Tree (Oregon: Oregon State Library and Oregon Information Resource Management Division (IRMD)) +bella http://id.loc.gov/vocabulary/subjectSchemes/bella Bella: specialtesaurus för skönlitteratur "fi"=>"Bella: specialtesaurus för skönlitteratur" +bibalex http://id.loc.gov/vocabulary/subjectSchemes/bibalex Bibliotheca Alexandrina name and subject authority file +pepp http://id.loc.gov/vocabulary/subjectSchemes/pepp The Princeton encyclopedia of poetry and poetics +hkcan http://id.loc.gov/vocabulary/subjectSchemes/hkcan Hong Kong Chinese Authority File (Name) - HKCAN +dissao http://id.loc.gov/vocabulary/subjectSchemes/dissao "Dissertation abstracts online" in Search tools: the guide to UNI/Data Courier Online +ltcsh http://id.loc.gov/vocabulary/subjectSchemes/ltcsh Land Tenure Center Library list of subject headings +mpirdes http://id.loc.gov/vocabulary/subjectSchemes/mpirdes Macrothesaurus para el procesamiento de la información relativa al desarrollo económico y social "es"=>"Macrothesaurus para el procesamiento de la información relativa al desarrollo económico y social" +asft http://id.loc.gov/vocabulary/subjectSchemes/asft Aquatic sciences and fisheries thesaurus +naf http://id.loc.gov/vocabulary/subjectSchemes/naf NACO authority file +nimacsc http://id.loc.gov/vocabulary/subjectSchemes/nimacsc NIMA cartographic subject categories +khib http://id.loc.gov/vocabulary/subjectSchemes/khib Emneord, KHiB Biblioteket "no"=>"Emneord, KHiB Biblioteket" +cdcng http://id.loc.gov/vocabulary/subjectSchemes/cdcng Catalogage des documents cartographiques: forme et structure des vedettes noms géographiques - NF Z 44-081 "fr"=>"Catalogage des documents cartographiques: forme et structure des vedettes noms géographiques - NF Z 44-081" +afset http://id.loc.gov/vocabulary/subjectSchemes/afset American Folklore Society Ethnographic Thesaurus +erfemn http://id.loc.gov/vocabulary/subjectSchemes/erfemn Erfaringskompetanses emneord "no"=>"Erfaringskompetanses emneord" +sbiao http://id.loc.gov/vocabulary/subjectSchemes/sbiao Svenska barnboksinstitutets ämnesordslista "sv"=>"Svenska barnboksinstitutets ämnesordslista" +socio http://id.loc.gov/vocabulary/subjectSchemes/socio Sociological Abstracts Thesaurus +bisacrt http://id.loc.gov/vocabulary/subjectSchemes/bisacrt BISAC Regional Themes +eum http://id.loc.gov/vocabulary/subjectSchemes/eum Eesti uldine märksonastik "et"=>"Eesti uldine märksonastik" +kula http://id.loc.gov/vocabulary/subjectSchemes/kula Kulttuurien tutkimuksen asiasanasto "fi"=>"Kulttuurien tutkimuksen asiasanasto" +odlt http://id.loc.gov/vocabulary/subjectSchemes/odlt Baldick, C. The Oxford dictionary of literary terms +rerovoc http://id.loc.gov/vocabulary/subjectSchemes/rerovoc Indexation matiéres RERO autoritès "fr"=>"Indexation matiéres RERO autoritès" +tsr http://id.loc.gov/vocabulary/subjectSchemes/tsr TSR-ontologia "fi"=>"TSR-ontologia" +czmesh http://id.loc.gov/vocabulary/subjectSchemes/czmesh Czech MeSH "cs"=>"Czech MeSH" +dltt http://id.loc.gov/vocabulary/subjectSchemes/dltt Quinn, E. A dictionary of literary and thematic terms +idsbb http://id.loc.gov/vocabulary/subjectSchemes/idsbb Thesaurus IDS Basel Bern "de"=>"Thesaurus IDS Basel Bern" +inist http://id.loc.gov/vocabulary/subjectSchemes/inist INIS: thesaurus +idszbzzk http://id.loc.gov/vocabulary/subjectSchemes/idszbzzk Thesaurus IDS Nebis Zentralbibliothek Zürich, Kartensammlung "de"=>"Thesaurus IDS Nebis Zentralbibliothek Zürich, Kartensammlung" +tesa http://id.loc.gov/vocabulary/subjectSchemes/tesa Tesauro Agrícola "es"=>"Tesauro Agrícola" +liv http://id.loc.gov/vocabulary/subjectSchemes/liv Legislative indexing vocabulary +collett http://id.loc.gov/vocabulary/subjectSchemes/collett Collett-bibliografi: litteratur av og om Camilla Collett "no"=>"Collett-bibliografi: litteratur av og om Camilla Collett" +nsbncf http://id.loc.gov/vocabulary/subjectSchemes/nsbncf Nuovo Soggettario "it"=>"Nuovo Soggettario" +ipat http://id.loc.gov/vocabulary/subjectSchemes/ipat IPA thesaurus and frequency list +skon http://id.loc.gov/vocabulary/subjectSchemes/skon Att indexera skönlitteratur: Ämnesordslista, vuxenlitteratur "sv"=>"Att indexera skönlitteratur: Ämnesordslista, vuxenlitteratur" +renib http://id.loc.gov/vocabulary/subjectSchemes/renib Renib "es"=>"Renib" +hrvmesh http://id.loc.gov/vocabulary/subjectSchemes/hrvmesh Croatian MeSH / Hrvatski MeSH "no"=>"Croatian MeSH / Hrvatski MeSH" +swd http://id.loc.gov/vocabulary/subjectSchemes/swd Schlagwortnormdatei "de"=>"Schlagwortnormdatei" +aass http://id.loc.gov/vocabulary/subjectSchemes/aass "Asian American Studies Library subject headings" in A Guide for establishing Asian American core collections +cht http://id.loc.gov/vocabulary/subjectSchemes/cht Chicano thesaurus for indexing Chicano materials in Chicano periodical index +galestne http://id.loc.gov/vocabulary/subjectSchemes/galestne Gale Group subject thesaurus and named entity vocabulary +nlgsh http://id.loc.gov/vocabulary/subjectSchemes/nlgsh Katalogos Hellēnikōn thematikōn epikephalidōn "el"=>"Katalogos Hellēnikōn thematikōn epikephalidōn" +hoidokki http://id.loc.gov/vocabulary/subjectSchemes/hoidokki Hoitotieteellinen asiasanasto +vffyl http://id.loc.gov/vocabulary/subjectSchemes/vffyl Vocabulario de la Biblioteca Central de la FFyL "es"=>"Vocabulario de la Biblioteca Central de la FFyL" +kubikat http://id.loc.gov/vocabulary/subjectSchemes/kubikat kubikat "de"=>"kubikat" +waqaf http://id.loc.gov/vocabulary/subjectSchemes/waqaf Maknas Uloom Al Waqaf "ar"=>"Maknas Uloom Al Waqaf" +hapi http://id.loc.gov/vocabulary/subjectSchemes/hapi HAPI thesaurus and name authority, 1970-2000 +drama http://id.loc.gov/vocabulary/subjectSchemes/drama Drama: specialtesaurus för teater och dans +sosa http://id.loc.gov/vocabulary/subjectSchemes/sosa Sociaalialan asiasanasto "fi"=>"Sociaalialan asiasanasto" +ilpt http://id.loc.gov/vocabulary/subjectSchemes/ilpt Index to legal periodicals: thesaurus +nicem http://id.loc.gov/vocabulary/subjectSchemes/nicem NICEM subject headings and classification system +qlsp http://id.loc.gov/vocabulary/subjectSchemes/qlsp Queens Library Spanish language subject headings +eet http://id.loc.gov/vocabulary/subjectSchemes/eet European education thesaurus +nalnaf http://id.loc.gov/vocabulary/subjectSchemes/nalnaf National Agricultural Library name authority file +eclas http://id.loc.gov/vocabulary/subjectSchemes/eclas ECLAS thesaurus +agrovocs http://id.loc.gov/vocabulary/subjectSchemes/agrovocs AGROVOC tesauro agrícola multilingée "es"=>"AGROVOC tesauro agrícola multilingée" +shbe http://id.loc.gov/vocabulary/subjectSchemes/shbe Subject headings in business and economics "sv"=>"Subject headings in business and economics" +barn http://id.loc.gov/vocabulary/subjectSchemes/barn Svenska ämnesord för barn "sv"=>"Svenska ämnesord för barn" +bhammf http://id.loc.gov/vocabulary/subjectSchemes/bhammf BHA, Bibliographie d'histoire de l'art, mots-matière/français "fr"=>"BHA, Bibliographie d'histoire de l'art, mots-matière/français" +gccst http://id.loc.gov/vocabulary/subjectSchemes/gccst Government of Canada core subject thesaurus (Gatineau : Library and Archives Canada) +fnhl http://id.loc.gov/vocabulary/subjectSchemes/fnhl First Nations House of Learning Subject Headings +kauno http://id.loc.gov/vocabulary/subjectSchemes/kauno KAUNO - Kaunokki-ontologin "fi"=>"KAUNO - Kaunokki-ontologin" +dtict http://id.loc.gov/vocabulary/subjectSchemes/dtict Defense Technical Information Center thesaurus +mech http://id.loc.gov/vocabulary/subjectSchemes/mech Iskanje po zbirki MECH "sl"=>"Iskanje po zbirki MECH" +jupo http://id.loc.gov/vocabulary/subjectSchemes/jupo JUPO - Julkisen hallinnon palveluontologia "fi"=>"JUPO - Julkisen hallinnon palveluontologia" +ktpt http://id.loc.gov/vocabulary/subjectSchemes/ktpt Kirjasto- ja tietopalvelualan tesaurus "fi"=>"Kirjasto- ja tietopalvelualan tesaurus" +aiatsiss http://id.loc.gov/vocabulary/subjectSchemes/aiatsiss AIATSIS subject Thesaurus +lcac http://id.loc.gov/vocabulary/subjectSchemes/lcac Library of Congress Annotated Children's Cataloging Program subject headings +lemac http://id.loc.gov/vocabulary/subjectSchemes/lemac Llista d'encapçalaments de matèria en català "ca"=>"Llista d'encapçalaments de matèria en català" +lemb http://id.loc.gov/vocabulary/subjectSchemes/lemb Lista de encabezamientos de materia para bibliotecas "es"=>"Lista de encabezamientos de materia para bibliotecas" +henn http://id.loc.gov/vocabulary/subjectSchemes/henn Hennepin County Library cumulative authority list +mtirdes http://id.loc.gov/vocabulary/subjectSchemes/mtirdes Macrothésaurus pour le traitement de l'information relative au développement économique et social "fr"=>"Macrothésaurus pour le traitement de l'information relative au développement économique et social" +cash http://id.loc.gov/vocabulary/subjectSchemes/cash Canadian subject headings +nznb http://id.loc.gov/vocabulary/subjectSchemes/nznb New Zealand national bibliographic +prvt http://id.loc.gov/vocabulary/subjectSchemes/prvt Patent- och registreringsverkets tesaurus "sv"=>"Patent- och registreringsverkets tesaurus" +scgdst http://id.loc.gov/vocabulary/subjectSchemes/scgdst Subject categorization guide for defense science and technology +gem http://id.loc.gov/vocabulary/subjectSchemes/gem GEM controlled vocabularies +lcsh http://id.loc.gov/vocabulary/subjectSchemes/lcsh Library of Congress subject headings +rero http://id.loc.gov/vocabulary/subjectSchemes/rero Indexation matires RERO "fr"=>"Indexation matires RERO" +peri http://id.loc.gov/vocabulary/subjectSchemes/peri Perinnetieteiden asiasanasto "fi"=>"Perinnetieteiden asiasanasto" +shsples http://id.loc.gov/vocabulary/subjectSchemes/shsples Encabezamientos de materia para bibliotecas escolares y públicas "es"=>"Encabezamientos de materia para bibliotecas escolares y públicas" +slem http://id.loc.gov/vocabulary/subjectSchemes/slem Sears: lista de encabezamientos de materia "es"=>"Sears: lista de encabezamientos de materia" +afo http://id.loc.gov/vocabulary/subjectSchemes/afo AFO - Viikin kampuskirjaston ontologia "fi"=>"AFO - Viikin kampuskirjaston ontologia" +gst http://id.loc.gov/vocabulary/subjectSchemes/gst Gay studies thesaurus: a controlled vocabulary for indexing and accessing materials of relevance to gay culture, history, politics and psychology +hlasstg http://id.loc.gov/vocabulary/subjectSchemes/hlasstg HLAS subject term glossary +iest http://id.loc.gov/vocabulary/subjectSchemes/iest International energy: subject thesaurus +pkk http://id.loc.gov/vocabulary/subjectSchemes/pkk Predmetnik za katoliÅ¡ke knjižnice "sl"=>"Predmetnik za katoliÅ¡ke knjižnice" +atla http://id.loc.gov/vocabulary/subjectSchemes/atla Religion indexes: thesaurus +scot http://id.loc.gov/vocabulary/subjectSchemes/scot Schools Online Thesaurus (ScOT) +smda http://id.loc.gov/vocabulary/subjectSchemes/smda Smithsonian National Air and Space Museum Directory of Airplanes +solstad http://id.loc.gov/vocabulary/subjectSchemes/solstad Solstad: emneord for Solstadbibliografien "no"=>"Solstad: emneord for Solstadbibliografien" +abne http://id.loc.gov/vocabulary/subjectSchemes/abne Autoridades de la Biblioteca Nacional de España "es"=>"Autoridades de la Biblioteca Nacional de España" +spines http://id.loc.gov/vocabulary/subjectSchemes/spines Tesauro SPINES: un vocabulario controlado y estructurado para el tratamiento de información sobre ciencia y tecnología para el desarrollo "es"=>"Tesauro SPINES: un vocabulario controlado y estructurado para el tratamiento de información sobre ciencia y tecnología para el desarrollo" +ktta http://id.loc.gov/vocabulary/subjectSchemes/ktta Käsi - ja taideteollisuuden asiasanasto "fi"=>"Käsi - ja taideteollisuuden asiasanasto" +ccte http://id.loc.gov/vocabulary/subjectSchemes/ccte Carto-Canadiana thesaurus - English +pmcsg http://id.loc.gov/vocabulary/subjectSchemes/pmcsg Combined standards glossary +bisacsh http://id.loc.gov/vocabulary/subjectSchemes/bisacsh BISAC Subject Headings +fssh http://id.loc.gov/vocabulary/subjectSchemes/fssh FamilySearch Subject Headings (FamilySearch) +tasmas http://id.loc.gov/vocabulary/subjectSchemes/tasmas Tesaurus de Asuntos Sociales del Ministerio de Asuntos Sociales de España "es"=>"Tesaurus de Asuntos Sociales del Ministerio de Asuntos Sociales de España" +tero http://id.loc.gov/vocabulary/subjectSchemes/tero TERO - Terveyden ja hyvinvoinnin ontologia "fi"=>"TERO - Terveyden ja hyvinvoinnin ontologia" +rma http://id.loc.gov/vocabulary/subjectSchemes/rma Ru'us al-mawdu'at al-'Arabiyah "ar"=>"Ru'us al-mawdu'at al-'Arabiyah" +tgn http://id.loc.gov/vocabulary/subjectSchemes/tgn Getty thesaurus of geographic names +tha http://id.loc.gov/vocabulary/subjectSchemes/tha Barcala de Moyano, Graciela G., Cristina Voena. Tesauro de Historia Argentina "es"=>"Barcala de Moyano, Graciela G., Cristina Voena. Tesauro de Historia Argentina" +ttll http://id.loc.gov/vocabulary/subjectSchemes/ttll Roggau, Zunilda. Tell. Tesauro de lengua y literatura "es"=>"Roggau, Zunilda. Tell. Tesauro de lengua y literatura" +sears http://id.loc.gov/vocabulary/subjectSchemes/sears Sears list of subject headings +csht http://id.loc.gov/vocabulary/subjectSchemes/csht Chinese subject headings +\. + +-- ' ...blah + +INSERT INTO authority.thesaurus (code, uri, name, control_set) + SELECT code, uri, name, 1 FROM thesauri; + +UPDATE authority.thesaurus SET short_code = 'a' WHERE code = 'lcsh'; +UPDATE authority.thesaurus SET short_code = 'b' WHERE code = 'lcshac'; +UPDATE authority.thesaurus SET short_code = 'c' WHERE code = 'mesh'; +UPDATE authority.thesaurus SET short_code = 'd' WHERE code = 'nal'; +UPDATE authority.thesaurus SET short_code = 'k' WHERE code = 'cash'; +UPDATE authority.thesaurus SET short_code = 'r' WHERE code = 'aat'; +UPDATE authority.thesaurus SET short_code = 's' WHERE code = 'sears'; +UPDATE authority.thesaurus SET short_code = 'v' WHERE code = 'rvm'; + +UPDATE authority.thesaurus + SET short_code = 'z' + WHERE short_code IS NULL; + +INSERT INTO config.i18n_core (fq_field, identity_value, translation, string ) + SELECT 'at.name', t.code, xlate->key, xlate->value + FROM thesauri t + JOIN LATERAL each(t.xlate) AS xlate ON TRUE + WHERE NOT EXISTS + (SELECT id + FROM config.i18n_core + WHERE fq_field = 'at.name' + AND identity_value = t.code + AND translation = xlate->key) + AND t.xlate IS NOT NULL + AND t.name <> (xlate->value); diff --git a/Open-ILS/src/sql/Pg/999.functions.global.sql b/Open-ILS/src/sql/Pg/999.functions.global.sql index c922a9339e..a42bf69ab3 100644 --- a/Open-ILS/src/sql/Pg/999.functions.global.sql +++ b/Open-ILS/src/sql/Pg/999.functions.global.sql @@ -1266,7 +1266,7 @@ BEGIN IF NEW.control_set IS NULL THEN SELECT control_set INTO NEW.control_set FROM authority.thesaurus - WHERE vandelay.marc21_extract_fixed_field(NEW.marc,'Subj') = code; + WHERE authority.extract_thesaurus(NEW.marc) = code; END IF; RETURN NEW; @@ -1280,7 +1280,7 @@ BEGIN SELECT auth_id, vandelay.marc21_extract_fixed_field(marc,'RecStat'), vandelay.marc21_extract_fixed_field(marc,'ELvl'), - vandelay.marc21_extract_fixed_field(marc,'Subj') + authority.extract_thesaurus(marc) FROM authority.record_entry WHERE id = auth_id; RETURN; diff --git a/Open-ILS/src/sql/Pg/upgrade/YYYY.schema.thesauri.sql b/Open-ILS/src/sql/Pg/upgrade/YYYY.schema.thesauri.sql new file mode 100644 index 0000000000..7b121a61bd --- /dev/null +++ b/Open-ILS/src/sql/Pg/upgrade/YYYY.schema.thesauri.sql @@ -0,0 +1,487 @@ +BEGIN; + +CREATE TRIGGER thes_code_tracking_trigger + AFTER UPDATE ON authority.thesaurus + FOR EACH ROW EXECUTE PROCEDURE oils_i18n_code_tracking('at'); + +ALTER TABLE authority.thesaurus ADD COLUMN short_code TEXT, ADD COLUMN uri TEXT; + +DELETE FROM authority.thesaurus WHERE control_set = 1 AND code NOT IN ('n',' ','|'); +UPDATE authority.thesaurus SET short_code = code; + +CREATE TEMP TABLE thesauri (code text, uri text, name text, xlate hstore); +COPY thesauri (code, uri, name, xlate) FROM STDIN; +migfg http://id.loc.gov/vocabulary/genreFormSchemes/migfg Moving image genre-form guide +reveal http://id.loc.gov/vocabulary/genreFormSchemes/reveal REVEAL: fiction indexing and genre headings +dct http://id.loc.gov/vocabulary/genreFormSchemes/dct Dublin Core list of resource types +gmgpc http://id.loc.gov/vocabulary/genreFormSchemes/gmgpc Thesaurus for graphic materials: TGM II, Genre and physical characteristic terms +rbgenr http://id.loc.gov/vocabulary/genreFormSchemes/rbgenr Genre terms: a thesaurus for use in rare book and special collections cataloguing +sgp http://id.loc.gov/vocabulary/genreFormSchemes/sgp Svenska genrebeteckningar fr periodika "sv"=>"Svenska genrebeteckningar fr periodika" +estc http://id.loc.gov/vocabulary/genreFormSchemes/estc Eighteenth century short title catalogue, the cataloguing rules. New ed. +ftamc http://id.loc.gov/vocabulary/genreFormSchemes/ftamc Form terms for archival and manuscripts control +alett http://id.loc.gov/vocabulary/genreFormSchemes/alett An alphabetical list of English text types +gtlm http://id.loc.gov/vocabulary/genreFormSchemes/gtlm Genre terms for law materials: a thesaurus +rbprov http://id.loc.gov/vocabulary/genreFormSchemes/rbprov Provenance evidence: a thesaurus for use in rare book and special collections cataloging +rbbin http://id.loc.gov/vocabulary/genreFormSchemes/rbbin Binding terms: a thesaurus for use in rare book and special collections cataloguing +fbg http://id.loc.gov/vocabulary/genreFormSchemes/fbg Films by genre /dd> +isbdmedia http://id.loc.gov/vocabulary/genreFormSchemes/isbdmedia ISBD Area 0 [media] +marccategory http://id.loc.gov/vocabulary/genreFormSchemes/marccategory MARC form category term list +gnd-music http://id.loc.gov/vocabulary/genreFormSchemes/gnd-music Gemeinsame Normdatei: Musikalische Ausgabeform +proysen http://id.loc.gov/vocabulary/genreFormSchemes/proysen Prøysen: emneord for Prøysen-bibliografien +rdacarrier http://id.loc.gov/vocabulary/genreFormSchemes/rdacarrier Term and code list for RDA carrier types +gnd http://id.loc.gov/vocabulary/genreFormSchemes/gnd Gemeinsame Normdatei +cjh http://id.loc.gov/vocabulary/genreFormSchemes/cjh Center for Jewish History thesaurus +rbpri http://id.loc.gov/vocabulary/genreFormSchemes/rbpri Printing & publishing evidence: a thesaurus for use in rare book and special collections cataloging +fgtpcm http://id.loc.gov/vocabulary/genreFormSchemes/fgtpcm Form/genre terms for printed cartoon material +rbpub http://id.loc.gov/vocabulary/genreFormSchemes/rbpub Printing and publishing evidence: a thesaurus for use in rare book and special collections cataloging +gmd http://id.loc.gov/vocabulary/genreFormSchemes/gmd Anglo-American Cataloguing Rules general material designation +rbpap http://id.loc.gov/vocabulary/genreFormSchemes/rbpap Paper terms: a thesaurus for use in rare book and special collections cataloging +rdamedia http://id.loc.gov/vocabulary/genreFormSchemes/rdamedia Term and code list for RDA media types +marcsmd http://id.loc.gov/vocabulary/genreFormSchemes/marcsmd MARC specific material form term list +saogf http://id.loc.gov/vocabulary/genreFormSchemes/saogf Svenska ämnesord - Genre/Form "sv"=>"Svenska ämnesord - Genre/Form" +lcgft http://id.loc.gov/vocabulary/genreFormSchemes/lcgft Library of Congress genre/form terms for library and archival materials +muzeukv http://id.loc.gov/vocabulary/genreFormSchemes/muzeukv MuzeVideo UK DVD and UMD film genre classification +mim http://id.loc.gov/vocabulary/genreFormSchemes/mim Moving image materials: genre terms +nmc http://id.loc.gov/vocabulary/genreFormSchemes/nmc Revised nomenclature for museum cataloging: a revised and expanded version of Robert C. Chenhall's system for classifying man-made objects +gnd-content http://id.loc.gov/vocabulary/genreFormSchemes/gnd-content Gemeinsame Normdatei: Beschreibung des Inhalts +bgtchm http://id.loc.gov/vocabulary/genreFormSchemes/bgtchm Basic genre terms for cultural heritage materials +gsafd http://id.loc.gov/vocabulary/genreFormSchemes/gsafd Guidelines on subject access to individual works of fiction, drama, etc +marcform http://id.loc.gov/vocabulary/genreFormSchemes/marcform MARC form of item term list +marcgt http://id.loc.gov/vocabulary/genreFormSchemes/marcgt MARC genre terms +barngf http://id.loc.gov/vocabulary/genreFormSchemes/barngf Svenska ämnesord för barn - Genre/Form "sv"=>"Svenska ämnesord för barn - Genre/Form" +ngl http://id.loc.gov/vocabulary/genreFormSchemes/ngl Newspaper genre list +rvmgf http://id.loc.gov/vocabulary/genreFormSchemes/rvmgf Thésaurus des descripteurs de genre/forme de l'Université Laval "fr"=>"Thésaurus des descripteurs de genre/forme de l'Université Laval" +tgfbne http://id.loc.gov/vocabulary/genreFormSchemes/tgfbne Términos de género/forma de la Biblioteca Nacional de España +nbdbgf http://id.loc.gov/vocabulary/genreFormSchemes/nbdbgf NBD Biblion Genres Fictie +rbtyp http://id.loc.gov/vocabulary/genreFormSchemes/rbtyp Type evidence: a thesaurus for use in rare book and special collections cataloging +radfg http://id.loc.gov/vocabulary/genreFormSchemes/radfg Radio form / genre terms guide +gnd-carrier http://id.loc.gov/vocabulary/genreFormSchemes/gnd-carrier Gemeinsame Normdatei: Datenträgertyp +gatbeg http://id.loc.gov/vocabulary/genreFormSchemes/gatbeg Gattungsbegriffe "de"=>"Gattungsbegriffe" +rdacontent http://id.loc.gov/vocabulary/genreFormSchemes/rdacontent Term and code list for RDA content types +isbdcontent http://id.loc.gov/vocabulary/genreFormSchemes/isbdcontent ISBD Area 0 [content] +nimafc http://id.loc.gov/vocabulary/genreFormSchemes/nimafc NIMA form codes +amg http://id.loc.gov/vocabulary/genreFormSchemes/amg Audiovisual material glossary +local http://id.loc.gov/vocabulary/subjectSchemes/local Locally assigned term +taika http://id.loc.gov/vocabulary/subjectSchemes/taika Taideteollisuuden asiasanasto "fi"=>"Taideteollisuuden asiasanasto" +nasat http://id.loc.gov/vocabulary/subjectSchemes/nasat NASA thesaurus +rswkaf http://id.loc.gov/vocabulary/subjectSchemes/rswkaf Alternativform zum Hauptschlagwort "de"=>"Alternativform zum Hauptschlagwort" +jhpk http://id.loc.gov/vocabulary/subjectSchemes/jhpk Język haseł przedmiotowych KABA "pl"=>"Język haseł przedmiotowych KABA" +asrcrfcd http://id.loc.gov/vocabulary/subjectSchemes/asrcrfcd Australian Standard Research Classification: Research Fields, Courses and Disciplines (RFCD) classification +bt http://id.loc.gov/vocabulary/subjectSchemes/bt Bioethics thesaurus +lcstt http://id.loc.gov/vocabulary/subjectSchemes/lcstt List of Chinese subject terms +netc http://id.loc.gov/vocabulary/subjectSchemes/netc National Emergency Training Center Thesaurus (NETC) +aat http://id.loc.gov/vocabulary/subjectSchemes/aat Art & architecture thesaurus +bet http://id.loc.gov/vocabulary/subjectSchemes/bet British education thesaurus +ncjt http://id.loc.gov/vocabulary/subjectSchemes/ncjt National criminal justice thesaurus +samisk http://id.loc.gov/vocabulary/subjectSchemes/samisk Sami bibliography "no"=>"Sámi bibliografia = Samisk bibliografi (Norge)" +tips http://id.loc.gov/vocabulary/subjectSchemes/tips Tesauro ISOC de psicología "es"=>"Tesauro ISOC de psicología" +ukslc http://id.loc.gov/vocabulary/subjectSchemes/ukslc UK Standard Library Categories +tekord http://id.loc.gov/vocabulary/subjectSchemes/tekord TEK-ord : UBiTs emneordliste for arkitektur, realfag, og teknolog "no"=>"TEK-ord : UBiTs emneordliste for arkitektur, realfag, og teknolog" +umitrist http://id.loc.gov/vocabulary/subjectSchemes/umitrist University of Michigan Transportation Research Institute structured thesaurus +wgst http://id.loc.gov/vocabulary/subjectSchemes/wgst Washington GILS Subject Tree +rasuqam http://id.loc.gov/vocabulary/subjectSchemes/rasuqam Répertoire d'autorités-sujet de l'UQAM "fr"=>"Répertoire d'autorités-sujet de l'UQAM" +ntids http://id.loc.gov/vocabulary/subjectSchemes/ntids Norske tidsskrifter 1700-1820: emneord "no"=>"Norske tidsskrifter 1700-1820: emneord" +kaa http://id.loc.gov/vocabulary/subjectSchemes/kaa Kasvatusalan asiasanasto "fi"=>"Kasvatusalan asiasanasto" +yso http://id.loc.gov/vocabulary/subjectSchemes/yso YSO - Yleinen suomalainen ontologia "fi"=>"YSO - Yleinen suomalainen ontologia" +gcipmedia http://id.loc.gov/vocabulary/subjectSchemes/gcipmedia GAMECIP - Computer Game Media Formats (GAMECIP (Game Metadata and Citation Project)) +inspect http://id.loc.gov/vocabulary/subjectSchemes/inspect INSPEC thesaurus +ordnok http://id.loc.gov/vocabulary/subjectSchemes/ordnok Ordnokkelen: tesaurus for kulturminnevern "no"=>"Ordnokkelen: tesaurus for kulturminnevern" +helecon http://id.loc.gov/vocabulary/subjectSchemes/helecon Asiasanasto HELECON-tietikantoihin "fi"=>"Asiasanasto HELECON-tietikantoihin" +dltlt http://id.loc.gov/vocabulary/subjectSchemes/dltlt Cuddon, J. A. A dictionary of literary terms and literary theory +csapa http://id.loc.gov/vocabulary/subjectSchemes/csapa "Controlled vocabulary" in Pollution abstracts +gtt http://id.loc.gov/vocabulary/subjectSchemes/gtt GOO-trefwoorden thesaurus "nl"=>"GOO-trefwoorden thesaurus" +iescs http://id.loc.gov/vocabulary/subjectSchemes/iescs International energy subject categories and scope +itrt http://id.loc.gov/vocabulary/subjectSchemes/itrt International Thesaurus of Refugee Terminology +sanb http://id.loc.gov/vocabulary/subjectSchemes/sanb South African national bibliography authority file +blmlsh http://id.loc.gov/vocabulary/subjectSchemes/blmlsh British Library - Map library subject headings +bhb http://id.loc.gov/vocabulary/subjectSchemes/bhb Bibliography of the Hebrew Book +csh http://id.loc.gov/vocabulary/subjectSchemes/csh Kapsner, Oliver Leonard. Catholic subject headings +fire http://id.loc.gov/vocabulary/subjectSchemes/fire FireTalk, IFSI thesaurus +jlabsh http://id.loc.gov/vocabulary/subjectSchemes/jlabsh Basic subject headings "ja"=>"Kihon kenmei hyômokuhyô" +udc http://id.loc.gov/vocabulary/subjectSchemes/udc Universal decimal classification +lcshac http://id.loc.gov/vocabulary/subjectSchemes/lcshac Children's subject headings in Library of Congress subject headings: supplementary vocabularies +geonet http://id.loc.gov/vocabulary/subjectSchemes/geonet NGA GEOnet Names Server (GNS) +humord http://id.loc.gov/vocabulary/subjectSchemes/humord HUMORD "no"=>"HUMORD" +no-ubo-mr http://id.loc.gov/vocabulary/subjectSchemes/no-ubo-mr Menneskerettighets-tesaurus "no"=>"Menneskerettighets-tesaurus" +sgce http://id.loc.gov/vocabulary/subjectSchemes/sgce COBISS.SI General List of subject headings (English subject headings) "sl"=>"SploÅ¡ni geslovnik COBISS.SI" +kdm http://id.loc.gov/vocabulary/subjectSchemes/kdm Khung dê muc hê thông thông tin khoa hoc và ky thuât quôc gia "vi"=>"Khung dê muc hê thông thông tin khoa hoc và ky thuât quôc gia" +thesoz http://id.loc.gov/vocabulary/subjectSchemes/thesoz Thesaurus for the Social Sciences +asth http://id.loc.gov/vocabulary/subjectSchemes/asth Astronomy thesaurus +muzeukc http://id.loc.gov/vocabulary/subjectSchemes/muzeukc MuzeMusic UK classical music classification +norbok http://id.loc.gov/vocabulary/subjectSchemes/norbok Norbok: emneord i Norsk bokfortegnelse "no"=>"Norbok: emneord i Norsk bokfortegnelse" +masa http://id.loc.gov/vocabulary/subjectSchemes/masa Museoalan asiasanasto "fi"=>"Museoalan asiasanasto" +conorsi http://id.loc.gov/vocabulary/subjectSchemes/conorsi CONOR.SI (name authority file) (Maribor, Slovenia: Institut informacijskih znanosti (IZUM)) +eurovocen http://id.loc.gov/vocabulary/subjectSchemes/eurovocen Eurovoc thesaurus (English) +kto http://id.loc.gov/vocabulary/subjectSchemes/kto KTO - Kielitieteen ontologia "fi"=>"KTO - Kielitieteen ontologia" +muzvukci http://id.loc.gov/vocabulary/subjectSchemes/muzvukci MuzeVideo UK contributor index +kaunokki http://id.loc.gov/vocabulary/subjectSchemes/kaunokki Kaunokki: kaunokirjallisuuden asiasanasto "fi"=>"Kaunokki: kaunokirjallisuuden asiasanasto" +maotao http://id.loc.gov/vocabulary/subjectSchemes/maotao MAO/TAO - Ontologi för museibranschen och Konstindustriella ontologin "fi"=>"MAO/TAO - Ontologi för museibranschen och Konstindustriella ontologin" +psychit http://id.loc.gov/vocabulary/subjectSchemes/psychit Thesaurus of psychological index terms. +tlsh http://id.loc.gov/vocabulary/subjectSchemes/tlsh Subject heading authority list +csalsct http://id.loc.gov/vocabulary/subjectSchemes/csalsct CSA life sciences collection thesaurus +ciesiniv http://id.loc.gov/vocabulary/subjectSchemes/ciesiniv CIESIN indexing vocabulary +ebfem http://id.loc.gov/vocabulary/subjectSchemes/ebfem Encabezamientos bilingües de la Fundación Educativa Ana G. Mendez +mero http://id.loc.gov/vocabulary/subjectSchemes/mero MERO - Merenkulkualan ontologia "fi"=>"MERO - Merenkulkualan ontologia" +mmm http://id.loc.gov/vocabulary/subjectSchemes/mmm "Subject key" in Marxism and the mass media +pascal http://id.loc.gov/vocabulary/subjectSchemes/pascal PASCAL database classification scheme "fr"=>"Base de donneés PASCAL: plan de classement" +chirosh http://id.loc.gov/vocabulary/subjectSchemes/chirosh Chiropractic Subject Headings +cilla http://id.loc.gov/vocabulary/subjectSchemes/cilla Cilla: specialtesaurus för musik "fi"=>"Cilla: specialtesaurus för musik" +aiatsisl http://id.loc.gov/vocabulary/subjectSchemes/aiatsisl AIATSIS language thesaurus +nskps http://id.loc.gov/vocabulary/subjectSchemes/nskps Priručnik za izradu predmetnog kataloga u Nacionalnoj i sveučiliÅ¡noj knjičnici u Zagrebu "hr"=>"Priručnik za izradu predmetnog kataloga u Nacionalnoj i sveučiliÅ¡noj knjičnici u Zagrebu" +lctgm http://id.loc.gov/vocabulary/subjectSchemes/lctgm Thesaurus for graphic materials: TGM I, Subject terms +muso http://id.loc.gov/vocabulary/subjectSchemes/muso MUSO - Ontologi för musik "fi"=>"MUSO - Ontologi för musik" +blcpss http://id.loc.gov/vocabulary/subjectSchemes/blcpss COMPASS subject authority system +fast http://id.loc.gov/vocabulary/subjectSchemes/fast Faceted application of subject terminology +bisacmt http://id.loc.gov/vocabulary/subjectSchemes/bisacmt BISAC Merchandising Themes +lapponica http://id.loc.gov/vocabulary/subjectSchemes/lapponica Lapponica "fi"=>"Lapponica" +juho http://id.loc.gov/vocabulary/subjectSchemes/juho JUHO - Julkishallinnon ontologia "fi"=>"JUHO - Julkishallinnon ontologia" +idas http://id.loc.gov/vocabulary/subjectSchemes/idas ID-Archivschlüssel "de"=>"ID-Archivschlüssel" +tbjvp http://id.loc.gov/vocabulary/subjectSchemes/tbjvp Tesauro de la Biblioteca Dr. Jorge Villalobos Padilla, S.J. "es"=>"Tesauro de la Biblioteca Dr. Jorge Villalobos Padilla, S.J." +test http://id.loc.gov/vocabulary/subjectSchemes/test Thesaurus of engineering and scientific terms +finmesh http://id.loc.gov/vocabulary/subjectSchemes/finmesh FinMeSH "fi"=>"FinMeSH" +kssbar http://id.loc.gov/vocabulary/subjectSchemes/kssbar Klassifikationssystem for svenska bibliotek. Ämnesordregister. Alfabetisk del "sv"=>"Klassifikationssystem for svenska bibliotek. Ämnesordregister. Alfabetisk del" +kupu http://id.loc.gov/vocabulary/subjectSchemes/kupu Maori Wordnet "mi"=>"He puna kupu" +rpe http://id.loc.gov/vocabulary/subjectSchemes/rpe Rubricator on economics "ru"=>"Rubrikator po ekonomike" +dit http://id.loc.gov/vocabulary/subjectSchemes/dit Defense intelligence thesaurus +she http://id.loc.gov/vocabulary/subjectSchemes/she SHE: subject headings for engineering +idszbzna http://id.loc.gov/vocabulary/subjectSchemes/idszbzna Thesaurus IDS Nebis Zentralbibliothek Zürich, Nordamerika-Bibliothek "de"=>"Thesaurus IDS Nebis Zentralbibliothek Zürich, Nordamerika-Bibliothek" +msc http://id.loc.gov/vocabulary/subjectSchemes/msc Mathematical subject classification +muzeukn http://id.loc.gov/vocabulary/subjectSchemes/muzeukn MuzeMusic UK non-classical music classification +ipsp http://id.loc.gov/vocabulary/subjectSchemes/ipsp Defense intelligence production schedule. +sthus http://id.loc.gov/vocabulary/subjectSchemes/sthus Subject Taxonomy of the History of U.S. Foreign Relations +poliscit http://id.loc.gov/vocabulary/subjectSchemes/poliscit Political science thesaurus II +qtglit http://id.loc.gov/vocabulary/subjectSchemes/qtglit A queer thesaurus : an international thesaurus of gay and lesbian index terms +unbist http://id.loc.gov/vocabulary/subjectSchemes/unbist UNBIS thesaurus +gcipplatform http://id.loc.gov/vocabulary/subjectSchemes/gcipplatform GAMECIP - Computer Game Platforms (GAMECIP (Game Metadata and Citation Project)) +puho http://id.loc.gov/vocabulary/subjectSchemes/puho PUHO - Puolustushallinnon ontologia "fi"=>"PUHO - Puolustushallinnon ontologia" +thub http://id.loc.gov/vocabulary/subjectSchemes/thub Thesaurus de la Universitat de Barcelona "ca"=>"Thesaurus de la Universitat de Barcelona" +ndlsh http://id.loc.gov/vocabulary/subjectSchemes/ndlsh National Diet Library list of subject headings "ja"=>"Koktsu Kokkai Toshokan kenmei hyômokuhyô" +czenas http://id.loc.gov/vocabulary/subjectSchemes/czenas CZENAS thesaurus: a list of subject terms used in the National Library of the Czech Republic "cs"=>"Soubor vĕcných autorit Národní knihovny ČR" +idszbzzh http://id.loc.gov/vocabulary/subjectSchemes/idszbzzh Thesaurus IDS Nebis Zentralbibliothek Zürich, Handschriftenabteilung "de"=>"Thesaurus IDS Nebis Zentralbibliothek Zürich, Handschriftenabteilung" +unbisn http://id.loc.gov/vocabulary/subjectSchemes/unbisn UNBIS name authority list (New York, NY: Dag Hammarskjld Library, United Nations; : Chadwyck-Healey) +rswk http://id.loc.gov/vocabulary/subjectSchemes/rswk Regeln für den Schlagwortkatalog "de"=>"Regeln für den Schlagwortkatalog" +larpcal http://id.loc.gov/vocabulary/subjectSchemes/larpcal Lista de assuntos referente ao programa de cadastramento automatizado de livros da USP "pt"=>"Lista de assuntos referente ao programa de cadastramento automatizado de livros da USP" +biccbmc http://id.loc.gov/vocabulary/subjectSchemes/biccbmc BIC Children's Books Marketing Classifications +kulo http://id.loc.gov/vocabulary/subjectSchemes/kulo KULO - Kulttuurien tutkimuksen ontologia "fi"=>"KULO - Kulttuurien tutkimuksen ontologia" +popinte http://id.loc.gov/vocabulary/subjectSchemes/popinte POPIN thesaurus: population multilingual thesaurus +tisa http://id.loc.gov/vocabulary/subjectSchemes/tisa Villagrá Rubio, Angel. Tesauro ISOC de sociología autores "es"=>"Villagrá Rubio, Angel. Tesauro ISOC de sociología autores" +atg http://id.loc.gov/vocabulary/subjectSchemes/atg Agricultural thesaurus and glossary +eflch http://id.loc.gov/vocabulary/subjectSchemes/eflch E4Libraries Category Headings +maaq http://id.loc.gov/vocabulary/subjectSchemes/maaq Madâkhil al-asmâ' al-'arabîyah al-qadîmah "ar"=>"Madâkhil al-asmâ' al-'arabîyah al-qadîmah" +rvmgd http://id.loc.gov/vocabulary/subjectSchemes/rvmgd Thésaurus des descripteurs de groupes démographiques de l'Université Laval "fr"=>"Thésaurus des descripteurs de groupes démographiques de l'Université Laval" +csahssa http://id.loc.gov/vocabulary/subjectSchemes/csahssa "Controlled vocabulary" in Health and safety science abstracts +sigle http://id.loc.gov/vocabulary/subjectSchemes/sigle SIGLE manual, Part 2, Subject category list +blnpn http://id.loc.gov/vocabulary/subjectSchemes/blnpn British Library newspaper place names +asrctoa http://id.loc.gov/vocabulary/subjectSchemes/asrctoa Australian Standard Research Classification: Type of Activity (TOA) classification +lcdgt http://id.loc.gov/vocabulary/subjectSchemes/lcdgt Library of Congress demographic group term and code List +bokbas http://id.loc.gov/vocabulary/subjectSchemes/bokbas Bokbasen "no"=>"Bokbasen" +gnis http://id.loc.gov/vocabulary/subjectSchemes/gnis Geographic Names Information System (GNIS) +nbiemnfag http://id.loc.gov/vocabulary/subjectSchemes/nbiemnfag NBIs emneordsliste for faglitteratur "no"=>"NBIs emneordsliste for faglitteratur" +nlgaf http://id.loc.gov/vocabulary/subjectSchemes/nlgaf Archeio Kathierōmenōn Epikephalidōn "el"=>"Archeio Kathierōmenōn Epikephalidōn" +bhashe http://id.loc.gov/vocabulary/subjectSchemes/bhashe BHA, Bibliography of the history of art, subject headings/English +tsht http://id.loc.gov/vocabulary/subjectSchemes/tsht Thesaurus of subject headings for television +scbi http://id.loc.gov/vocabulary/subjectSchemes/scbi Soggettario per i cataloghi delle biblioteche italiane "it"=>"Soggettario per i cataloghi delle biblioteche italiane" +valo http://id.loc.gov/vocabulary/subjectSchemes/valo VALO - Fotografiska ontologin "fi"=>"VALO - Fotografiska ontologin" +wpicsh http://id.loc.gov/vocabulary/subjectSchemes/wpicsh WPIC Library thesaurus of subject headings +aktp http://id.loc.gov/vocabulary/subjectSchemes/aktp Alphavētikos Katalogos Thematikōn Perigrapheōn "el"=>"Alphavētikos Katalogos Thematikōn Perigrapheōn" +stw http://id.loc.gov/vocabulary/subjectSchemes/stw STW Thesaurus for Economics "de"=>"Standard-Thesaurus Wirtschaft" +mesh http://id.loc.gov/vocabulary/subjectSchemes/mesh Medical subject headings +ica http://id.loc.gov/vocabulary/subjectSchemes/ica Index of Christian art +emnmus http://id.loc.gov/vocabulary/subjectSchemes/emnmus Emneord for musikkdokument i EDB-kataloger "no"=>"Emneord for musikkdokument i EDB-kataloger" +sao http://id.loc.gov/vocabulary/subjectSchemes/sao Svenska ämnesord "sv"=>"Svenska ämnesord" +sgc http://id.loc.gov/vocabulary/subjectSchemes/sgc COBISS.SI General List of subject headings (Slovenian subject headings) "sl"=>"SploÅ¡ni geslovnik COBISS.SI" +bib1814 http://id.loc.gov/vocabulary/subjectSchemes/bib1814 1814-bibliografi: emneord for 1814-bibliografi "no"=>"1814-bibliografi: emneord for 1814-bibliografi" +bjornson http://id.loc.gov/vocabulary/subjectSchemes/bjornson Bjornson: emneord for Bjornsonbibliografien "no"=>"Bjornson: emneord for Bjornsonbibliografien" +liito http://id.loc.gov/vocabulary/subjectSchemes/liito LIITO - Liiketoimintaontologia "fi"=>"LIITO - Liiketoimintaontologia" +apaist http://id.loc.gov/vocabulary/subjectSchemes/apaist APAIS thesaurus: a list of subject terms used in the Australian Public Affairs Information Service +itglit http://id.loc.gov/vocabulary/subjectSchemes/itglit International thesaurus of gay and lesbian index terms (Chicago?: Thesaurus Committee, Gay and Lesbian Task Force, American Library Association) +ntcsd http://id.loc.gov/vocabulary/subjectSchemes/ntcsd "National Translations Center secondary descriptors" in National Translation Center primary subject classification and secondary descriptor +scisshl http://id.loc.gov/vocabulary/subjectSchemes/scisshl SCIS subject headings +opms http://id.loc.gov/vocabulary/subjectSchemes/opms Opetusministeriön asiasanasto "fi"=>"Opetusministeriön asiasanasto" +ttka http://id.loc.gov/vocabulary/subjectSchemes/ttka Teologisen tiedekunnan kirjaston asiasanasto "fi"=>"Teologisen tiedekunnan kirjaston asiasanasto" +watrest http://id.loc.gov/vocabulary/subjectSchemes/watrest Thesaurus of water resources terms: a collection of water resources and related terms for use in indexing technical information +ysa http://id.loc.gov/vocabulary/subjectSchemes/ysa Yleinen suomalainen asiasanasto "fi"=>"Yleinen suomalainen asiasanasto" +kitu http://id.loc.gov/vocabulary/subjectSchemes/kitu Kirjallisuudentutkimuksen asiasanasto "fi"=>"Kirjallisuudentutkimuksen asiasanasto" +sk http://id.loc.gov/vocabulary/subjectSchemes/sk 'Zhong guo gu ji shan ban shu zong mu' fen lei biao "zh"=>"'Zhong guo gu ji shan ban shu zong mu' fen lei biao" +aiatsisp http://id.loc.gov/vocabulary/subjectSchemes/aiatsisp AIATSIS place thesaurus +ram http://id.loc.gov/vocabulary/subjectSchemes/ram RAMEAU: répertoire d'authorité de matières encyclopédique unifié "fr"=>"RAMEAU: répertoire d'authorité de matières encyclopédique unifié" +aedoml http://id.loc.gov/vocabulary/subjectSchemes/aedoml Listado de encabezamientos de materia de música "es"=>"Listado de encabezamientos de materia de música" +ated http://id.loc.gov/vocabulary/subjectSchemes/ated Australian Thesaurus of Education Descriptors (ATED) +cabt http://id.loc.gov/vocabulary/subjectSchemes/cabt CAB thesaurus (Slough [England]: Commonwealth Agricultural Bureaux) +kassu http://id.loc.gov/vocabulary/subjectSchemes/kassu Kassu - Kasvien suomenkieliset nimet "fi"=>"Kassu - Kasvien suomenkieliset nimet" +nbdbt http://id.loc.gov/vocabulary/subjectSchemes/nbdbt NBD Biblion Trefwoordenthesaurus "nl"=>"NBD Biblion Trefwoordenthesaurus" +jhpb http://id.loc.gov/vocabulary/subjectSchemes/jhpb Język haseł przedmiotowych Biblioteki Narodowej "pl"=>"Język haseł przedmiotowych Biblioteki Narodowej" +bidex http://id.loc.gov/vocabulary/subjectSchemes/bidex Bilindex: a bilingual Spanish-English subject heading list +ccsa http://id.loc.gov/vocabulary/subjectSchemes/ccsa Catalogue collectif suisse des affiches "fr"=>"Catalogue collectif suisse des affiches" +noraf http://id.loc.gov/vocabulary/subjectSchemes/noraf Norwegian Authority File +kito http://id.loc.gov/vocabulary/subjectSchemes/kito KITO - Kirjallisuudentutkimuksen ontologia "fi"=>"KITO - Kirjallisuudentutkimuksen ontologia" +tho http://id.loc.gov/vocabulary/subjectSchemes/tho Thesauros Hellēnikōn Oron "el"=>"Thesauros Hellēnikōn Oron" +pmont http://id.loc.gov/vocabulary/subjectSchemes/pmont Powerhouse Museum Object Name Thesaurus +ssg http://id.loc.gov/vocabulary/subjectSchemes/ssg SploÅ¡ni slovenski geslovnik "sl"=>"SploÅ¡ni slovenski geslovnik" +huc http://id.loc.gov/vocabulary/subjectSchemes/huc U.S. Geological Survey water-supply paper 2294: hydrologic basins unit codes +isis http://id.loc.gov/vocabulary/subjectSchemes/isis "Classification scheme" in Isis +ibsen http://id.loc.gov/vocabulary/subjectSchemes/ibsen Ibsen: emneord for Den internasjonale Ibsen-bibliografien "no"=>"Ibsen: emneord for Den internasjonale Ibsen-bibliografien" +lacnaf http://id.loc.gov/vocabulary/subjectSchemes/lacnaf Library and Archives Canada name authority file +swemesh http://id.loc.gov/vocabulary/subjectSchemes/swemesh Swedish MeSH "sv"=>"Svenska MeSH" +hamsun http://id.loc.gov/vocabulary/subjectSchemes/hamsun Hamsun: emneord for Hamsunbibliografien "no"=>"Hamsun: emneord for Hamsunbibliografien" +qrma http://id.loc.gov/vocabulary/subjectSchemes/qrma List of Arabic subject headings "ar"=>"Qâ'imat ru'ûs al-mawdûât al-'Arabîyah" +qrmak http://id.loc.gov/vocabulary/subjectSchemes/qrmak Qâ'imat ru'ûs al-mawdû'ât al-'Arabîyah al-qiyâsîyah al-maktabât wa-marâkaz al-ma'lûmât wa-qawâid al-bayânât "ar"=>"Qâ'imat ru'ûs al-mawdû'ât al-'Arabîyah al-qiyâsîyah al-maktabât wa-marâkaz al-ma'lûmât wa-qawâid al-bayânât" +ceeus http://id.loc.gov/vocabulary/subjectSchemes/ceeus Counties and equivalent entities of the United States its possessions, and associated areas +taxhs http://id.loc.gov/vocabulary/subjectSchemes/taxhs A taxonomy or human services: a conceptual framework with standardized terminology and definitions for the field +noram http://id.loc.gov/vocabulary/subjectSchemes/noram Noram: emneord for Norsk-amerikansk samling "no"=>"Noram: emneord for Norsk-amerikansk samling" +eurovocfr http://id.loc.gov/vocabulary/subjectSchemes/eurovocfr Eurovoc thesaurus (French) +jurivoc http://id.loc.gov/vocabulary/subjectSchemes/jurivoc JURIVOC +agrifors http://id.loc.gov/vocabulary/subjectSchemes/agrifors AGRIFOREST-sanasto "fi"=>"AGRIFOREST-sanasto" +noubojur http://id.loc.gov/vocabulary/subjectSchemes/noubojur Thesaurus of Law "no"=>"Thesaurus of Law" +pha http://id.loc.gov/vocabulary/subjectSchemes/pha Puolostushallinnon asiasanasto "fi"=>"Puolostushallinnon asiasanasto" +ddcrit http://id.loc.gov/vocabulary/subjectSchemes/ddcrit DDC retrieval and indexing terminology; posting terms with hierarchy and KWOC +mar http://id.loc.gov/vocabulary/subjectSchemes/mar Merenkulun asiasanasto "fi"=>"Merenkulun asiasanasto" +sbt http://id.loc.gov/vocabulary/subjectSchemes/sbt Soggettario Sistema Bibliotecario Ticinese "it"=>"Soggettario Sistema Bibliotecario Ticinese" +nzggn http://id.loc.gov/vocabulary/subjectSchemes/nzggn New Zealand gazetteer of official geographic names (New Zealand Geographic Board Ngā Pou Taunaha o Aotearoa (NZGB)) +kta http://id.loc.gov/vocabulary/subjectSchemes/kta Kielitieteen asiasanasto "fi"=>"Kielitieteen asiasanasto" +snt http://id.loc.gov/vocabulary/subjectSchemes/snt Sexual nomenclature : a thesaurus +francis http://id.loc.gov/vocabulary/subjectSchemes/francis FRANCIS database classification scheme "fr"=>"Base de donneés FRANCIS: plan de classement" +eurovocsl http://id.loc.gov/vocabulary/subjectSchemes/eurovocsl Eurovoc thesaurus "sl"=>"Eurovoc thesaurus" +idszbzes http://id.loc.gov/vocabulary/subjectSchemes/idszbzes Thesaurus IDS Nebis Bibliothek Englisches Seminar der Universität Zürich "de"=>"Thesaurus IDS Nebis Bibliothek Englisches Seminar der Universität Zürich" +nlmnaf http://id.loc.gov/vocabulary/subjectSchemes/nlmnaf National Library of Medicine name authority file +rugeo http://id.loc.gov/vocabulary/subjectSchemes/rugeo Natsional'nyi normativnyi fail geograficheskikh nazvanii Rossiiskoi Federatsii "ru"=>"Natsional'nyi normativnyi fail geograficheskikh nazvanii Rossiiskoi Federatsii" +sipri http://id.loc.gov/vocabulary/subjectSchemes/sipri SIPRI library thesaurus +kkts http://id.loc.gov/vocabulary/subjectSchemes/kkts Katalogos Kathierōmenōn Typōn Syllogikou Katalogou Demosion Vivliothekon "el"=>"Katalogos Kathierōmenōn Typōn Syllogikou Katalogou Demosion Vivliothekon" +tucua http://id.loc.gov/vocabulary/subjectSchemes/tucua Thesaurus for use in college and university archives +pmbok http://id.loc.gov/vocabulary/subjectSchemes/pmbok Guide to the project management body of knowledge (PMBOK Guide) +agrovoc http://id.loc.gov/vocabulary/subjectSchemes/agrovoc AGROVOC multilingual agricultural thesaurus +nal http://id.loc.gov/vocabulary/subjectSchemes/nal National Agricultural Library subject headings +lnmmbr http://id.loc.gov/vocabulary/subjectSchemes/lnmmbr Lietuvos nacionalines Martyno Mazvydo bibliotekos rubrikynas "lt"=>"Lietuvos nacionalines Martyno Mazvydo bibliotekos rubrikynas" +vmj http://id.loc.gov/vocabulary/subjectSchemes/vmj Vedettes-matière jeunesse "fr"=>"Vedettes-matière jeunesse" +ddcut http://id.loc.gov/vocabulary/subjectSchemes/ddcut Dewey Decimal Classification user terms +eks http://id.loc.gov/vocabulary/subjectSchemes/eks Eduskunnan kirjaston asiasanasto "fi"=>"Eduskunnan kirjaston asiasanasto" +wot http://id.loc.gov/vocabulary/subjectSchemes/wot A Women's thesaurus +noubomn http://id.loc.gov/vocabulary/subjectSchemes/noubomn University of Oslo Library Thesaurus of Science "no"=>"University of Oslo Library Thesaurus of Science" +idszbzzg http://id.loc.gov/vocabulary/subjectSchemes/idszbzzg Thesaurus IDS Nebis Zentralbibliothek Zürich, Graphische Sammlung "de"=>"Thesaurus IDS Nebis Zentralbibliothek Zürich, Graphische Sammlung" +precis http://id.loc.gov/vocabulary/subjectSchemes/precis PRECIS: a manual of concept analysis and subject indexing +cstud http://id.loc.gov/vocabulary/subjectSchemes/cstud Classificatieschema's Bibliotheek TU Delft "nl"=>"Classificatieschema's Bibliotheek TU Delft" +nlgkk http://id.loc.gov/vocabulary/subjectSchemes/nlgkk Katalogos kathierōmenōn onomatōn physikōn prosōpōn "el"=>"Katalogos kathierōmenōn onomatōn physikōn prosōpōn" +pmt http://id.loc.gov/vocabulary/subjectSchemes/pmt Project management terminology. Newtown Square, PA: Project Management Institute +ericd http://id.loc.gov/vocabulary/subjectSchemes/ericd Thesaurus of ERIC descriptors +rvm http://id.loc.gov/vocabulary/subjectSchemes/rvm Répertoire de vedettes-matière "fr"=>"Répertoire de vedettes-matière" +sfit http://id.loc.gov/vocabulary/subjectSchemes/sfit Svenska filminstitutets tesaurus "sv"=>"Svenska filminstitutets tesaurus" +trtsa http://id.loc.gov/vocabulary/subjectSchemes/trtsa Teatterin ja tanssin asiasanasto "fi"=>"Teatterin ja tanssin asiasanasto" +ulan http://id.loc.gov/vocabulary/subjectSchemes/ulan Union list of artist names +unescot http://id.loc.gov/vocabulary/subjectSchemes/unescot UNESCO thesaurus "fr"=>"Thésaurus de l'UNESCO","es"=>"Tesauro de la UNESCO" +koko http://id.loc.gov/vocabulary/subjectSchemes/koko KOKO-ontologia "fi"=>"KOKO-ontologia" +msh http://id.loc.gov/vocabulary/subjectSchemes/msh Trimboli, T., and Martyn S. Marianist subject headings +trt http://id.loc.gov/vocabulary/subjectSchemes/trt Transportation resource thesaurus +agrovocf http://id.loc.gov/vocabulary/subjectSchemes/agrovocf AGROVOC thésaurus agricole multilingue "fr"=>"AGROVOC thésaurus agricole multilingue" +aucsh http://id.loc.gov/vocabulary/subjectSchemes/aucsh Arabic Union Catalog Subject Headings "ar"=>"Qâ'imat ru'ûs mawdû'ât al-fahras al-'Arabîyah al-mowahad" +ddcri http://id.loc.gov/vocabulary/subjectSchemes/ddcri Dewey Decimal Classification Relative Index +est http://id.loc.gov/vocabulary/subjectSchemes/est International energy: subject thesaurus (: International Energy Agency, Energy Technology Data Exchange) +lua http://id.loc.gov/vocabulary/subjectSchemes/lua Liikunnan ja urheilun asiasanasto "fi"=>"Liikunnan ja urheilun asiasanasto" +mipfesd http://id.loc.gov/vocabulary/subjectSchemes/mipfesd Macrothesaurus for information processing in the field of economic and social development +rurkp http://id.loc.gov/vocabulary/subjectSchemes/rurkp Predmetnye rubriki Rossiiskoi knizhnoi palaty "ru"=>"Predmetnye rubriki Rossiiskoi knizhnoi palaty" +albt http://id.loc.gov/vocabulary/subjectSchemes/albt Arbetslivsbibliotekets tesaurus "sv"=>"Arbetslivsbibliotekets tesaurus" +fmesh http://id.loc.gov/vocabulary/subjectSchemes/fmesh Liste systématique et liste permutée des descripteurs français MeSH "fr"=>"Liste systématique et liste permutée des descripteurs français MeSH" +bicssc http://id.loc.gov/vocabulary/subjectSchemes/bicssc BIC standard subject categories +cctf http://id.loc.gov/vocabulary/subjectSchemes/cctf Carto-Canadiana thésaurus - Français "fr"=>"Carto-Canadiana thésaurus - Français" +reo http://id.loc.gov/vocabulary/subjectSchemes/reo Māori Subject Headings thesaurus "mi"=>"Ngā Ūpoko Tukutuku" +icpsr http://id.loc.gov/vocabulary/subjectSchemes/icpsr ICPSR controlled vocabulary system +kao http://id.loc.gov/vocabulary/subjectSchemes/kao KVINNSAM ämnesordsregister "sv"=>"KVINNSAM ämnesordsregister" +asrcseo http://id.loc.gov/vocabulary/subjectSchemes/asrcseo Australian Standard Research Classification: Socio-Economic Objective (SEO) classification +georeft http://id.loc.gov/vocabulary/subjectSchemes/georeft GeoRef thesaurus +cct http://id.loc.gov/vocabulary/subjectSchemes/cct Chinese Classified Thesaurus "zh"=>"Zhong guo fen lei zhu ti ci biao" +dcs http://id.loc.gov/vocabulary/subjectSchemes/dcs Health Sciences Descriptors "es"=>"Descriptores en Ciencias de la Salud","pt"=>"Descritores em Ciências da Saúde" +musa http://id.loc.gov/vocabulary/subjectSchemes/musa Musiikin asiasanasto: erikoissanasto "fi"=>"Musiikin asiasanasto: erikoissanasto" +ntissc http://id.loc.gov/vocabulary/subjectSchemes/ntissc NTIS subject categories +idszbz http://id.loc.gov/vocabulary/subjectSchemes/idszbz Thesaurus IDS Nebis Zentralbibliothek Zürich "de"=>"Thesaurus IDS Nebis Zentralbibliothek Zürich" +tlka http://id.loc.gov/vocabulary/subjectSchemes/tlka Investigació, Procés Tècnicn kirjaston asiasanasto "fi"=>"Investigació, Procés Tècnicn kirjaston asiasanasto" +usaidt http://id.loc.gov/vocabulary/subjectSchemes/usaidt USAID thesaurus: Keywords used to index documents included in the USAID Development Experience System. +embne http://id.loc.gov/vocabulary/subjectSchemes/embne Encabezamientos de Materia de la Biblioteca Nacional de España "es"=>"Encabezamientos de Materia de la Biblioteca Nacional de España" +vcaadu http://id.loc.gov/vocabulary/subjectSchemes/vcaadu Vocabulario controlado de arquitectura, arte, diseño y urbanismo "es"=>"Vocabulario controlado de arquitectura, arte, diseño y urbanismo" +ntcpsc http://id.loc.gov/vocabulary/subjectSchemes/ntcpsc "National Translations Center primary subject classification" in National Translations Center primary subject classification and secondary descriptors +quiding http://id.loc.gov/vocabulary/subjectSchemes/quiding Quiding, Nils Herman. Svenskt allmänt författningsregister för tiden frÃ¥n Ã¥r 1522 till och med Ã¥r 1862 "sv"=>"Quiding, Nils Herman. Svenskt allmänt författningsregister för tiden frÃ¥n Ã¥r 1522 till och med Ã¥r 1862" +allars http://id.loc.gov/vocabulary/subjectSchemes/allars Allärs: allmän tesaurus pä svenska "fi"=>"Allärs: allmän tesaurus pä svenska" +ogst http://id.loc.gov/vocabulary/subjectSchemes/ogst Oregon GILS Subject Tree (Oregon: Oregon State Library and Oregon Information Resource Management Division (IRMD)) +bella http://id.loc.gov/vocabulary/subjectSchemes/bella Bella: specialtesaurus för skönlitteratur "fi"=>"Bella: specialtesaurus för skönlitteratur" +bibalex http://id.loc.gov/vocabulary/subjectSchemes/bibalex Bibliotheca Alexandrina name and subject authority file +pepp http://id.loc.gov/vocabulary/subjectSchemes/pepp The Princeton encyclopedia of poetry and poetics +hkcan http://id.loc.gov/vocabulary/subjectSchemes/hkcan Hong Kong Chinese Authority File (Name) - HKCAN +dissao http://id.loc.gov/vocabulary/subjectSchemes/dissao "Dissertation abstracts online" in Search tools: the guide to UNI/Data Courier Online +ltcsh http://id.loc.gov/vocabulary/subjectSchemes/ltcsh Land Tenure Center Library list of subject headings +mpirdes http://id.loc.gov/vocabulary/subjectSchemes/mpirdes Macrothesaurus para el procesamiento de la información relativa al desarrollo económico y social "es"=>"Macrothesaurus para el procesamiento de la información relativa al desarrollo económico y social" +asft http://id.loc.gov/vocabulary/subjectSchemes/asft Aquatic sciences and fisheries thesaurus +naf http://id.loc.gov/vocabulary/subjectSchemes/naf NACO authority file +nimacsc http://id.loc.gov/vocabulary/subjectSchemes/nimacsc NIMA cartographic subject categories +khib http://id.loc.gov/vocabulary/subjectSchemes/khib Emneord, KHiB Biblioteket "no"=>"Emneord, KHiB Biblioteket" +cdcng http://id.loc.gov/vocabulary/subjectSchemes/cdcng Catalogage des documents cartographiques: forme et structure des vedettes noms géographiques - NF Z 44-081 "fr"=>"Catalogage des documents cartographiques: forme et structure des vedettes noms géographiques - NF Z 44-081" +afset http://id.loc.gov/vocabulary/subjectSchemes/afset American Folklore Society Ethnographic Thesaurus +erfemn http://id.loc.gov/vocabulary/subjectSchemes/erfemn Erfaringskompetanses emneord "no"=>"Erfaringskompetanses emneord" +sbiao http://id.loc.gov/vocabulary/subjectSchemes/sbiao Svenska barnboksinstitutets ämnesordslista "sv"=>"Svenska barnboksinstitutets ämnesordslista" +socio http://id.loc.gov/vocabulary/subjectSchemes/socio Sociological Abstracts Thesaurus +bisacrt http://id.loc.gov/vocabulary/subjectSchemes/bisacrt BISAC Regional Themes +eum http://id.loc.gov/vocabulary/subjectSchemes/eum Eesti uldine märksonastik "et"=>"Eesti uldine märksonastik" +kula http://id.loc.gov/vocabulary/subjectSchemes/kula Kulttuurien tutkimuksen asiasanasto "fi"=>"Kulttuurien tutkimuksen asiasanasto" +odlt http://id.loc.gov/vocabulary/subjectSchemes/odlt Baldick, C. The Oxford dictionary of literary terms +rerovoc http://id.loc.gov/vocabulary/subjectSchemes/rerovoc Indexation matiéres RERO autoritès "fr"=>"Indexation matiéres RERO autoritès" +tsr http://id.loc.gov/vocabulary/subjectSchemes/tsr TSR-ontologia "fi"=>"TSR-ontologia" +czmesh http://id.loc.gov/vocabulary/subjectSchemes/czmesh Czech MeSH "cs"=>"Czech MeSH" +dltt http://id.loc.gov/vocabulary/subjectSchemes/dltt Quinn, E. A dictionary of literary and thematic terms +idsbb http://id.loc.gov/vocabulary/subjectSchemes/idsbb Thesaurus IDS Basel Bern "de"=>"Thesaurus IDS Basel Bern" +inist http://id.loc.gov/vocabulary/subjectSchemes/inist INIS: thesaurus +idszbzzk http://id.loc.gov/vocabulary/subjectSchemes/idszbzzk Thesaurus IDS Nebis Zentralbibliothek Zürich, Kartensammlung "de"=>"Thesaurus IDS Nebis Zentralbibliothek Zürich, Kartensammlung" +tesa http://id.loc.gov/vocabulary/subjectSchemes/tesa Tesauro Agrícola "es"=>"Tesauro Agrícola" +liv http://id.loc.gov/vocabulary/subjectSchemes/liv Legislative indexing vocabulary +collett http://id.loc.gov/vocabulary/subjectSchemes/collett Collett-bibliografi: litteratur av og om Camilla Collett "no"=>"Collett-bibliografi: litteratur av og om Camilla Collett" +nsbncf http://id.loc.gov/vocabulary/subjectSchemes/nsbncf Nuovo Soggettario "it"=>"Nuovo Soggettario" +ipat http://id.loc.gov/vocabulary/subjectSchemes/ipat IPA thesaurus and frequency list +skon http://id.loc.gov/vocabulary/subjectSchemes/skon Att indexera skönlitteratur: Ämnesordslista, vuxenlitteratur "sv"=>"Att indexera skönlitteratur: Ämnesordslista, vuxenlitteratur" +renib http://id.loc.gov/vocabulary/subjectSchemes/renib Renib "es"=>"Renib" +hrvmesh http://id.loc.gov/vocabulary/subjectSchemes/hrvmesh Croatian MeSH / Hrvatski MeSH "no"=>"Croatian MeSH / Hrvatski MeSH" +swd http://id.loc.gov/vocabulary/subjectSchemes/swd Schlagwortnormdatei "de"=>"Schlagwortnormdatei" +aass http://id.loc.gov/vocabulary/subjectSchemes/aass "Asian American Studies Library subject headings" in A Guide for establishing Asian American core collections +cht http://id.loc.gov/vocabulary/subjectSchemes/cht Chicano thesaurus for indexing Chicano materials in Chicano periodical index +galestne http://id.loc.gov/vocabulary/subjectSchemes/galestne Gale Group subject thesaurus and named entity vocabulary +nlgsh http://id.loc.gov/vocabulary/subjectSchemes/nlgsh Katalogos Hellēnikōn thematikōn epikephalidōn "el"=>"Katalogos Hellēnikōn thematikōn epikephalidōn" +hoidokki http://id.loc.gov/vocabulary/subjectSchemes/hoidokki Hoitotieteellinen asiasanasto +vffyl http://id.loc.gov/vocabulary/subjectSchemes/vffyl Vocabulario de la Biblioteca Central de la FFyL "es"=>"Vocabulario de la Biblioteca Central de la FFyL" +kubikat http://id.loc.gov/vocabulary/subjectSchemes/kubikat kubikat "de"=>"kubikat" +waqaf http://id.loc.gov/vocabulary/subjectSchemes/waqaf Maknas Uloom Al Waqaf "ar"=>"Maknas Uloom Al Waqaf" +hapi http://id.loc.gov/vocabulary/subjectSchemes/hapi HAPI thesaurus and name authority, 1970-2000 +drama http://id.loc.gov/vocabulary/subjectSchemes/drama Drama: specialtesaurus för teater och dans +sosa http://id.loc.gov/vocabulary/subjectSchemes/sosa Sociaalialan asiasanasto "fi"=>"Sociaalialan asiasanasto" +ilpt http://id.loc.gov/vocabulary/subjectSchemes/ilpt Index to legal periodicals: thesaurus +nicem http://id.loc.gov/vocabulary/subjectSchemes/nicem NICEM subject headings and classification system +qlsp http://id.loc.gov/vocabulary/subjectSchemes/qlsp Queens Library Spanish language subject headings +eet http://id.loc.gov/vocabulary/subjectSchemes/eet European education thesaurus +nalnaf http://id.loc.gov/vocabulary/subjectSchemes/nalnaf National Agricultural Library name authority file +eclas http://id.loc.gov/vocabulary/subjectSchemes/eclas ECLAS thesaurus +agrovocs http://id.loc.gov/vocabulary/subjectSchemes/agrovocs AGROVOC tesauro agrícola multilingée "es"=>"AGROVOC tesauro agrícola multilingée" +shbe http://id.loc.gov/vocabulary/subjectSchemes/shbe Subject headings in business and economics "sv"=>"Subject headings in business and economics" +barn http://id.loc.gov/vocabulary/subjectSchemes/barn Svenska ämnesord för barn "sv"=>"Svenska ämnesord för barn" +bhammf http://id.loc.gov/vocabulary/subjectSchemes/bhammf BHA, Bibliographie d'histoire de l'art, mots-matière/français "fr"=>"BHA, Bibliographie d'histoire de l'art, mots-matière/français" +gccst http://id.loc.gov/vocabulary/subjectSchemes/gccst Government of Canada core subject thesaurus (Gatineau : Library and Archives Canada) +fnhl http://id.loc.gov/vocabulary/subjectSchemes/fnhl First Nations House of Learning Subject Headings +kauno http://id.loc.gov/vocabulary/subjectSchemes/kauno KAUNO - Kaunokki-ontologin "fi"=>"KAUNO - Kaunokki-ontologin" +dtict http://id.loc.gov/vocabulary/subjectSchemes/dtict Defense Technical Information Center thesaurus +mech http://id.loc.gov/vocabulary/subjectSchemes/mech Iskanje po zbirki MECH "sl"=>"Iskanje po zbirki MECH" +jupo http://id.loc.gov/vocabulary/subjectSchemes/jupo JUPO - Julkisen hallinnon palveluontologia "fi"=>"JUPO - Julkisen hallinnon palveluontologia" +ktpt http://id.loc.gov/vocabulary/subjectSchemes/ktpt Kirjasto- ja tietopalvelualan tesaurus "fi"=>"Kirjasto- ja tietopalvelualan tesaurus" +aiatsiss http://id.loc.gov/vocabulary/subjectSchemes/aiatsiss AIATSIS subject Thesaurus +lcac http://id.loc.gov/vocabulary/subjectSchemes/lcac Library of Congress Annotated Children's Cataloging Program subject headings +lemac http://id.loc.gov/vocabulary/subjectSchemes/lemac Llista d'encapçalaments de matèria en català "ca"=>"Llista d'encapçalaments de matèria en català" +lemb http://id.loc.gov/vocabulary/subjectSchemes/lemb Lista de encabezamientos de materia para bibliotecas "es"=>"Lista de encabezamientos de materia para bibliotecas" +henn http://id.loc.gov/vocabulary/subjectSchemes/henn Hennepin County Library cumulative authority list +mtirdes http://id.loc.gov/vocabulary/subjectSchemes/mtirdes Macrothésaurus pour le traitement de l'information relative au développement économique et social "fr"=>"Macrothésaurus pour le traitement de l'information relative au développement économique et social" +cash http://id.loc.gov/vocabulary/subjectSchemes/cash Canadian subject headings +nznb http://id.loc.gov/vocabulary/subjectSchemes/nznb New Zealand national bibliographic +prvt http://id.loc.gov/vocabulary/subjectSchemes/prvt Patent- och registreringsverkets tesaurus "sv"=>"Patent- och registreringsverkets tesaurus" +scgdst http://id.loc.gov/vocabulary/subjectSchemes/scgdst Subject categorization guide for defense science and technology +gem http://id.loc.gov/vocabulary/subjectSchemes/gem GEM controlled vocabularies +lcsh http://id.loc.gov/vocabulary/subjectSchemes/lcsh Library of Congress subject headings +rero http://id.loc.gov/vocabulary/subjectSchemes/rero Indexation matires RERO "fr"=>"Indexation matires RERO" +peri http://id.loc.gov/vocabulary/subjectSchemes/peri Perinnetieteiden asiasanasto "fi"=>"Perinnetieteiden asiasanasto" +shsples http://id.loc.gov/vocabulary/subjectSchemes/shsples Encabezamientos de materia para bibliotecas escolares y públicas "es"=>"Encabezamientos de materia para bibliotecas escolares y públicas" +slem http://id.loc.gov/vocabulary/subjectSchemes/slem Sears: lista de encabezamientos de materia "es"=>"Sears: lista de encabezamientos de materia" +afo http://id.loc.gov/vocabulary/subjectSchemes/afo AFO - Viikin kampuskirjaston ontologia "fi"=>"AFO - Viikin kampuskirjaston ontologia" +gst http://id.loc.gov/vocabulary/subjectSchemes/gst Gay studies thesaurus: a controlled vocabulary for indexing and accessing materials of relevance to gay culture, history, politics and psychology +hlasstg http://id.loc.gov/vocabulary/subjectSchemes/hlasstg HLAS subject term glossary +iest http://id.loc.gov/vocabulary/subjectSchemes/iest International energy: subject thesaurus +pkk http://id.loc.gov/vocabulary/subjectSchemes/pkk Predmetnik za katoliÅ¡ke knjižnice "sl"=>"Predmetnik za katoliÅ¡ke knjižnice" +atla http://id.loc.gov/vocabulary/subjectSchemes/atla Religion indexes: thesaurus +scot http://id.loc.gov/vocabulary/subjectSchemes/scot Schools Online Thesaurus (ScOT) +smda http://id.loc.gov/vocabulary/subjectSchemes/smda Smithsonian National Air and Space Museum Directory of Airplanes +solstad http://id.loc.gov/vocabulary/subjectSchemes/solstad Solstad: emneord for Solstadbibliografien "no"=>"Solstad: emneord for Solstadbibliografien" +abne http://id.loc.gov/vocabulary/subjectSchemes/abne Autoridades de la Biblioteca Nacional de España "es"=>"Autoridades de la Biblioteca Nacional de España" +spines http://id.loc.gov/vocabulary/subjectSchemes/spines Tesauro SPINES: un vocabulario controlado y estructurado para el tratamiento de información sobre ciencia y tecnología para el desarrollo "es"=>"Tesauro SPINES: un vocabulario controlado y estructurado para el tratamiento de información sobre ciencia y tecnología para el desarrollo" +ktta http://id.loc.gov/vocabulary/subjectSchemes/ktta Käsi - ja taideteollisuuden asiasanasto "fi"=>"Käsi - ja taideteollisuuden asiasanasto" +ccte http://id.loc.gov/vocabulary/subjectSchemes/ccte Carto-Canadiana thesaurus - English +pmcsg http://id.loc.gov/vocabulary/subjectSchemes/pmcsg Combined standards glossary +bisacsh http://id.loc.gov/vocabulary/subjectSchemes/bisacsh BISAC Subject Headings +fssh http://id.loc.gov/vocabulary/subjectSchemes/fssh FamilySearch Subject Headings (FamilySearch) +tasmas http://id.loc.gov/vocabulary/subjectSchemes/tasmas Tesaurus de Asuntos Sociales del Ministerio de Asuntos Sociales de España "es"=>"Tesaurus de Asuntos Sociales del Ministerio de Asuntos Sociales de España" +tero http://id.loc.gov/vocabulary/subjectSchemes/tero TERO - Terveyden ja hyvinvoinnin ontologia "fi"=>"TERO - Terveyden ja hyvinvoinnin ontologia" +rma http://id.loc.gov/vocabulary/subjectSchemes/rma Ru'us al-mawdu'at al-'Arabiyah "ar"=>"Ru'us al-mawdu'at al-'Arabiyah" +tgn http://id.loc.gov/vocabulary/subjectSchemes/tgn Getty thesaurus of geographic names +tha http://id.loc.gov/vocabulary/subjectSchemes/tha Barcala de Moyano, Graciela G., Cristina Voena. Tesauro de Historia Argentina "es"=>"Barcala de Moyano, Graciela G., Cristina Voena. Tesauro de Historia Argentina" +ttll http://id.loc.gov/vocabulary/subjectSchemes/ttll Roggau, Zunilda. Tell. Tesauro de lengua y literatura "es"=>"Roggau, Zunilda. Tell. Tesauro de lengua y literatura" +sears http://id.loc.gov/vocabulary/subjectSchemes/sears Sears list of subject headings +csht http://id.loc.gov/vocabulary/subjectSchemes/csht Chinese subject headings +\. + +-- ' ...blah + +INSERT INTO authority.thesaurus (code, uri, name, control_set) + SELECT code, uri, name, 1 FROM thesauri; + +UPDATE authority.thesaurus SET short_code = 'a' WHERE code = 'lcsh'; +UPDATE authority.thesaurus SET short_code = 'b' WHERE code = 'lcshac'; +UPDATE authority.thesaurus SET short_code = 'c' WHERE code = 'mesh'; +UPDATE authority.thesaurus SET short_code = 'd' WHERE code = 'nal'; +UPDATE authority.thesaurus SET short_code = 'k' WHERE code = 'cash'; +UPDATE authority.thesaurus SET short_code = 'r' WHERE code = 'aat'; +UPDATE authority.thesaurus SET short_code = 's' WHERE code = 'sears'; +UPDATE authority.thesaurus SET short_code = 'v' WHERE code = 'rvm'; + +UPDATE authority.thesaurus + SET short_code = 'z' + WHERE short_code IS NULL + AND control_set = 1; + +INSERT INTO config.i18n_core (fq_field, identity_value, translation, string ) + SELECT 'at.name', t.code, xlate->key, xlate->value + FROM thesauri t + JOIN LATERAL each(t.xlate) AS xlate ON TRUE + WHERE NOT EXISTS + (SELECT id + FROM config.i18n_core + WHERE fq_field = 'at.name' + AND identity_value = t.code + AND translation = xlate->key) + AND t.xlate IS NOT NULL + AND t.name <> (xlate->value); + +CREATE OR REPLACE FUNCTION authority.extract_thesaurus( marcxml TEXT ) RETURNS TEXT AS $func$ +DECLARE + thes_code TEXT; +BEGIN + thes_code := vandelay.marc21_extract_fixed_field(marcxml,'Subj'); + IF thes_code IS NULL THEN + thes_code := '|'; + ELSIF thes_code = 'z' THEN + thes_code := COALESCE( oils_xpath_string('//*[@tag="040"]/*[@code="f"][1]', marcxml), 'z' ); + ELSE + SELECT code INTO thes_code FROM authority.thesaurus WHERE short_code = thes_code; + IF NOT FOUND THEN + thes_code := '|'; -- default + END IF; + END IF; + RETURN thes_code; +END; +$func$ LANGUAGE PLPGSQL STABLE STRICT; + +CREATE OR REPLACE FUNCTION authority.map_thesaurus_to_control_set () RETURNS TRIGGER AS $func$ +BEGIN + IF NEW.control_set IS NULL THEN + SELECT control_set INTO NEW.control_set + FROM authority.thesaurus + WHERE code = authority.extract_thesaurus(NEW.marc); + END IF; + + RETURN NEW; +END; +$func$ LANGUAGE PLPGSQL; + +CREATE OR REPLACE FUNCTION authority.reingest_authority_rec_descriptor( auth_id BIGINT ) RETURNS VOID AS $func$ +BEGIN + DELETE FROM authority.rec_descriptor WHERE record = auth_id; + INSERT INTO authority.rec_descriptor (record, record_status, encoding_level, thesaurus) + SELECT auth_id, + vandelay.marc21_extract_fixed_field(marc,'RecStat'), + vandelay.marc21_extract_fixed_field(marc,'ELvl'), + authority.extract_thesaurus(marc) + FROM authority.record_entry + WHERE id = auth_id; + RETURN; +END; +$func$ LANGUAGE PLPGSQL; + +COMMIT; + -- 2.43.2