Definition of s4ehaw:PowerSource
Defined in https://saref.etsi.org/saref4ehaw/v1.1.1/ as:
The power sources of a health device, mainly describing energy source and battery related capabilities of the health device (number of power source, source type, rechargeable or not...).
Description as a Class
- is in domain of
-
s4ehaw:powerSourceType
s4ehaw:rechargeable - is in range of
- s4ehaw:hasPowerSource
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:hasPowerSource rdfs:range s4ehaw:PowerSource .
s4ehaw:powerSourceType rdfs:domain s4ehaw:PowerSource .
s4ehaw:rechargeable rdfs:domain s4ehaw:PowerSource .
<https://saref.etsi.org/saref4ehaw/v1.1.1/example/COVIDCase#> dct:references s4ehaw:PowerSource .
<https://saref.etsi.org/saref4ehaw/v1.1.1/> dct:references s4ehaw:PowerSource ;
dct:subject s4ehaw:PowerSource .
s4ehaw:PowerSource a owl:Class ;
rdfs:label "Power source"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4ehaw/v1.1.1/>,
<https://saref.etsi.org/saref4ehaw/v1.1.1/example/COVIDCase#> ;
rdfs:comment "The power sources of a health device, mainly describing energy source and battery related capabilities of the health device (number of power source, source type, rechargeable or not...)."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4ehaw/v1.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4ehaw/v1.1.1/> ;
ns1:hiddenLabel "PowerSource" .