reconnect

This commit is contained in:
Nasir Anthony Montalvo
2026-01-26 02:25:43 -06:00
parent 6609527c97
commit 0a854da998
135 changed files with 8792 additions and 1 deletions

15
.github/_data/config-metadata.csv vendored Normal file
View File

@@ -0,0 +1,15 @@
field,display_name,browse_link,external_link,dc_map,schema_map
title,Title,,,DCTERMS.title,headline
creator,Creator,,,DCTERMS.creator,creator
date_created,Date,,,DCTERMS.date,dateCreated
description,Description,,,DCTERMS.description,description
subject,Subjects,true,,DCTERMS.subject,keywords
location,Location,,,,contentLocation
latitude,Latitude,,,,
longitude,Longitude,,,,
source,Source,,,,
objectid,Object ID #,,,,
type,Type,,,DCTERMS.type,
format,Format,,,,encodingFormat
language,Language,,,DCTERMS.language,
rightsstatement,,,,DCTERMS.rights,license
1 field display_name browse_link external_link dc_map schema_map
2 title Title DCTERMS.title headline
3 creator Creator DCTERMS.creator creator
4 date_created Date DCTERMS.date dateCreated
5 description Description DCTERMS.description description
6 subject Subjects true DCTERMS.subject keywords
7 location Location contentLocation
8 latitude Latitude
9 longitude Longitude
10 source Source
11 objectid Object ID #
12 type Type DCTERMS.type
13 format Format encodingFormat
14 language Language DCTERMS.language
15 rightsstatement DCTERMS.rights license