Skip to content

Commit

Permalink
CATALYST -> SAMPLE; add new datacite 4.5 relations
Browse files Browse the repository at this point in the history
  • Loading branch information
dalito committed Feb 20, 2024
1 parent 2a462ac commit cc60f0b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
16 changes: 10 additions & 6 deletions src/pid4cat_model/schema/pid4cat_model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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,
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cc60f0b

Please sign in to comment.