-
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]: market palce offer_v2.0.0 #538
Conversation
@agg3fe This updated model version contains a shared-aspect (the PhysicalDimensions aspect model), which is still modelled with old bamm-model version, which caused conflict when it is merged into a samm-model. What should I do in this case? |
The solution would be to first convert PhysicalDimensions aspect model to samm meta model. |
Do I need to raise a new model version (v2.0.1) for it? |
I am not sure about the reason for converting back to bamm. But a new version 3.0.0 would be required as this is not compatible with old 2.0.0 bamm version. |
:dimensions a samm:Property ; | ||
samm:preferredName "dimensions"@en ; | ||
samm:description "(length, height, width, diameter, weight)"@en ; | ||
samm:characteristic ext-dimension:PhysicalDimensionsCharacteristic . |
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 if you are able to use https://github.com/eclipse-tractusx/sldt-semantic-models/blob/main/io.catenax.shared.quantity/1.0.0/Quantity.ttl
model 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.
If it is linked to Quantity aspect, the property "dimensions" has both mass and linear characteristic. However I cannot link a single property to 2 characteristics. Do you have a solution here? Or should I still use the physical dimension aspect?
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.
Quantity: You can link it directly to each specific characterisitc (for reference i did the same in the digital product passport). For weight to the massCharacteristic, for the others each to the linear characteristic.
(Physical Dimensions: This model is very restrictive (as of now) and the unit can not be adjusted.)
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.
Thanks @catroest for helping here.
@yuchengluo1 here's the example https://github.com/eclipse-tractusx/sldt-semantic-models/blob/main/io.catenax.generic.digital_product_passport/3.0.0/DigitalProductPassport.ttl#L665.
Validation Report for io.catenax.market_place_offer/2.0.0/MarketplaceOffer.ttlInput model is valid |
@yuchengluo1 is this model ready for MS2 check? |
Validation Report for io.catenax.market_place_offer/2.0.0/MarketplaceOffer.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.
please check my comments
Validation Report for io.catenax.market_place_offer/2.0.0/MarketplaceOffer.ttlInput model is valid |
Does the model fullfill the MS2 requirement? Could we try to get MS3 approval this afternoon? |
Thanks for resolving the issues. Please resolve the two comments left, then we are good to go for MS3. |
Validation Report for io.catenax.market_place_offer/2.0.0/MarketplaceOffer.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
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
@prefix : <urn:samm:io.catenax.market_place_offer:2.0.0#> . | ||
@prefix ext-part: <urn:samm:io.catenax.serial_part:2.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.
serial part 3.0.0
Validation Report for io.catenax.market_place_offer/2.0.0/MarketplaceOffer.ttlValidation failed: |
is it ok now? |
Description
As mentioned in issue: #482.
-->
Closes #482
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)