-
Notifications
You must be signed in to change notification settings - Fork 34
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
Represent sensor outputs #404
Comments
@ajnelson-nist Note that requirements 1 & 2 are not specified in a functional way but as a solution instead. Requirement 3 is much more funactionally oriented, and therefore clearer in what it is that this CP intends to achieve. Could you please rewrite Reqs. 1 & 2 into a similar functional demand? |
This proposal initiates adoption of part or all of SOSA, SSN, and QUDT. Interestingly, the "SHACL incubation" strategy used in UCO's Collections Ontology adoption only partially applies here. It does not appear that SSN provides SHACL shapes for SSN or SOSA, so we may have to develop SHACL shapes to provide users validation capabilities. However, QUDT provides SHACL shapes, so it would be worth either importing their shapes, or writing the few shapes we need if their transitive closure proves too unwieldy. I will make a few adjustments to the proposal text. Also, @cyberinvestigationexpress , Competency 2 accidentally duplicated its description from Competency 1. Could you please revise the initial issue post to include the text you meant? |
IMHO, for something to be modeled by use of SOSA I think it should clearly match the Sensor-Observation-Sampling-Actuator pattern. The same holds for SSN, since that has SOSA in its core. This is different for QUDT that is designed to support interoperability and transformations between values that are expressed in some unit of quantity, implying that any value (a point in a value scale) that expresses a magnitude of a quantity in a given system of units, can be expressed by a QUDT statement. Having said that, some remarks about the CQs:
|
Background
Need to represent a wide range of outputs from smart devices, including sensors on IoT devices. Representation should include output of sensors used to monitor health and environment. This need motivates the need to use an ontology of sensors and measurements, available in the Semantic Sensor Network Ontology (https://www.w3.org/TR/vocab-ssn/). Measurement units can be represented using the QUDT (http://www.qudt.org/).
Requirements
Requirement 1
UCO must be able to represent various types of repeatable measurements, including activity (e.g., walking), state (e.g., temperature), and distance.
Requirement 2
The SOSA ontology defines a class
sosa:Sensor
that appears to meet UCO needs of making measurements. UCO must make an ontological joining point relatingobservable:Device
andsosa:Sensor
.E.g. if UCO makes a class
observable:Sensor
that is a subclass of bothobservable:Device
andsosa:Sensor
, UCO'sobservable:Sensor
would gain all of the expressiveness from both subclass hierarchies.Requirement 3
The
sosa:Observation
class is defined as the act of estimating or calculating a value of a property of a feature of interest. UCO has a classobservable:Observation
that to date has not been demonstrated in any public example, and its only hint of usage is being anaction:Action
subclass.Requirement: UCO must align its
observable:Observation
class with thesosa:Observation
. Ifobservable:Observation
remains a subclass ofaction:Action
, then either guidance, or ontology-joining subproperties, must be provided to align properties that share matching purpose, especiallysosa:hasResult
withaction:Result
, andsosa:madeBySensor
with a constrainedaction:instrument
.Risk / Benefit analysis
sosa:Observation
s to CASE's chain of custody.Benefits
Adoption of SSN/SOSA/QUDT expands UCO's ability to represent a wider range of event log formats, including sensor data.
Risks
<http://www.w3.org/2004/02/skos/core>
, rather than aversionIRI
that was implemented to support OWL 2 DL. An update in SKOS describing a later phase of this versioned IRI is here. While this remains an issue, importing QUDT risks causing a breaking issue for UCO OWL 2 DL users.sosa:hasFeatureOfInterest
is likely to cause significant design discussion on what a "Feature" is within UCO's domain. The Ontology Committee is strongly encouraged to review the SOSA iPhone barometer example.sosa:resultTime
, as demonstrated in the iPhone barometer example, may appear to violate OWL 2 DL. The property is demonstrated as anDatatypeProperty
on<Observation/346344>
, and anObjectProperty
on<Observation/346345>
. This appears to be an error in the documentation, as the ontology definition file designatesresultTime
aDatatypeProperty
. The error has been raised. UCO should assume it is anowl:DatatypeProperty
.Competencies demonstrated
Competency 1
Represent a device being unlocked by an authenticated user. This type of event can be significant when individuals deny responsibility for device usage, such as texting while driving at the time of a fatal accident.
Claim: I was not texting while driving, the screen must have been activated accidentally by the screen rubbing against the car seat fabric.
Competency Question 1.1
Did the user unlock the device with biometric authentication (fingerprint) during the time of interest?
Result 1.1
Query returns all biometric authentication unlock events during the time of interest.
Competency 2
Represent a device being unlocked by an authenticated user. This type of event can be significant when individuals deny responsibility for device usage, such as texting while driving at the time of a fatal accident.
Claim: I was not texting while driving, the screen must have been activated accidentally by the screen rubbing against the car seat fabric.
Competency Question 2.1
Represent activity sensor measurements such as health tracking information.
Result 2.1
How many steps did the user take during the time of interest?
Competency 3
Represent the value of a cryptowallet as a measurement of the value of a given cryptocurrency at a specific time.
Competency Question 3.1
What was the balance amount of the cryptowallet at a specific time?
Result 3.1
Query returns the balance amount of the cryptowallet at the time of interest
Solution suggestion
observable:Sensor
, a subclass ofsosa:Sensor
andobservable:Device
.observable:Sensor
.observable:Observation
a subclass ofsosa:Observation
. ReconA UCO observable:Observation could be multi-classed as a sosa:Observation (which, on quick review, is only a subclass of owl:Thing, so might not be so difficult to import into UCO).
Coordination
develop
The text was updated successfully, but these errors were encountered: