Allow for person membership in organizations #36

Merged
mih merged 1 commit from flatentry into main 2025-04-25 08:31:58 +00:00

View file

@ -239,6 +239,12 @@ slots:
Journal a document was published in. Journal a document was published in.
range: Journal range: Journal
member_of:
description: >-
The subject is a member of an organization.
range: Organization
multivalued: true
name: name:
description: >- description: >-
Name of the subject. Name of the subject.
@ -510,6 +516,7 @@ classes:
- honorific_name_prefix - honorific_name_prefix
- honorific_name_suffix - honorific_name_suffix
- emails - emails
- member_of
- orcid - orcid
- offices - offices
slot_usage: slot_usage:
@ -552,11 +559,16 @@ classes:
sh:name: ORCID sh:name: ORCID
sh:group: inm7si:PersonPropertyGroup sh:group: inm7si:PersonPropertyGroup
sh:order: 7 sh:order: 7
member_of:
annotations:
sh:name: Member of
sh:group: inm7si:PersonPropertyGroup
sh:order: 8
offices: offices:
annotations: annotations:
sh:name: Office room(s) sh:name: Office room(s)
sh:group: inm7si:PersonPropertyGroup sh:group: inm7si:PersonPropertyGroup
sh:order: 8 sh:order: 9
Project: Project:
class_uri: inm7si:Project class_uri: inm7si:Project