Skip to content
Snippets Groups Projects
Commit 168d3b42 authored by Marc Girod-Genet's avatar Marc Girod-Genet
Browse files

Replace saref4ehaw.ttl

parent 6fa607d1
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,6 @@
dcterms:created "start date of the STF 2019-01-01"^^xsd:date ;
vann:preferredNamespacePrefix "s4ehaw" ;
rdfs:comment "Extension of SAREF for eHealth Ageing Well domain." ;
vann:preferredNamespaceUri "https://saref.etsi.org/s4ehaw/" ;
......@@ -46,19 +44,15 @@ SAREF4EHAW mainly reuses the following existing ontologies: SAREF, ETSI SmartBAN
For semantic interoperability handling purposes, an ontology based solution, combined with sensing-as-a-service and WoT strategies, is retained for SAREF4EHAW. Therefore, an upper level ontology, at service level, shall also behas been fully modelled (Service class and sub-classes depicted in the previous figure).
For embedded semantic analytics purposes, SAREF4EHAW shall behas been designed using the modularity principle (see ETSI TR 103 509) and can thus be mainly described by the following self-contained knowledge sub-ontologies (or modules): HealthActor, Ban, HealthDevice, Function (measured data related concepts included) and Service."""^^<http://www.iana.org/assignments/media-types/text/markdown> ;
dcterms:title "s4ehaw: an extension of SAREF for eHealth Ageing Well"@en ;
dcterms:title "SAREF4EHAW: an extension of SAREF for the eHealth Ageing Well domain."@en ;
owl:versionInfo "v0.1.2" ;
owl:versionInfo "v1.1.1" ;
dcterms:license <https://forge.etsi.org/etsi-software-license> ;
dcterms:source <https://forge.etsi.org/rep/SAREF/s4ehaw/> ;
owl:versionIRI <https://saref.etsi.org/s4ehaw/v0.1.2/s4ehaw/> ;
owl:imports <https://saref.etsi.org/saref/core/> ;
owl:imports <https://saref.etsi.org/saref4envi/> ;
dcterms:publisher <https://www.etsi.org/> ;
......@@ -1516,7 +1510,9 @@ foaf:Agent rdf:type owl:Class ;
s4ehaw:Activity rdf:type owl:Class ;
rdfs:comment "The activity of a patient/user, i.e. daily and nocturnal activities."@en .
rdfs:comment "The activity of a patient/user, i.e. daily and nocturnal activities."@en ;
rdfs:label "Activity"@en .
......@@ -1524,19 +1520,29 @@ rdfs:comment "The activity of a patient/user, i.e. daily and nocturnal activitie
s4ehaw:AlarmCommand rdf:type owl:Class ;
rdfs:subClassOf saref:Command .
rdfs:subClassOf saref:Command ;
rdfs:label "Alarm comand"@en .
### https://saref.etsi.org/s4ehaw/Ban
s4ehaw:Ban rdf:type owl:Class .
s4ehaw:Ban rdf:type owl:Class ;
rdfs:comment "Smart Body Area Network (BAN), as defined within ETSI SmartBAN TC (see ETSI TR 103 394)."@en ;
rdfs:label "BAN"@en .
### https://saref.etsi.org/s4ehaw/BanApplicationDomain
s4ehaw:BanApplicationDomain rdf:type owl:Class .
s4ehaw:BanApplicationDomain rdf:type owl:Class ;
rdfs:comment "The BAN application domain, e.g. healthcare, telemedicine, assisted living, sport training, safety and emergency..."@en ;
rdfs:label "BAN application domain"@en .
......@@ -1544,7 +1550,11 @@ s4ehaw:BanApplicationDomain rdf:type owl:Class .
s4ehaw:BodySurfaceLocation rdf:type owl:Class ;
rdfs:subClassOf s4ehaw:Location .
rdfs:subClassOf s4ehaw:Location ;
rdfs:comment "Defines a helth device location in terms of a body surface position (i.e. on body health device)."@en ;
rdfs:label "Body surface location"@en .
......@@ -1552,25 +1562,64 @@ s4ehaw:BodySurfaceLocation rdf:type owl:Class ;
s4ehaw:Caregiver rdf:type owl:Class ;
rdfs:subClassOf s4ehaw:HealthActor .
rdfs:subClassOf s4ehaw:HealthActor ;
rdfs:comment "For caregivers modelling."@en ;
rdfs:label "Caregiver"@en .
### https://saref.etsi.org/core/Command
saref:Command rdf:type owl:Class ;
rdfs:comment "A directive that a device must support to perform a certain function. A command may act upon a state, but does not necessarily act upon a state. For example, the ON command acts upon the ON/OFF state, but the GET command does not act upon any state, it simply gives a directive to retrieve a certain value. We propose here a list of commands that are relevant for the purpose of SAREF, but this list can be extended."@en ;
rdfs:isDefinedBy saref: ;
rdfs:label "Command"@en .
### https://saref.etsi.org/core/NotifyCommand
saref:NotifyCommand rdf:type owl:Class ;
rdfs:comment "A type of command used for notifications."@en ;
rdfs:isDefinedBy saref: ;
rdfs:label "Notify command"@en .
### https://saref.etsi.org/s4ehaw/CommunicationFunction
s4ehaw:CommunicationFunction rdf:type owl:Class .
s4ehaw:CommunicationFunction rdf:type owl:Class ;
rdfs:comment "The BAN communication function way of working, i.e. periodic, event driven or on request."@en ;
rdfs:label "Communication function"@en .
### https://saref.etsi.org/s4ehaw/ComputingPower
s4ehaw:ComputingPower rdf:type owl:Class .
s4ehaw:ComputingPower rdf:type owl:Class ;
rdfs:comment "The computing power capabilities of a Health device."@en ;
rdfs:label "Computing power"@en .
### https://saref.etsi.org/s4ehaw/Constraint
s4ehaw:Constraint rdf:type owl:Class .
s4ehaw:Constraint rdf:type owl:Class ;
rdfs:comment "The Data constraints, e.g. validity, operating, security..."@en ;
rdfs:label "Constraint"@en .
......@@ -1578,7 +1627,11 @@ s4ehaw:Constraint rdf:type owl:Class .
s4ehaw:Contact rdf:type owl:Class ;
owl:equivalentClass s4ehaw:HealthActor .
owl:equivalentClass s4ehaw:HealthActor ;
rdfs:comment "A BAN has one or multiple contacts, i.e some health actors, e.g. the patient or user that is monitored through this BAN, the caregiver that is using this BAN for monitoring purposes..."@en ;
rdfs:label "Contact"@en .
......@@ -1588,19 +1641,41 @@ s4ehaw:DailyActivity rdf:type owl:Class ;
rdfs:subClassOf s4ehaw:Activity ;
rdfs:comment "The class of activities that occur during daytime."@en .
rdfs:comment "The patient/user activities that occur during daytime."@en ;
rdfs:label "Daily activity"@en .
### https://saref.etsi.org/s4ehaw/Data
s4ehaw:Data rdf:type owl:Class .
s4ehaw:Data rdf:type owl:Class ;
rdfs:comment "A function has one or many data, for example a tracking function shall include latitude, longitude and speed data."@en ;
rdfs:label "Data"@en .
### https://saref.etsi.org/s4ehaw/core/Device
saref:Device rdf:type owl:Class ;
rdfs:comment "A tangible object designed to accomplish a particular task in households, common public buildings or offices. In order to accomplish this task, the device performs one or more functions. For example, a washing machine is designed to wash (task) and to accomplish this task it performs the start and stop function."@en ;
rdfs:isDefinedBy saref: ;
rdfs:label "Device"@en .
### https://saref.etsi.org/s4ehaw/DeviceType
s4ehaw:DeviceType rdf:type owl:Class .
s4ehaw:DeviceType rdf:type owl:Class ;
rdfs:comment "A health device has a device type describing the physical characteristics of the health device."@en ;
rdfs:label "Device type"@en .
......@@ -1608,7 +1683,22 @@ s4ehaw:DeviceType rdf:type owl:Class .
s4ehaw:EventDrivenCommunicationFunction rdf:type owl:Class ;
rdfs:subClassOf s4ehaw:CommunicationFunction .
rdfs:subClassOf s4ehaw:CommunicationFunction ;
rdfs:comment "BAN communication function way of working of the type event driven."@en ;
rdfs:label "Event driven communication function"@en .
### https://saref.etsi.org/saref4envi/FrequencyMeasurement
s4envi:FrequencyMeasurement rdf:type owl:Class ;
rdfs:comment "Represents the measured value made over a frequency property. It is also linked to the frequency unit of measure in which the value is expressed and the timestamp of the measurement."@en ;
rdfs:isDefinedBy s4envi: ;
rdfs:label "Frequency measurement"@en .
......@@ -1616,7 +1706,33 @@ s4ehaw:EventDrivenCommunicationFunction rdf:type owl:Class ;
s4ehaw:FunctionalDevice rdf:type owl:Class ;
rdfs:subClassOf saref:FunctionRelated .
rdfs:subClassOf saref:FunctionRelated ;
rdfs:comment "Functional Devices are non-purely eHealth/ageing-well devices that can be used for modelling/detecting activities or behaviours of patients/users, like for example beacons that can detect indoor positioning of a patient in a house."@en ;
rdfs:label "Functional device"@en .
### https://saref.etsi.org/core/Function
saref:Function rdf:type owl:Class ;
rdfs:comment "The functionality necessary to accomplish the task for which a device is designed for, .e.g. a temperature measurement function. A device can be designed to perform more than one function. Functions can be structured in categories (subclasses) that reflect different points of view, for example, considering the specific application area for which a function can be used (e.g., heart rate, temperature, motion, oxygen level...), or the capability that a function can support (e.g., receive, reply, notify, etc.), and so forth. "@en ;
rdfs:isDefinedBy saref: ;
rdfs:label "Function"@en .
### https://saref.etsi.org/saref/core/FunctionRelated
saref:FunctionRelated rdf:type owl:Class ;
rdfs:comment "A SAREF ontology category that considers Devices and their specification in terms of functions, states and services."@en ;
rdfs:isDefinedBy saref: ;
rdfs:label "Function related"@en .
......@@ -1624,7 +1740,9 @@ s4ehaw:FunctionalDevice rdf:type owl:Class ;
s4ehaw:HealthActor rdf:type owl:Class ;
rdfs:comment "The eHealth system actors like e.g. caregivers, patients, users, helpers..."@en .
rdfs:comment "The eHealth system actors like e.g. caregivers, patients, users, helpers..."@en ;
rdfs:label "Health actor"@en .
......@@ -1634,9 +1752,11 @@ s4ehaw:HealthActuator rdf:type owl:Class ;
rdfs:subClassOf s4ehaw:HealthDevice ;
rdfs:label "Health-related Actuator, equivalent to SAREF Actuator" ;
rdfs:comment "Health-related Actuator, equivalent to SAREF Actuator"@en ;
owl:equivalentClass saref:Actuator ;
owl:equivalentClass saref:Actuator .
rdfs:label "Health actuator"@en .
......@@ -1644,17 +1764,22 @@ s4ehaw:HealthActuator rdf:type owl:Class ;
s4ehaw:HealthDevice rdf:type owl:Class ;
rdfs:label "Health Device" ;
rdfs:subClassOf saref:FunctionRelated .
rdfs:subClassOf saref:FunctionRelated ;
rdfs:comment "Health Devices, e.g. BAN hub, health sensor/actuator/Wereable."@en ;
rdfs:label "Health Device"@en .
### https://saref.etsi.org/s4ehaw/Helper
s4ehaw:Helper rdf:type owl:Class ;
rdfs:subClassOf s4ehaw:HealthActor .
rdfs:subClassOf s4ehaw:HealthActor ;
rdfs:comment "Helper of partients/users of a health system, e.g. a patient's relative."@en ;
rdfs:label "Helper"@en .
......@@ -1662,15 +1787,21 @@ s4ehaw:Helper rdf:type owl:Class ;
s4ehaw:BanHub rdf:type owl:Class ;
rdfs:label "BAN Hub" ;
rdfs:subClassOf s4ehaw:HealthDevice .
rdfs:subClassOf s4ehaw:HealthDevice ;
rdfs:comment "Hub of the BAN, mainly playing the role of both a data concentrator and a network GW."@en ;
rdfs:label "BAN hub" .
### https://saref.etsi.org/s4ehaw/Impairment
s4ehaw:Impairment rdf:type owl:Class .
s4ehaw:Impairment rdf:type owl:Class ;
rdfs:comment "Defined for patient's impairments modelling, e.g. deaf impairment, hearing impairement, handling impairment, visual impairement, blindI impairement, mobility impairement..."@en ;
rdfs:label "Impairment" .
......@@ -1678,13 +1809,21 @@ s4ehaw:Impairment rdf:type owl:Class .
s4ehaw:ImplantLocation rdf:type owl:Class ;
rdfs:subClassOf s4ehaw:Location .
rdfs:subClassOf s4ehaw:Location ;
rdfs:comment "Implant Device (i.e. in body health device) position."@en ;
rdfs:label "Implant location"@en .
### https://saref.etsi.org/s4ehaw/Interface
s4ehaw:Interface rdf:type owl:Class .
s4ehaw:Interface rdf:type owl:Class ;
rdfs:comment "Used for modelling the interfaces of a health device (e.g. Bluetooth, UWB, IEEE 802.15.6, serial interface...)."@en ;
rdfs:label "Interface"@en .
......@@ -1694,7 +1833,9 @@ s4ehaw:LegalConstraint rdf:type owl:Class ;
rdfs:subClassOf s4ehaw:Constraint ;
rdfs:comment "This is an empty container for describing the legal constraints a data can be submitted to, like e.g. anonymization."@en .
rdfs:comment "An empty container for describing the legal constraints a data can be submitted to, like e.g. anonymization."@en ;
rdfs:label "Legal constraint"@en .
......@@ -1702,7 +1843,21 @@ s4ehaw:LegalConstraint rdf:type owl:Class ;
s4ehaw:Location rdf:type owl:Class ;
rdfs:comment "The location, i.e. a position against the body (on - body surface – or in the body – implant –) and a physical location (i.e. a postal address and/or a current geolocation geolocation when available)."@en .
rdfs:comment "The location, i.e. a position against the body (on - body surface – or in the body – implant –) and a physical location (i.e. a postal address and/or a current geolocation geolocation when available)."@en ;
rdfs:label "Location"@en .
### https://saref.etsi.org/s4ehaw/core/Measurement
saref:Measurement rdf:type owl:Class ;
rdfs:comment "Represents the measured value made over a property. It is also linked to the unit of measure in which the value is expressed and the timestamp of the measurement."@en ;
rdfs:isDefinedBy saref: ;
rdfs:label "Measurement"@en .
......@@ -1710,7 +1865,11 @@ s4ehaw:Location rdf:type owl:Class ;
s4ehaw:MeasurementCollectionSession rdf:type owl:Class ;
rdfs:subClassOf saref:Task .
rdfs:subClassOf saref:Task ;
rdfs:comment "Task in which a health actor (mainly a patient or a user) is subject of measurement collection (recording) by both some measurement-related health Device (e.g. Sensor, Wereable, ECG Device...) and a health actor (mainly a caregiver)."@en ;
rdfs:label "Measurement collection session"@en .
......@@ -1718,7 +1877,11 @@ s4ehaw:MeasurementCollectionSession rdf:type owl:Class ;
s4ehaw:MeasurementFunction rdf:type owl:Class ;
rdfs:subClassOf saref:Function .
rdfs:subClassOf saref:Function ;
rdfs:comment "The functionality necessary to accomplish the measurement task for which a measurement-related health Device (e.g. Sensor, Wereable, ECG Device...) is designed for, e.g. a heart rate measurement function. "@en ;
rdfs:label "Measurement function"@en .
......@@ -1726,7 +1889,9 @@ s4ehaw:MeasurementFunction rdf:type owl:Class ;
s4ehaw:Mode rdf:type owl:Class ;
rdf:comment "The dynamic characteristics of a eHealth Device that vary during its lifetime or its BAN lifetime."@en .
rdf:comment "The dynamic characteristics of a eHealth Device that vary during its lifetime or its BAN lifetime."@en ;
rdfs:label "Mode"@en .
......@@ -1736,7 +1901,9 @@ s4ehaw:NocturnalActivity rdf:type owl:Class ;
rdfs:subClassOf s4ehaw:Activity ;
rdfs:comment "The class of activities that occur during the night."@en .
rdfs:comment "The class of activities that occur during the night."@en ;
rdfs:label "Nocturnal activity"@en .
......@@ -1744,7 +1911,11 @@ s4ehaw:NocturnalActivity rdf:type owl:Class ;
s4ehaw:OnRequestCommunicationFunction rdf:type owl:Class ;
rdfs:subClassOf s4ehaw:CommunicationFunction .
rdfs:subClassOf s4ehaw:CommunicationFunction ;
rdfs:comment "BAN communication function way of working of the type on request."@en ;
rdfs:label "On request communication function"@en .
......@@ -1754,7 +1925,9 @@ s4ehaw:OperatingConstraint rdf:type owl:Class ;
rdfs:subClassOf s4ehaw:Constraint ;
rdfs:comment "This is an empty container for describing the operating constraints of a device, e.g. prescribed humidity and temperature range..."@en .
rdfs:comment "An empty container for describing the operating constraints of a device, e.g. recommended humidity and temperature range..."@en ;
rdfs:label "Operating constraint"@en .
......@@ -1762,7 +1935,9 @@ s4ehaw:OperatingConstraint rdf:type owl:Class ;
s4ehaw:Patient rdf:type owl:Class ;
rdfs:subClassOf s4ehaw:HealthActor .
rdfs:subClassOf s4ehaw:HealthActor ;
rdfs:label "Patient"@en .
......@@ -1770,7 +1945,11 @@ s4ehaw:Patient rdf:type owl:Class ;
s4ehaw:PeriodicCommunicationFunction rdf:type owl:Class ;
rdfs:subClassOf s4ehaw:CommunicationFunction .
rdfs:subClassOf s4ehaw:CommunicationFunction ;
rdfs:comment "BAN communication function way of working of the type periodic."@en ;
rdfs:label "Periodic communication function"@en .
......@@ -1780,27 +1959,41 @@ s4ehaw:PhysicalLocation rdf:type owl:Class ;
rdfs:subClassOf s4ehaw:Location ;
rdfs:comment "The physical location, i.e. a postal address and a geolocation when available."@en .
rdfs:comment "The physical location, i.e. a postal address and a geolocation when available."@en ;
rdfs:label "Physical location"@en .
### https://saref.etsi.org/s4ehaw/Posture
s4ehaw:Posture rdf:type owl:Class .
s4ehaw:Posture rdf:type owl:Class ;
rdfs:comment "The posture of a health actor (mainly a patient or a user), e.g. exercising, lying, running, sitting, walking..."@en ;
rdfs:label "Posture"@en .
### https://saref.etsi.org/s4ehaw/PowerSource
s4ehaw:PowerSource rdf:type owl:Class .
s4ehaw:PowerSource rdf:type owl:Class ;
rdfs:comment "The power sources of a health device, mainly describing energy source and battery related capabilities of the health device (number of power source, source type, rechargeable or not, available power level...)."@en ;
rdfs:label "Power source"@en .
### https://saref.etsi.org/s4ehaw/RemainderCommand
### https://saref.etsi.org/s4ehaw/ReminderCommand
s4ehaw:RemainderCommand rdf:type owl:Class ;
s4ehaw:ReminderCommand rdf:type owl:Class ;
rdfs:subClassOf saref:NotifyCommand .
rdfs:subClassOf saref:NotifyCommand ;
rdfs:comment "Command used for sending reminder notifications to health actors, e.g. pationts, users or Caregivers."@en ;
rdfs:label "Reminder command"@en .
......@@ -1810,7 +2003,20 @@ s4ehaw:ResponsibleParty rdf:type owl:Class ;
rdfs:subClassOf s4ehaw:HealthActor ;
rdfs:comment "The legal entity responsible for a BAN, i.e. to contact in case of problem"@en .
rdfs:comment "The legal entity responsible for a BAN, i.e. to contact in case of problem"@en ;
rdfs:label "Responsible party"@en .
### https://saref.etsi.org/core/Service
saref:Service rdf:type owl:Class ;
rdfs:comment "A service is a representation of a function to a network that makes the function discoverable, registerable, remotely controllable by other devices in the network. A service can represent one or more functions. A Service like e.g. a heart rate measurement service is offered by a health device that wants (a certain set of) its function(s) to be discoverable, registerable, remotely controllable by other health devices, health applications, or health actors, in the health-related network."@en ;
rdfs:isDefinedBy saref: ;
rdfs:label "Service"@en .
......@@ -1818,7 +2024,9 @@ s4ehaw:ResponsibleParty rdf:type owl:Class ;
s4ehaw:ServiceGrounding rdf:type owl:Class ;
rdfs:comment "How to access the service."@en .
rdfs:comment "How to access the service."@en ;
rdfs:label "Service grounding"@en .
......@@ -1826,7 +2034,9 @@ s4ehaw:ServiceGrounding rdf:type owl:Class ;
s4ehaw:ServiceProcess rdf:type owl:Class ;
rdfs:comment "How the service works."@en .
rdfs:comment "How the service works."@en ;
rdfs:label "Service process"@en .
......@@ -1834,7 +2044,21 @@ s4ehaw:ServiceProcess rdf:type owl:Class ;
s4ehaw:ServiceProfile rdf:type owl:Class ;
rdfs:comment "What the service does."@en .
rdfs:comment "What the service does."@en ;
rdfs:label "Service profile"@en .
### https://saref.etsi.org/core/Task
saref:Task rdf:type owl:Class ;
rdfs:comment "The goal for which a device (e.g. a health device) is designed (from a user perspective). For example, a thermometer is designed for the task of measuring a temperature."@en ;
rdfs:isDefinedBy saref: ;
rdfs:label "Task"@en .
......@@ -1842,8 +2066,6 @@ s4ehaw:ServiceProfile rdf:type owl:Class ;
s4ehaw:TimeSeriesMeasurements rdf:type owl:Class ;
rdfs:label "Time series measurements" ;
rdfs:subClassOf saref:Measurement ,
[ rdf:type owl:Restriction ;
owl:onProperty s4ehaw:hasValues ;
......@@ -1854,15 +2076,32 @@ s4ehaw:TimeSeriesMeasurements rdf:type owl:Class ;
owl:allValuesFrom s4envi:FrequencyMeasurement
] ;
rdfs:comment "A sequence of data in a successive equally spaced points in time. The O&M ontology (ISO 19156) defines Time Series Observation as an “observation whose result is a time-series”, while both Hl7 aECG and DICOM standards define the Series element as a sequence of data sharing a common frame of reference. In SAREF4health we termed this concept as Time Series Measurements since this sequence of data refers to time series measured by a device. Notice that in this term we avoided prefixing with ECG because this concept can be applied to other types of data." .
rdfs:comment "A sequence of data in a successive equally spaced points in time. The O&M ontology (ISO 19156) defines Time Series Observation as an “observation whose result is a time-series”, while both Hl7 aECG and DICOM standards define the Series element as a sequence of data sharing a common frame of reference. In SAREF4health we termed this concept as Time Series Measurements since this sequence of data refers to time series measured by a device. Notice that in this term we avoided prefixing with ECG because this concept can be applied to other types of data." ;
rdfs:label "Time series measurements" .
### https://saref.etsi.org/saref/core/UnitOfMeasure
saref:UnitOfMeasure rdf:type owl:Class ;
rdfs:comment "The unit of measure is a standard for measurement of a quantity, such as a Property. For example, Power is a property and Watt is a unit of power that represents a definite predetermined power: when we say 10 Watt, we actually mean 10 times the definite predetermined power called \"watt\". Our definition is based on the definition of unit of measure in the Ontology of units of Measure (OM). We propose here a list of some units of measure that are relevant for the purpose of the Smart Appliances ontology, but this list can be extended."@en ;
rdfs:isDefinedBy saref: ;
rdfs:label "Unit of measure"@en .
### https://saref.etsi.org/s4ehaw/User
s4ehaw:User rdf:type owl:Class ;
rdfs:subClassOf s4ehaw:HealthActor .
rdfs:subClassOf s4ehaw:HealthActor ;
rdfs:comment "A health actor that is not a patient and is using BANs or health devices."@en ;
rdfs:label "Service profile"@en .
......@@ -1870,7 +2109,11 @@ s4ehaw:User rdf:type owl:Class ;
s4ehaw:ValidityConstraint rdf:type owl:Class ;
rdfs:subClassOf s4ehaw:Constraint .
rdfs:subClassOf s4ehaw:Constraint ;
rdfs:comment "Data may have validity constraint such as allowable value range."@en ;
rdfs:label "Validity constraint"@en .
......@@ -1882,7 +2125,9 @@ s4ehaw:HealthWearable rdf:type owl:Class ;
rdfs:label "Health-related Wearable, equivalent to SAREF4WEAR Wearable" ;
owl:equivalentClass s4wear:Wearable .
owl:equivalentClass s4wear:Wearable ;
rdfs:label "Health wereable"@en .
### https://saref.etsi.org/s4ehaw/HealthSensor
......@@ -1893,7 +2138,9 @@ s4ehaw:HealthSensor rdf:type owl:Class ;
rdfs:label "Health-related Sensor, equivalent to SAREF Sensor" ;
owl:equivalentClass saref:Sensor .
owl:equivalentClass saref:Sensor ;
rdfs:label "Health sensor"@en .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment