s4ehaw:hasDeviceCharacteristic — has device characteristic

IRI
https://saref.etsi.org/saref4ehaw/hasDeviceCharacteristic
Is defined by
https://saref.etsi.org/saref4ehaw/v1.1.1/
Is referenced by
https://saref.etsi.org/saref4ehaw/v1.1.1/
https://saref.etsi.org/saref4ehaw/v1.1.1/example/COVIDCase#
Download serialization
License

Definition of s4ehaw:hasDeviceCharacteristic

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, e.g. its dimensions.

Description as an Object Property

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/> .

<https://saref.etsi.org/saref4ehaw/v1.1.1/example/COVIDCase#> dct:references s4ehaw:hasDeviceCharacteristic .

s4ehaw:hasDeviceCharacteristic a owl:ObjectProperty ;
    rdfs:label "has 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, e.g. its dimensions."@en ;
    rdfs:domain s4ehaw:HealthDevice ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4ehaw/v1.1.1/> ;
    rdfs:range s4ehaw:DeviceCharacteristic ;
    rdfs:seeAlso <https://saref.etsi.org/saref4ehaw/v1.1.1/> ;
    ns1:hiddenLabel "hasDeviceCharacteristic" .

<https://saref.etsi.org/saref4ehaw/v1.1.1/> dct:references s4ehaw:hasDeviceCharacteristic ;
    dct:subject s4ehaw:hasDeviceCharacteristic .