adiwg / mdTranslator

Metadata translation tool built using Ruby
https://www.adiwg.org/mdTranslator/
The Unlicense
14 stars 12 forks source link

sbJson reader support for external contact identifiers #305

Open jwaspin opened 8 months ago

jwaspin commented 8 months ago

Verified sbJSON supports identifiers:

sbJSON: contacts[]>orcId i. Logic: where contactType = “individual” and “orcId” element exists ii. contacts block

  1. identifier: orcId
  2. namespace: “ORCID”
  3. version: (not supported)
  4. description: “Open Researcher and Contributor Id”
  5. authority{}: (not supported)

sbJSON: contacts[]>organization

i. Logic: where contactType = “organization” and “organization” block element exists = true ii. contacts block

  1. identifier: directoryId
  2. namespace: displayText
  3. version: (not supported)
  4. description: displayText
  5. authority{}: (not supported)