-
Notifications
You must be signed in to change notification settings - Fork 30
Creating custom controlled vocabularies
E. Lynette Rayle edited this page Feb 26, 2019
·
7 revisions
Custom controlled vocabularies can be created in several ways...
- create a YAML file describing the terms - best for a small set of terms that do not change often
- create a database holding the terms - best for locally defined set of terms
- loading RDF data into the database
- write a local authority module - best for local authorities requiring more processing than simple search and fetch
- write (and contribute) a full authority module - best for accessing an external authority that does not yet have a module defined
Using Questioning Authority
- Connecting to Discogs
- Connecting to GeoNames
- Connecting to Getty
- Connecting to Library of Congress (LOC)
- Connecting to Medical Subject Headings (MeSH)
- Connecting to OCLC FAST
Custom Controlled Vocabularies
Linked Data Access to Authorities
- Connecting to Linked Data authorities
- Using the Linked Data module to access authorities
- Configuring access to a Linked Data authority
- Language processing in Linked Data authorities
Contributing to Questioning Authority
- Contributing a new external authority
- Template for authority documentation
- Understanding Existing Authorities