From 33d2c0cd78f3e98391876bb71b4e45661e1e456b Mon Sep 17 00:00:00 2001 From: dragoni <maurodragoni@gmail.com> Date: Fri, 29 Mar 2024 13:48:01 +0100 Subject: [PATCH] Addressed issue #17. --- ontology/saref4ehaw.ttl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ontology/saref4ehaw.ttl b/ontology/saref4ehaw.ttl index f5b01b9..939b10b 100644 --- a/ontology/saref4ehaw.ttl +++ b/ontology/saref4ehaw.ttl @@ -11,6 +11,7 @@ @prefix saref: <https://saref.etsi.org/core/> . @prefix s4ehaw: <https://saref.etsi.org/saref4ehaw/> . @prefix s4envi: <https://saref.etsi.org/saref4envi/> . +@prefix s4syst: <https://saref.etsi.org/saref4syst/> . @prefix dcterms: <http://purl.org/dc/terms/> . @prefix ssn-system: <http://www.w3.org/ns/ssn/systems/> . @base <https://saref.etsi.org/saref4ehaw/> . @@ -405,6 +406,10 @@ s4envi:hasFrequencyMeasurement rdf:type owl:ObjectProperty ; rdfs:label "has frequency measurement"@en . +### https://saref.etsi.org/saref4syst/connectsSystem +s4syst:connectsSystem rdf:type owl:ObjectProperty . + + ################################################################# # Data properties ################################################################# @@ -921,6 +926,11 @@ s4ehaw:AlarmCommand rdf:type owl:Class ; ### https://saref.etsi.org/saref4ehaw/Ban s4ehaw:Ban rdf:type owl:Class ; + rdfs:subClassOf s4syst:Connection , + [ rdf:type owl:Restriction ; + owl:onProperty s4syst:connectsSystem ; + owl:someValuesFrom s4ehaw:HealthDevice + ] ; rdfs:comment "Body Area Network."@en ; rdfs:label "BAN"@en . @@ -1252,6 +1262,10 @@ s4envi:FrequencyMeasurement rdf:type owl:Class ; s4envi:FrequencyUnit rdf:type owl:Class . +### https://saref.etsi.org/saref4syst/Connection +s4syst:Connection rdf:type owl:Class . + + ################################################################# # Individuals ################################################################# -- GitLab