opengeospatial / NamingAuthority

Primary repo for the OGC Naming Authority
6 stars 12 forks source link

Export of OGC Library to FAIRSharing.org #64

Open ghobona opened 4 years ago

ghobona commented 4 years ago

Export of OGC Library bibliography to the FAIRSharing.org spreadsheet

dr-shorthair commented 4 years ago

Spreadsheet here: https://docs.google.com/spreadsheets/d/1qqI2veCccMTCg-kv4f7CTXCyUk-_poxYQb2_yHZbijY/edit#gid=0

dr-shorthair commented 1 year ago

Old ticket - discussed with @rob-metalinkage today. FAIRsharing now has an API which should make things easier - https://fairsharing.org/API_doc

avillar commented 1 year ago

After going through the FAIRsharing schema, I propose this model mapping for our bibliography:

metadata: {
  name: title
  homepage: (coalesce(URI, URL))
  contacts: [
    { contact_name: creator },
    { contact_name: contributor },
  ],
  description: description,
  year_creation: (extract year from date),
  abbreviation: identifier
}

I see no properties in FAIRsharing for publisher, document type or language.

ghobona commented 1 year ago

@avillar Does year_creation refer to the year of creation of the resource described by the record or does it refer to the year of creation of the record itself?

avillar commented 1 year ago

@ghobona, the description in the schema is "Year the record was created".