s4ehaw:Interface — Interface

IRI
https://saref.etsi.org/saref4ehaw/Interface
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:Interface

Defined in https://saref.etsi.org/saref4ehaw/v1.1.1/ as:

Used for modelling the interfaces of a health device (e.g. Bluetooth, UWB, IEEE 802.15.6, serial interface...).

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:hasInterface rdfs:range s4ehaw:Interface .

s4ehaw:interfaceAddress rdfs:domain s4ehaw:Interface .

s4ehaw:interfaceDescription rdfs:domain s4ehaw:Interface .

s4ehaw:interfaceProtocol rdfs:domain s4ehaw:Interface .

s4ehaw:isGateway rdfs:domain s4ehaw:Interface .

s4ehaw:transmissionRate rdfs:domain s4ehaw:Interface .

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

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

s4ehaw:Interface a owl:Class ;
    rdfs:label "Interface"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4ehaw/v1.1.1/>,
        <https://saref.etsi.org/saref4ehaw/v1.1.1/example/COVIDCase#> ;
    rdfs:comment "Used for modelling the interfaces of a health device (e.g. Bluetooth, UWB, IEEE 802.15.6, serial interface...)."@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4ehaw/v1.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4ehaw/v1.1.1/> ;
    ns1:hiddenLabel "Interface" .