Definition of s4ehaw:DeviceCharacteristic
Defined in https://saref.etsi.org/saref4ehaw/v1.1.1/ as:
A health device has device characteristic describing the physical characteristics of the health device.
Description as a Class
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4ehaw: <https://saref.etsi.org/saref4ehaw/> .
s4ehaw:deviceCharacteristicName rdfs:domain s4ehaw:DeviceCharacteristic .
s4ehaw:dimension rdfs:domain s4ehaw:DeviceCharacteristic .
s4ehaw:hasComputingPower rdfs:domain s4ehaw:DeviceCharacteristic .
s4ehaw:hasDeviceCharacteristic rdfs:range s4ehaw:DeviceCharacteristic .
s4ehaw:hasMode rdfs:domain s4ehaw:DeviceCharacteristic .
s4ehaw:hasPowerSource rdfs:domain s4ehaw:DeviceCharacteristic .
s4ehaw:velocity rdfs:domain s4ehaw:DeviceCharacteristic .
<https://saref.etsi.org/saref4ehaw/v1.1.1/example/COVIDCase#> dct:references s4ehaw:DeviceCharacteristic .
<https://saref.etsi.org/saref4ehaw/v1.1.1/> dct:references s4ehaw:DeviceCharacteristic ;
dct:subject s4ehaw:DeviceCharacteristic .
s4ehaw:DeviceCharacteristic a owl:Class ;
rdfs:label "Device characteristic"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4ehaw/v1.1.1/>,
<https://saref.etsi.org/saref4ehaw/v1.1.1/example/COVIDCase#> ;
rdfs:comment "A health device has device characteristic describing the physical characteristics of the health device."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4ehaw/v1.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4ehaw/v1.1.1/> ;
ns1:hiddenLabel "DeviceCharacteristic" .