Project #32

Merged
mih merged 1 commit from flatentry into main 2025-08-19 08:44:02 +00:00

View file

@ -133,6 +133,12 @@ slots:
Building level where the subject is located.
range: BuildingLevel
collaborators:
description: >-
Persons that are working together on a project.
range: Person
multivalued: true
curation_comments:
description: >-
A comment about a metadata record either providing additional information for
@ -188,6 +194,12 @@ slots:
"last name".
range: string
funding:
description: >-
Grant that provides resources for a project.
range: Grant
multivalued: true
given_name:
description: >-
The given (non-inherited) name of the subject.
@ -238,9 +250,15 @@ slots:
Type of an organization.
range: OrganizationType
organization_heads:
partner_organizations:
description: >-
Person(s) that are formal or informal leaders of an organization.
Organizations that contribute to a project.
range: Organization
multivalued: true
leaders:
description: >-
Person(s) that are formal or informal leaders of the subject.
range: Person
multivalued: true
@ -523,6 +541,75 @@ classes:
sh:group: inm7si:PersonPropertyGroup
sh:order: 8
Project:
class_uri: inm7si:Project
is_a: Thing
mixins:
- CurationAid
description: >-
A collective endeavour of some kind. Typically it is a planned process
that is undertaken or attempted to meet some requirement, or to achieve
a particular goal.
slots:
- title
- short_name
- date_started
- date_ended
- leaders
- collaborators
- partner_organizations
- funding
- description
slot_usage:
title:
required: true
annotations:
sh:name: Title
sh:group: inm7si:ProjectPropertyGroup
sh:order: 1
short_name:
annotations:
sh:name: Short name
sh:group: inm7si:ProjectPropertyGroup
sh:order: 2
leaders:
annotations:
sh:name: Leader(s)
sh:group: inm7si:ProjectPropertyGroup
sh:order: 3
description:
annotations:
sh:name: Description
sh:group: inm7si:ProjectPropertyGroup
sh:order: 4
dash:singleLine: false
date_started:
annotations:
sh:name: Start date
sh:group: inm7si:ProjectPropertyGroup
sh:order: 5
date_ended:
annotations:
sh:name: End date
sh:group: inm7si:ProjectPropertyGroup
sh:order: 6
funding:
annotations:
sh:name: Funding
sh:group: inm7si:ProjectPropertyGroup
sh:order: 7
collaborators:
annotations:
sh:name: Collaborator(s)
sh:group: inm7si:ProjectPropertyGroup
sh:order: 8
partner_organizations:
annotations:
sh:name: Partner(s)
sh:group: inm7si:ProjectPropertyGroup
sh:order: 9
Journal:
class_uri: inm7si:Journal
is_a: Thing
@ -670,7 +757,7 @@ classes:
- short_name
- parent_organization
- organization_type
- organization_heads
- leaders
slot_usage:
name:
required: true
@ -688,9 +775,9 @@ classes:
sh:name: Type
sh:group: inm7si:OrganizationPropertyGroup
sh:order: 3
organization_heads:
leaders:
annotations:
sh:name: Head(s)
sh:name: Leader(s)
sh:group: inm7si:OrganizationPropertyGroup
sh:order: 4
parent_organization: