From cc60f0ba0199c3f07ecd81dc9e066f93ae4bf7f2 Mon Sep 17 00:00:00 2001 From: David Linke Date: Wed, 21 Feb 2024 00:04:59 +0100 Subject: [PATCH] CATALYST -> SAMPLE; add new datacite 4.5 relations --- LICENSE | 2 +- src/pid4cat_model/schema/pid4cat_model.yaml | 16 ++++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index 31c339f..702ef1e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ The MIT License (MIT) -Copyright (c) 2023 David Linke +Copyright (c) 2023-2024 David Linke Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/pid4cat_model/schema/pid4cat_model.yaml b/src/pid4cat_model/schema/pid4cat_model.yaml index ab79484..689b92c 100644 --- a/src/pid4cat_model/schema/pid4cat_model.yaml +++ b/src/pid4cat_model/schema/pid4cat_model.yaml @@ -229,12 +229,12 @@ enums: COLLECTION: description: A collection is described as a group; its parts may also be separately described. meaning: http://purl.org/dc/dcmitype/Collection - CATALYST: - description: A physical entity meant to be applied as catalyst. - todos: - - map this to an ontology + SAMPLE: + description: A representative part of an entity of interest on which observations may be made. + mappings: + - "http://www.w3.org/ns/sosa/Sample" MATERIAL: - description: A material used in the catalysis research process (except the catalyst itself). + description: A material used in the research process (except samples). todos: - map this to an ontology DEVICE: @@ -251,7 +251,7 @@ enums: description: >- The type of the relation between the resources permissible_values: - # We adapt nearly all DataCite relations (Metadata Schema V 4.4) with + # We adapt nearly all DataCite relations (Metadata Schema V 4.5) with # the exception of: IsReviewedBy, Reviews # FYI: IGSN used only the relations isCitedBy, isPartOf, hasPart, @@ -319,6 +319,10 @@ enums: description: The resource is derived from another resource. IS_SOURCE_OF: description: The resource is source of another resource. + IS_COLLECTED_BY: + description: The resource is collected by another resource. + COLLECTS: + description: The resource collects another resource. IS_REQUIRED_BY: description: The resource is required by another resource. meaning: dct:isRequiredBy