Skip to content

Commit

Permalink
Add version to make updated records easily findable
Browse files Browse the repository at this point in the history
  • Loading branch information
dalito committed Feb 23, 2024
1 parent ce4022e commit 5207869
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/pid4cat_model/schema/pid4cat_model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ classes:
- id
- landing_page_url
- status
- record_version
- resource_info
- related_identifiers
- dc_rights
Expand Down Expand Up @@ -121,6 +122,11 @@ slots:
range: PID4CatStatus
description: >-
The status of the PID4CatRecord.
record_version:
slot_uri: schema:identifier
description: >-
The data-base version of the PID4CatRecord (e.g. 20240219v0, 20240219v1, ...).
The version should be incremented with every change of the PID4CatRecord.
resource_info:
range: ResourceInfo
multivalued: true
Expand Down

0 comments on commit 5207869

Please sign in to comment.