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

addressing needs of organizational structures #502

Open
lzehl opened this issue Mar 19, 2024 · 1 comment
Open

addressing needs of organizational structures #502

lzehl opened this issue Mar 19, 2024 · 1 comment
Labels
major update large workload or major update needed to complete question further information is requested request any request or update for schemas

Comments

@lzehl
Copy link
Member

lzehl commented Mar 19, 2024

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

@tgbugs
Copy link
Collaborator

tgbugs commented Mar 19, 2024

@UlrikeS91 UlrikeS91 added request any request or update for schemas question further information is requested major update large workload or major update needed to complete labels May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
major update large workload or major update needed to complete question further information is requested request any request or update for schemas
Projects
None yet
Development

No branches or pull requests

3 participants