RDA-DMP-Common / RDA-DMP-Common-Standard

Official outputs from the RDA DMP Common Standards WG
The Unlicense
65 stars 34 forks source link

Add support for organization information #26

Open briri opened 4 years ago

briri commented 4 years ago

We are in the process of adding organization identifiers to the DMPRoadmap codebase, specifically ROR and FundRef. It would be useful to somehow incorporate these into the Common Standard schema.

Perhaps something like:

"affiliation": {
  "name": "University of Virginia",
  "abbreviation": "UVA",
  "url": "https://www.virginia.edu",
  "affiliation_id":  {
     "type": "ror", 
     "identifier": "https://ror.org/0153tk833" 
  }
}

This could then: