You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Starting data**: A spreadsheet with geographic headers (from FAST or LCNAF).<br>
81
+
**APIs**: FAST (read), Library of Congress Authorities, GeoNames
82
+
83
+
Convert geographic names from LCNAF to geonames identifiers. Example: Baltimore County (Md.) n79018713 is converted to Baltimore County https://www.geonames.org/4347790. It also builds full hierarchical name: Baltimore County, Maryland, United States from GeoNames.
**Starting data**: A spreadsheet with FAST identifiers.<br>
80
107
**APIs**: FAST (read)
81
108
82
109
Converts the FAST identifier to a link, gets the rdf.xml record, and extracts the facet information (topical, geographical, corporate name, meeting or event, personal name, uniform title, form, period).
**Starting data**: A spreadsheet of VIAF URIs formatted like https://viaf.org/viaf/149920363. The script won't work if there is an ending dash (ex: https://viaf.org/viaf/149920363/).<br>
86
113
**APIs**: VIAF, Library of Congress Authorities
87
114
88
115
Takes a list of VIAF URIs from a spreadsheet, finds the LCNAF authority record, and extracts the facet information from the rdf.xml record.
89
116
90
-
### [getGeoNames_LCNAF.py](getGeoNames_LCNAF.py)
91
-
**Starting data**: A spreadsheet with geographic headers (from FAST or LCNAF).<br>
92
-
**APIs**: FAST (read), Library of Congress Authorities, GeoNames
93
-
94
-
Convert geographic names from LCNAF to geonames identifiers. Example: Baltimore County (Md.) n79018713 is converted to Baltimore County https://www.geonames.org/4347790. It also builds full hierarchical name: Baltimore County, Maryland, United States from GeoNames.
**Starting data**: A spreadsheet of VIAF URIs formatted like https://viaf.org/viaf/149920363. The script won't work if there is an ending dash (ex: https://viaf.org/viaf/149920363/).<br>
104
125
**APIs:** VIAF, Library of Congress Authorities
105
126
106
127
Takes a list of VIAF URIs from a spreadsheet, finds the LCNAF authority record, and extracts the name components from the .marcxml.xml record.
**Starting data**: A spreadsheet with Library of Congress Names.<br>
133
+
**APIs**: Library of Congress Authorities
134
+
135
+
Retrieves the LCNAF URI for the searched named and grabbed alternative identifiers from other authorities (FAST and LC Authorities (LCNAF, LCSH, LCGFT)) in the records.
0 commit comments