Allow for person membership in organizations #36
1 changed files with 13 additions and 1 deletions
|
|
@ -239,6 +239,12 @@ slots:
|
|||
Journal a document was published in.
|
||||
range: Journal
|
||||
|
||||
member_of:
|
||||
description: >-
|
||||
The subject is a member of an organization.
|
||||
range: Organization
|
||||
multivalued: true
|
||||
|
||||
name:
|
||||
description: >-
|
||||
Name of the subject.
|
||||
|
|
@ -510,6 +516,7 @@ classes:
|
|||
- honorific_name_prefix
|
||||
- honorific_name_suffix
|
||||
- emails
|
||||
- member_of
|
||||
- orcid
|
||||
- offices
|
||||
slot_usage:
|
||||
|
|
@ -552,11 +559,16 @@ classes:
|
|||
sh:name: ORCID
|
||||
sh:group: inm7si:PersonPropertyGroup
|
||||
sh:order: 7
|
||||
member_of:
|
||||
annotations:
|
||||
sh:name: Member of
|
||||
sh:group: inm7si:PersonPropertyGroup
|
||||
sh:order: 8
|
||||
offices:
|
||||
annotations:
|
||||
sh:name: Office room(s)
|
||||
sh:group: inm7si:PersonPropertyGroup
|
||||
sh:order: 8
|
||||
sh:order: 9
|
||||
|
||||
Project:
|
||||
class_uri: inm7si:Project
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue