Definition of s4ehaw:BanApplicationDomain
Defined in https://saref.etsi.org/saref4ehaw/v1.1.1/ as:
The BAN application domain, e.g. healthcare, telemedicine, assisted living, sport training, safety and emergency...
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:AssistedLiving a s4ehaw:BanApplicationDomain .
s4ehaw:Emergency a s4ehaw:BanApplicationDomain .
s4ehaw:Healthcare a s4ehaw:BanApplicationDomain .
s4ehaw:PervasiveComputing a s4ehaw:BanApplicationDomain .
s4ehaw:Prevention a s4ehaw:BanApplicationDomain .
s4ehaw:Safety a s4ehaw:BanApplicationDomain .
s4ehaw:SportTraining a s4ehaw:BanApplicationDomain .
s4ehaw:Telemedicine a s4ehaw:BanApplicationDomain .
s4ehaw:hasBanApplicationDomain rdfs:range s4ehaw:BanApplicationDomain .
<https://saref.etsi.org/saref4ehaw/v1.1.1/> dct:references s4ehaw:BanApplicationDomain ;
dct:subject s4ehaw:BanApplicationDomain .
s4ehaw:BanApplicationDomain a owl:Class ;
rdfs:label "BAN application domain"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4ehaw/v1.1.1/> ;
rdfs:comment "The BAN application domain, e.g. healthcare, telemedicine, assisted living, sport training, safety and emergency..."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4ehaw/v1.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4ehaw/v1.1.1/> ;
ns1:hiddenLabel "BanApplicationDomain" .