-
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] ESS Supplier Response 1.0.0 #127
[New Model] ESS Supplier Response 1.0.0 #127
Conversation
@bs-jokri : Please review |
Modeling_Team |
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 add missing model elements and fix pref name and description as mentioned
bamm:description "The payload of the ESS Supplier Response notification"@en; | ||
bamm:characteristic :EssSupplierResponseContentCharacteristic. | ||
:supplyChainImpacted a bamm:Property; | ||
bamm:description "result of the supply chain analysis, i.e. if the inquiring company is impacted by the given incident.\nyes: the inquiring company is impacted by the incident because the given BPN is a direct or indirect supplier of the recipient of the ESS supplier request (i.e. the given BPN was found in the supply chain)\nno: the the inquiring company is not impacted by the incident because the given BPN is not a direct or indirect supplier of the recipient of the ESS supplier request (i.e. the given BPN was not found in the supply chain)\nunknown: no result"@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.
Start uppercase
:supplyChainImpacted a bamm:Property; | ||
bamm:description "result of the supply chain analysis, i.e. if the inquiring company is impacted by the given incident.\nyes: the inquiring company is impacted by the incident because the given BPN is a direct or indirect supplier of the recipient of the ESS supplier request (i.e. the given BPN was found in the supply chain)\nno: the the inquiring company is not impacted by the incident because the given BPN is not a direct or indirect supplier of the recipient of the ESS supplier request (i.e. the given BPN was not found in the supply chain)\nunknown: no result"@en; | ||
bamm:characteristic :SupplyChainImpactedCharacteristic. | ||
:SupplyChainImpactedCharacteristic a bamm-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.
prefered name missing
description missing
bamm:preferredName "Content"@en; | ||
bamm:description "The payload of the ESS Supplier Response notification"@en; | ||
bamm:characteristic :EssSupplierResponseContentCharacteristic. | ||
:supplyChainImpacted a bamm: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.
preferred name missing
:SupplyChainImpactedCharacteristic a bamm-c:Enumeration; | ||
bamm:dataType xsd:string; | ||
bamm-c:values ("yes" "no" "unknown"). | ||
:EssSupplierResponseContentCharacteristic a bamm: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.
description missing
check pref name writing (also all other pref names)
bamm:dataType :EssSupplierResponseContentEntity. | ||
:EssSupplierResponseContentEntity a bamm:Entity; | ||
bamm:properties (:supplyChainImpacted); | ||
bamm:preferredName "EssSupplierResponseContentEntity"@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, write prefered name in standard English
the new model for the header changes the approach, which is why we can close |
Description
-->
Closes #58
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)