-
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 submodel AssetTrackerLinks #86
New submodel AssetTrackerLinks #86
Conversation
Fixed wrong namespace, and soem missing descriptions.
bamm:properties (:catenaXId :childParts); | ||
bamm:operations (); | ||
bamm:events (). | ||
:catenaXId 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.
be prepared that this might be migrated to a shared aspect in the future, as a consolidation of the catenax id modeling is currently taking place. Thus, it might be required to introduce a new model version the n the shared aspect is available.
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.
noted. Thanks!
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.
could you fix the two articles in the descriptions. Apart from that I found nothing.
bamm:exampleValue "true"^^xsd:boolean. | ||
:pairedOn a bamm:Property; | ||
bamm:preferredName "Paired On"@en; | ||
bamm:description "Timestamp of pairing of IoT Device to an Asset."@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.
of an IoT Device
bamm:exampleValue "2023-02-03T14:48:54.709Z"^^xsd:dateTime. | ||
:unpairedOn a bamm:Property; | ||
bamm:preferredName "Unpaired On"@en; | ||
bamm:description "Timestamp of the unpairing of IoT Device from an Asset."@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.
of an IoT Device
# Copyright (c) 2023 BASF SE | ||
# Copyright (c) 2023 Henkel AG & Co. KGaA | ||
# Copyright (c) 2023 ZF Friedrichshafen AG | ||
# |
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.
Copyright (c) 2023 Contributors to the Eclipse Foundation?
Modeling_Team |
Description
New model AssetTrackerLinks required by the product Asset Tracking (BD Sustainability)
-->
Closes #56
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)