Definition of s4ener:messagingType
Defined in https://saref.etsi.org/saref4ener/v1.1.2/ as:
Indicates the type of the message. Possible values are: - logging (used for messages, that shall be stored in a log file) - information (messages, that shall be presented to the customer on a display; lower priority) - warning (messages, that shall be presented to the customer on a display; medium priority) - alarm (messages, that shall be presented to the customer on a display; high priority; if there is an alarm device in the household, it shall generate an alarm) - emergency (messages, that shall be presented to the customer on a display; very high priority; if there is an alarm device in the household, it shall generate an alarm; additionally, if possible and configured, an emergency call shall be done) - obsolete (previously sent messages, that shall be marked as obsolete)
Definition as a Datatype Property
- has range
- one of { "logging"^^xsd:string, "information"^^xsd:string, "warning"^^xsd:string, "alarm"^^xsd:string, "emergency"^^xsd:string, "obsolete"^^xsd:string }
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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4ener: <https://saref.etsi.org/saref4ener/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<https://saref.etsi.org/saref4ener/v1.1.2/> dct:references s4ener:messagingType ;
dct:subject s4ener:messagingType .
<https://saref.etsi.org/saref4ener/v1.2.1/> dct:references s4ener:messagingType ;
dct:subject s4ener:messagingType .
s4ener:messagingType a owl:DatatypeProperty ;
rdfs:label "messaging type"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4ener/v1.1.2/>,
<https://saref.etsi.org/saref4ener/v1.2.1/> ;
rdfs:comment """Indicates the type of the message. Possible values are:
- logging (used for messages, that shall be stored in a log file)
- information (messages, that shall be presented to the customer on a display; lower priority)
- warning (messages, that shall be presented to the customer on a display; medium priority)
- alarm (messages, that shall be presented to the customer on a display; high priority; if there is an alarm device in the household, it shall generate an alarm)
- emergency (messages, that shall be presented to the customer on a display; very high priority; if there is an alarm device in the household, it shall generate an alarm; additionally, if possible and configured, an emergency call shall be done)
- obsolete (previously sent messages, that shall be marked as obsolete)"""@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4ener/v1.1.2/>,
<https://saref.etsi.org/saref4ener/v1.2.1/> ;
rdfs:range [ a rdfs:Datatype ;
owl:oneOf ( "logging"^^xsd:string "information"^^xsd:string "warning"^^xsd:string "alarm"^^xsd:string "emergency"^^xsd:string "obsolete"^^xsd:string ) ] ;
rdfs:seeAlso <https://saref.etsi.org/saref4ener/v1.1.2/>,
<https://saref.etsi.org/saref4ener/v1.2.1/> ;
ns1:hiddenLabel "messagingType" .