openMINDS_core icon indicating copy to clipboard operation
openMINDS_core copied to clipboard

addressing needs of organizational structures

Open lzehl opened this issue 1 year ago • 1 comments

Currently in openMINDS:

LegalPerson:

  • Person (natural person; properties: affiliation, alternateName, associatedAccount, contactInformation, digitalIndentifier, familyName, givenName)
  • Organization (artificial person; properties: affiliation, digitalIdentifier, fullName, hasParent, homepage, shortName)

  • Consortium (no legal capacity; properties: contactInformation, fullName, homepage, shortName) (LegalPerson -> Affiliation --> Consortium)

  • Affiliation (properties: memberOf, startDate, endDate) (LegalPerson -> Affiliation --> Consortium | Organization)

-> embedded type --> linked type required property

Suggestion for future (TBD):

Person

  • add name (make this required instead of givenName)
  • change associatedAccount to account

Organization

  • add type (controlledTerm: university, hospital, non-profit organization, company, ...?) or split up into distinct types?
  • add geographicalLocation (link to new schema)

Consortium

  • should they also get an affiliation?

Affiliation

  • may need a back link to ResearchProduct(Version) (related to #500)?

lzehl avatar Mar 19 '24 16:03 lzehl

https://ror.org http://rrid.site https://scicrunch.org/resources/data/source/nlx_144509-1/search

tgbugs avatar Mar 19 '24 17:03 tgbugs

will be followed up on here https://github.com/openMetadataInitiative/openMINDS_core/issues/513

lzehl avatar Sep 26 '24 21:09 lzehl