Awards and prizes #29

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

View file

@ -141,6 +141,11 @@ slots:
Timepoint at which the subject was (last) published.
range: W3CISO8601
date_received:
description: >-
Timepoint at which the subject was received.
range: W3CISO8601
display_name:
slot_uri: skos:prefLabel
description: >-
@ -228,6 +233,12 @@ slots:
An organization the subject is a part of.
range: Organization
receivers:
description: >-
Person(s) who received the subject.
range: Person
multivalued: true
room:
description: >-
Room where the subject is located.
@ -274,6 +285,37 @@ classes:
sh:group: inm7si:CurationAidPropertyGroup
sh:order: 2
Accolade:
class_uri: inm7si:Accolade
is_a: Thing
mixins:
- CurationAid
description: >-
An award, prize, or other honor received in recognition of an achievement.
slots:
- title
- date_received
- receivers
slot_usage:
title:
required: true
annotations:
sh:name: Title
sh:group: inm7si:AccoladePropertyGroup
sh:order: 1
receivers:
required: true
annotations:
sh:name: Receiver(s)
sh:group: inm7si:AccoladePropertyGroup
sh:order: 2
date_received:
recommended: true
annotations:
sh:name: Date received
sh:group: inm7si:AccoladePropertyGroup
sh:order: 3
Person:
class_uri: inm7si:Person
is_a: Thing