-
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 IoT_sensor_data #83
New submodel IoT_sensor_data #83
Conversation
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.
Model looks very good overall. Some smaller comments. Would be great if you can consider fixing them
bamm:dataType xsd:string. | ||
:AnalogSensorCharacteristic a bamm:Characteristic; | ||
bamm:preferredName "Analog Sensor 1-10 Characteristic"@en; | ||
bamm:description "Characteristic that describes the property analog sensor"@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.
What is this sensor about? I do not fully understand what 1-10 means? Is it that it can be between 1 and 10?
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.
After discussion with the team, there was some misunderstanding here. This attribute should be modeled as a list. Analog Sensor 1-10 means the data is collected from 10 sensors. I have modeled it now in a list.
:AltitudeCharacteristic a bamm:Characteristic; | ||
bamm:preferredName "Altitude Characteristic"@en; | ||
bamm:dataType xsd:decimal; | ||
bamm:see <http://www.nmea.de/nmea0183datensaetze.html#rmc%C2%A0>. |
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.
Where is the relation between altitude and the referenced page?
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.
The link was wrong. Changed to http://www.nmea.de/nmea0183datensaetze.html#gga.
:AltitudeCharacteristic a bamm:Characteristic; | ||
bamm:preferredName "Altitude Characteristic"@en; | ||
bamm:dataType xsd:decimal; | ||
bamm:see <http://www.nmea.de/nmea0183datensaetze.html#rmc%C2%A0>. |
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.
Where is the relation between altitude and the referenced page? Or is it referring this entry for GPS coordinates? ALM - GPS Almanac Data
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
| | | | | | | | | | | | | | | |
$--ALM,x.x,x.x,xx,x.x,hh,hhhh,hh,hhhh,hhhh,hhhhhh,hhhhhh,hhhhhh,hhhhhh,hhh,hhh,*hh
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.
The link was wrong. Changed to http://www.nmea.de/nmea0183datensaetze.html#gga.
The sentence is :
GGA - Global Positioning System Fix Data, Time, Position and fix related data fora GPS receiver.
And it refers to the element 9.
@Cvetanka-ZF here you also need to adjust the file name to fit the aspect 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.
LGTM check the one comment if applicable. Apart from that we are good to go
bamm:characteristic :TransmissionMethodCharacteristic; | ||
bamm:exampleValue "LoRaWAN". | ||
:analogSensor a bamm:Property; | ||
bamm:preferredName "Analog Sensor 1-10"@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.
Is this still the right preferred 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.
Analog Sensor Preferred name change.
# 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?
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. Thanks! :)
Modeling_Team |
Description
A new model IoTSensorDAta required by the product Asset Tracking (BD Sustainability)
-->
Closes #54
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)