-
Notifications
You must be signed in to change notification settings - Fork 47
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
[New Model] QualityTaskAttachment 1.0.0 #221
[New Model] QualityTaskAttachment 1.0.0 #221
Conversation
Validation Report for io.catenax.quality_task_attachment/1.0.0/QualityTaskAttachment.ttlValidation failed: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please check comments
samm:description "A list of files within the ZIP-folder, which are needed for a specific quality task"@en ; | ||
samm:characteristic :ListOfFiles . | ||
|
||
:QualityAspectModel a samm-c:Enumeration ; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't this more a type of QualityModels? So probably it makes sense to rename to
QualityModelTypes
samm:characteristic samm-c:Text ; | ||
samm:exampleValue "BPN-811_2022_000001" . | ||
|
||
:parentAspectModel a samm:Property ; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As we have not explicitly modeled a parent child relationship it might be better to name to
relatedModelType?
:filePath a samm:Property ; | ||
samm:preferredName "File Path"@en ; | ||
samm:description "Indicates where the file is located within the ZIP-folder"@en ; | ||
samm:characteristic :Text ; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
something went south here. Replace with samm-c:Text also remove characteristics definition.
samm:description "Describes the schema of the values contained in the file"@en ; | ||
samm:dataType :SchemaDefinition . | ||
|
||
:Text a samm:Characteristic ; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this one needs to be removed. Probably the editor copied that into the model
samm:description "The unit of the data contained in the column (used for numeric values)"@en ; | ||
samm:characteristic samm-c:UnitReference ; | ||
samm:exampleValue "degreeCelsiusPerHour" ; | ||
samm:see <https://docs.bosch-semantic-stack.com/samm-specification/2.0.0/appendix/unitcatalog.html> . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Validation Report for io.catenax.quality_task_attachment/1.0.0/QualityTaskAttachment.ttlValidation failed: |
Description
This new model allows the quality use case to provide a detailed description of files attached to a quality task and transferred in a ZIP folder.
-->
New Model Request Issue: 174
Closes #
MS2 Criteria
(to be filled out by PR reviewer)
DismantlerId
andDismantlerName
use an EntityDismantler
with the propertiesname
andid
or use a URN likeio.catenax.dismantler:0.0.1
)preferredName
anddescription
are not the samepreferredName
should be human readable and follow normal orthography (e.g., no camel case but normal word separation)MS3 Criteria
(to be filled out by semantic modeling team before merge to main-branch)