This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
metadata_resources [2025/03/31 17:59] kay |
metadata_resources [2026/01/23 14:37] (current) jeremy [Controlled Vocabularies] |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ==== Controlled Vocabularies ==== | ==== Controlled Vocabularies ==== | ||
| - | * [[http://id.loc.gov/]] LOC search across many authorities! | + | * [[https://id.loc.gov/|ID.LOC.GOV]] Library of Congress Linked Data Service. Search across many authorities. No login required. |
| - | * [[http://www.getty.edu/research/tools/vocabularies/aat/index.html|Art and Architecture Thesaurus]] | Genre list | + | * [[https://www.getty.edu/research/tools/vocabularies/aat/index.html|Art and Architecture Thesaurus]] | Genre list |
| - | * [[http://viaf.org/ |Virtual International Name Authority File]] | + | * [[https://viaf.org/ |Virtual International Name Authority File]] |
| * [[https://www.loc.gov/marc/relators/relaterm.html|MARC Relator and Role terms]] | * [[https://www.loc.gov/marc/relators/relaterm.html|MARC Relator and Role terms]] | ||
| - | * [[http://id.loc.gov/vocabulary/countries.html|MARC state and country authorized names]] (mixed together) | + | * [[https://id.loc.gov/vocabulary/countries.html|MARC state and country authorized names]] (mixed together) |
| - | * [[http://id.loc.gov/vocabulary/geographicAreas.html|MARC geographic regions authorized names]] (e.g. Europe, Australasia, Developing countries) | + | * [[https://id.loc.gov/vocabulary/geographicAreas.html|MARC geographic regions authorized names]] (e.g. Europe, Australasia, Developing countries) |
| * [[Common AAT Terms]] | * [[Common AAT Terms]] | ||
| - | * [[https://classweb.org/min/minaret?app=Names&mod=Search&look=1&menu=/Menu/|Library of Congress Name Authority File (Classification Web)]] | also use for geographic names in subjects | + | * [[https://classweb.org/min/minaret?app=Names&mod=Search&look=1&menu=/Menu/|Library of Congress Name Authority File (Classification Web)]] | also use for geographic names in subjects. Login required. |
| - | * [[https://classweb.org/min/minaret?app=Auth&mod=Search&look=1&menu=/Menu/|Library of Congress Subject Authority File (Classification Web)]] | Subject list. Great for free-floating subdivisions | + | * [[https://classweb.org/min/minaret?app=Auth&mod=Search&look=1&menu=/Menu/|Library of Congress Subject. Login required. Authority File (Classification Web)]] | Subject list. Great for free-floating subdivisions. Login required. |
| ====General Research==== | ====General Research==== | ||
| Line 42: | Line 42: | ||
| * save every time you do anything in the local authority files -- save after every little change so that it updates when others are working at the same time. | * save every time you do anything in the local authority files -- save after every little change so that it updates when others are working at the same time. | ||
| * duplicate form letters to many recipients: if you come across a stack of form letters (same content) addressed to many people, catalog those as one record with title "Letter from XXX to multiple recipients". Based on interest of content and amount of names, make a decision on whether to include recipients' names in the abstract. Add genre term "form letters". | * duplicate form letters to many recipients: if you come across a stack of form letters (same content) addressed to many people, catalog those as one record with title "Letter from XXX to multiple recipients". Based on interest of content and amount of names, make a decision on whether to include recipients' names in the abstract. Add genre term "form letters". | ||
| - | * items with a date range: create two <dateCreated> entries, one for each part of the date range. Add **point="start"** to the first entry and **point="end"** in the second entry. **keyDate="yes"** should only be on the earliest entry for correct sorting. | + | * items with a date range: create two <dateCreated> entries, one for each part of the date range. Add **point="start"** to the first entry and **point="end"** in the second entry. **keyDate="yes"** should only be on the earliest entry for correct sorting. <mods:dateCreated keyDate="yes" encoding="w3cdtf" point="start">1967-07</mods:dateCreated><mods:dateCreated encoding="w3cdtf" point="end">1967-08</mods:dateCreated> |
| - | <mods:dateCreated keyDate="yes" encoding="w3cdtf" point="start">1967-07</mods:dateCreated> | + | |
| - | <mods:dateCreated encoding="w3cdtf" point="end">1967-08</mods:dateCreated> | + | |
| * names/words with accents should be encoded with the accent characters. Use the Oxygen character map (under the Edit menu) to look up the code that properly inserts the accented character. **Use the "decimal" (not hexidecimal) code**. To make sure it is searchable in Credo, I recommend using the plain text version in the abstract. Example: **Pelé** in title and name elements and **Pele** in abstract. | * names/words with accents should be encoded with the accent characters. Use the Oxygen character map (under the Edit menu) to look up the code that properly inserts the accented character. **Use the "decimal" (not hexidecimal) code**. To make sure it is searchable in Credo, I recommend using the plain text version in the abstract. Example: **Pelé** in title and name elements and **Pele** in abstract. | ||
| * do not use double quotes in titles -- the system will screw them up | * do not use double quotes in titles -- the system will screw them up | ||