Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export of OGC Library to FAIRSharing.org #64

Open
ghobona opened this issue Aug 14, 2020 · 5 comments
Open

Export of OGC Library to FAIRSharing.org #64

ghobona opened this issue Aug 14, 2020 · 5 comments
Assignees

Comments

@ghobona
Copy link
Contributor

ghobona commented Aug 14, 2020

Export of OGC Library bibliography to the FAIRSharing.org spreadsheet

@dr-shorthair
Copy link

@dr-shorthair dr-shorthair changed the title Export of OGC Library to FAIRSharing.org spreadsheet Export of OGC Library to FAIRSharing.org Nov 14, 2022
@dr-shorthair
Copy link

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

@avillar
Copy link
Collaborator

avillar commented Feb 1, 2023

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
Copy link
Contributor Author

ghobona commented Jun 4, 2023

@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
Copy link
Collaborator

avillar commented Jun 4, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants