Skip to content

Commit

Permalink
Merge pull request #2 from StroemPhi/dev
Browse files Browse the repository at this point in the history
Adjust obligation level of attribute slots
  • Loading branch information
StroemPhi authored Nov 25, 2024
2 parents b308e8f + b120dcc commit 64dbe7b
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions src/dcat_4c_ap/schema/dcat-4nfdi-ap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,11 @@ classes:
- title
- description
- value

slot_usage:
value:
description: The slot to provide the literal value of the QualitativeAttribute.
required: true

QuantitativeAttribute:
mixins:
- ClassifierMixin
Expand All @@ -276,6 +280,7 @@ classes:
range: DefinedTerm
description: The type of quality that is quantifiable according to the QUDT ontology.
slot_uri: qudt:hasQuantityKind
required: true
bindings: ## new feature not yet implemented, see: https://github.com/linkml/linkml-model/releases/tag/v1.8.0
- binds_value_of: id
range: QUDTQuantityKindEnum
Expand All @@ -284,11 +289,16 @@ classes:
unit:
slot_uri: qudt:unit
range: DefinedTerm
recommended: true
bindings: ## new feature not yet implemented, see: https://github.com/linkml/linkml-model/releases/tag/v1.8.0
- binds_value_of: id
range: QUDTUnitEnum
obligation_level: RECOMMENDED
description: Restricts the allowable defined terms to the QUDT Unit vocabulary.
slot_usage:
value:
description: The slot to provide the literal value of the QuantitativeAttribute.
required: true



Expand Down Expand Up @@ -332,14 +342,14 @@ slots:
description: The slot to specify the Method (aka Procedure) that was used in the ResearchActivity.
range: Environment
has_qualitative_attribute:
#slot_uri: dcterms:relation
slot_uri: dcterms:relation
description: The slot to relate a qualitative attribute to an entity of interest, tool or environment.
range: QualitativeAttribute
inlined: true
multivalued: true
inlined_as_list: true
has_quantitative_attribute:
#slot_uri: dcterms:relation
slot_uri: dcterms:relation
description: The slot to relate a quantitative attribute to an entity of interest, tool or environment.
range: QuantitativeAttribute
inlined: true
Expand Down

0 comments on commit 64dbe7b

Please sign in to comment.