-
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
[Model Update] QualityTaskAttachment 2.0.0 #625
[Model Update] QualityTaskAttachment 2.0.0 #625
Conversation
Validation Report for io.catenax.quality_task_attachment/2.0.0/QualityTaskAttachment.ttlInput model is valid |
@@ -0,0 +1,172 @@ | |||
####################################################################### | |||
# Copyright (c) 2023 Robert Bosch GmbH |
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.
2023, 2024 required
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.
Added year 2024 as mentioned
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
@prefix : <urn:samm:io.catenax.quality_task_attachment:1.0.0#> . |
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.
version 2.0.0 required here
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.
Changed version as mentioned
samm:preferredName "Quality Task ID"@en ; | ||
samm:description "A unique quality task identifier where these list of parts analysis belong to."@en ; | ||
samm:characteristic samm-c:Text ; | ||
samm:exampleValue "BPN-811_2022_000001" . |
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.
If it is unique ID, do you want to use shared aspect Uuid.tll here?
example:https://github.com/eclipse-tractusx/sldt-semantic-models/blob/main/io.catenax.shared.uuid/2.0.0/Uuid.ttl#L35
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.
Used shared aspect for Uuid in model
samm:characteristic samm-c:Text ; | ||
samm:exampleValue "/subfolder/Histogramm_data.csv" . | ||
|
||
:sizeInKb 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.
Property and the referenced Characteristic should not have the same name
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.
Changed naming
samm:characteristic samm-c:Text ; | ||
samm:exampleValue "semicolon" . | ||
|
||
:variables 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.
Property and the referenced Characteristic should not have the same name
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.
Changed naming
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 my comments
@JulianSchererZF could you please resolve the comments. |
Validation Report for io.catenax.quality_task_attachment/2.0.0/QualityTaskAttachment.ttlInput model is valid |
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.
LGTM
@@ -11,3 +11,13 @@ All notable changes to this model will be documented in this file. | |||
n/a | |||
|
|||
### Removed | |||
|
|||
## [2.0.0] - 2024-02-05 |
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.
you can change the date to today's date if you want MS3 today.
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.
Sorry, forgot that. Date is changed and I will participate in todays meeting for MS3
Validation Report for io.catenax.quality_task_attachment/2.0.0/QualityTaskAttachment.ttlInput model is valid |
Description
-->
Closes #598
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)