-
Notifications
You must be signed in to change notification settings - Fork 30
Connecting to OCLC FAST
QA provides a wrapper around OCLC's FAST autocomplete service. The following subauthorities are available:
No additional setup required.
Authority | assign_fast |
---|
Subauthorities:
-
for search:
- all
- personal
- corporate
- event
- uniform
- topical
- geographic
- form_genre
- for term: TBD
NOTE: The linked data module for QA also provides access to this authority. It returns additional data including the URI for terms. See Using-the-Linked-Data-module-to-access-authorities for more information.
/qa/search/assign_fast/all?q=periodic+table
The result includes both 'label' and 'value' to help users select the correct heading, e.g.:
[
{
"id":"fst01789629",
"label":"Periodic table",
"value":"Periodic table"
},
{
"id":"fst01789629",
"label":"Periodic table (Saunders, N.) USE Periodic table",
"value":"Periodic table"
},...
]
NOTE: The qa request is converted to the following OCLC FAST request. This is for information only. You do not need to know this to use QA.
http://fast.oclc.org/searchfast/fastsuggest?&query=periodic+table&queryIndex=suggestall&queryReturn=suggestall%2Cidroot%2Cauth%2Ctype&suggest=autoSubject&rows=20"
TBD
Not supported
Provide a link to the documentation that was used to build this connection to the authority.
OCLC documents their FAST API at... http://www.oclc.org/developer/develop/web-services/fast-api/assign-fast.en.html
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