Start and end dates for users #49

Merged
mih merged 1 commit from flatentry into main 2025-05-07 09:18:12 +00:00
3 changed files with 23 additions and 0 deletions

View file

@ -117,6 +117,18 @@ slots:
range: LicensedSoftware
multivalued: true
start_date:
title: Start date
description: >-
Timepoint at which the subject starts or started.
range: W3CISO8601
end_date:
title: End date
description: >-
Timepoint at which the subject ends or ended.
range: W3CISO8601
classes:
User:
class_uri: inm7fu:User
@ -125,5 +137,12 @@ classes:
A person that is a user of the INM7 IT infrastructure
slots:
# on top of the properties from `Person`
- start_date
- end_date
- allocated_software_licenses
- user_classifications
slot_usage:
start_date:
description: When this person starts being a user.
end_date:
description: When this person is expected to stop being a user.

View file

@ -13,6 +13,8 @@
"dontango@hhu.de"
],
"orcid": "0000-0001-0000-0000",
"start_date": "2019-04-01",
"end_date": "2073-12-31",
"allocated_software_licenses": [
"forklift"
],

View file

@ -14,3 +14,5 @@ allocated_software_licenses:
user_classifications:
- inm7_fzj_employee
- inm7_hhu_employee
start_date: "2019-04-01"
end_date: "2073-12-31"