Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/part classification 1.0.0 #663

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;
Expand Down
16 changes: 9 additions & 7 deletions io.catenax.shared.part_classification/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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
Loading