-
Notifications
You must be signed in to change notification settings - Fork 7
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
Issue 266: Add more examples for SensorData #300
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.
Reflect the new examples in README
}, | ||
"@graph": [ | ||
{ | ||
"@id": "ni:///sha-256;77c5b495d391767b1d3b8e7c669c9fee3965a778a9bfe793e85602c971b98436?ver=CBV2.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.
Start from an existing JSON example and use id, isA, action
etc instead of @id, @type, epcis:action
etc
"epcis:component": "Latitude", | ||
"epcis:value": { | ||
"@value": "42.698334", | ||
"@type": "http://www.w3.org/2001/XMLSchema#decimal" |
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.
this type is predefined in the context, so use the pure value
"@type": "http://www.w3.org/2001/XMLSchema#decimal" | ||
}, | ||
"epcis:uom": "DD", | ||
"epcis:coordinateReferenceSystem:": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" |
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.
wrong trailing :
epcis:readPoint <urn:epc:id:sgln:4012345.00005.0> ; | ||
epcis:sensorElementList [ epcis:sensorMetadata [ epcis:time "2021-05-20T12:23:34+00:00"^^xsd:dateTime | ||
] ; | ||
epcis:sensorReport [ epcis:type 'Angle' ; |
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.
regenerate Turtle from JSON.
- use consistent quotes
"
not'
- datatype
^^xsd:double
is missing epcis:type
is wrong, should beepcis:measurementType
@CraigRe please close this without merging |
Closed without merging. |
No description provided.