-
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 ] Get Production Tracking Aspect Model #555
[New Model ] Get Production Tracking Aspect Model #555
Conversation
@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.shopfloor_information.productionTrackingRequest: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.
please correct namespace
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.
Thank you fo your feedback!
Namespace name is corrected
samm-c:values ("processStep" "capability"). | ||
|
||
:ProcessStepIdentifierCharacteristic a samm-c:List; | ||
samm:preferredName "ProcessStepIdentifierCharacteristic"@en; |
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.
description
missing
samm:description "Aspect to request product specific data from modular production"@en. | ||
|
||
:customerId a samm:Property; | ||
samm:preferredName "customerId"@en; |
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.
customerId
should not be in camel case. it should be in plain English.
samm:characteristic ext-number:BpnlTrait. | ||
|
||
:billOfProcessId a samm:Property; | ||
samm:preferredName "billOfProcessId"@en; |
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 correct preferredName
here and all below
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
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>. | ||
@prefix : <urn:samm:io.catenax.shopfloor_information.get_production_tracking:1.0.0#>. | ||
@prefix ext-header2: <urn:samm:io.catenax.shared.message_header:2.0.0#>. | ||
@prefix ext-number: <urn:samm:io.catenax.shared.business_partner_number: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.
please consider using business_partner_number 2.0.0 shared model here instead of 1.0.0
Validation Report for io.catenax.shopfloor_information.get_production_tracking/1.0.0/GetProductionTrackingData.ttlInput model is valid |
Validation Report for io.catenax.shopfloor_information.get_production_tracking/1.0.0/GetProductionTracking.ttlValidation failed: |
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>. | ||
@prefix : <urn:samm:io.catenax.shopfloor_information.get_production_tracking:1.0.0#>. | ||
@prefix ext-header2: <urn:samm:io.catenax.shared.message_header:2.0.0#>. | ||
@prefix ext-number: <urn:samm:io.catenax.shared.business_partner_number: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.
business_partner_number 2.0.0 should be used.
samm:exampleValue "12345TestBoP.org". | ||
|
||
:customerId a samm:Property; | ||
samm:preferredName "customerId"@en; |
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.
remove camel case from customerId
|
||
All notable changes to this model will be documented in this file. | ||
|
||
## [1.0.0] 29.01.2024 |
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 5th Feb 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.
corrections are made. Just as an addition information. Both modesl, this and #556 use the serial_part model version 3.0.0, which is not merged yet.
Validation Report for io.catenax.shopfloor_information.get_production_tracking/1.0.0/GetProductionTracking.ttlValidation failed: |
@@ -0,0 +1,178 @@ | |||
########################################################################################## | |||
# Copyright (c) 2023-2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer IOSB & Fraunhofer IWU & Fraunhofer IPA) |
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 also change the year to 2024 only.
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.
update is pushed, thank you for the review!
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
Description
New aspect model for the production tracking request within the SopfloorInformationService
-->
Closes #546
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)