s4ehaw:Contact — Contact

IRI
https://saref.etsi.org/saref4ehaw/Contact
Is defined by
https://saref.etsi.org/saref4ehaw/v1.1.1/
Is referenced by
https://saref.etsi.org/saref4ehaw/v1.1.1/
Download serialization
License

Definition of s4ehaw:Contact

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

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

Description as a Class

is equivalent to
s4ehaw:HealthActor
is in range of
s4ehaw:hasContact

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:hasContact rdfs:range s4ehaw:Contact .

s4ehaw:Contact a owl:Class ;
    rdfs:label "Contact"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4ehaw/v1.1.1/> ;
    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:isDefinedBy <https://saref.etsi.org/saref4ehaw/v1.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4ehaw/v1.1.1/> ;
    owl:equivalentClass s4ehaw:HealthActor ;
    ns1:hiddenLabel "Contact" .

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