From 702da888b81bf1d16ed8efe059d69e9e39f64af3 Mon Sep 17 00:00:00 2001 From: dragoni Date: Wed, 27 Mar 2024 23:44:52 +0100 Subject: [PATCH] Addressed issue #22. --- ontology/saref4wear.ttl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ontology/saref4wear.ttl b/ontology/saref4wear.ttl index 78a500e..a8c2bcd 100644 --- a/ontology/saref4wear.ttl +++ b/ontology/saref4wear.ttl @@ -629,11 +629,11 @@ saref:Device rdf:type owl:Class ; rdfs:label "Device"@en . -### https://saref.etsi.org/core/EventFunction -saref:EventFunction rdf:type owl:Class ; +### https://saref.etsi.org/s4wear/NotifyingFunction +s4wear:NotifyingFunction rdf:type owl:Class ; rdfs:subClassOf saref:Function ; rdfs:comment "A function that allows to notify about some relevant activity; e.g., that a certain threshold value has been exceeded or that some object has moved."@en ; - rdfs:label "Event function"@en . + rdfs:label "Notifying function"@en . ### https://saref.etsi.org/core/FeatureOfInterest @@ -771,7 +771,7 @@ s4wear:BiometricProperty rdf:type owl:Class ; ### https://saref.etsi.org/saref4wear/CommunicatingFunction s4wear:CommunicatingFunction rdf:type owl:Class ; - rdfs:subClassOf saref:EventFunction ; + rdfs:subClassOf s4wear:NotifyingFunction ; rdfs:comment "A function that allows a device to communicate with another device."@en ; rdfs:label "Communicating function"@en . -- GitLab