diff --git a/io.catenax.shared.part_classification/1.0.0/PartClassification.ttl b/io.catenax.shared.part_classification/1.0.0/PartClassification.ttl index c7d0827d..2cb79acd 100644 --- a/io.catenax.shared.part_classification/1.0.0/PartClassification.ttl +++ b/io.catenax.shared.part_classification/1.0.0/PartClassification.ttl @@ -58,19 +58,19 @@ samm:preferredName "Classification Standard"@en ; samm:description "Identified classification standards that align to the Catena-X needs."@en ; samm:characteristic :ClassificationStandardCharacteristic ; - samm:exampleValue "IEC" . + samm:exampleValue "GIN 20510-21513" . :classificationID a samm:Property ; samm:preferredName "Classification ID"@en ; samm:description "The classification ID of the part type according to the corresponding standard definition mentioned in the key value pair."@en ; samm:characteristic :ClassificationIDCharacteristic ; - samm:exampleValue "61360- 2:2012 " . + samm:exampleValue "1004712" . :classificationDescription a samm:Property ; samm:preferredName "Classification Description"@en ; samm:description "Optional property describing the classification standard."@en ; samm:characteristic samm-c:Text ; - samm:exampleValue "Standard data element types with associated classification scheme for electric components." . + samm:exampleValue "Generic standard for classification of parts in the automotive industry." . :ClassificationStandardCharacteristic a samm:Characteristic ; samm:preferredName "Classification Standard Characteristic"@en ; diff --git a/io.catenax.shared.part_classification/RELEASE_NOTES.md b/io.catenax.shared.part_classification/RELEASE_NOTES.md index 9ba5b97b..d6cdec7a 100644 --- a/io.catenax.shared.part_classification/RELEASE_NOTES.md +++ b/io.catenax.shared.part_classification/RELEASE_NOTES.md @@ -1,11 +1,13 @@ -Changelog +# Changelog All notable changes to this model will be documented in this file. -[1.0.0] - 2024-01-23 -Added -initial model +## [1.0.0] - 2024-02-19 +> Note Non-incremental change + Changed -n/a +- fixed misleading example values +- fixed formatting for these release notes -Removed -n/a +## [1.0.0] - 2024-01-23 +Added +- initial model