s4ener:hasTaskIdentifier — has task identifier

IRI
https://saref.etsi.org/saref4ener/hasTaskIdentifier
Is defined by
https://saref.etsi.org/saref4ener/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4ener/v2.1.1/
Download serialization
License

Definition of s4ener:hasTaskIdentifier

Defined in https://saref.etsi.org/saref4ener/v2.1.1/ as:

Used by a device that wants to uniquely identify reoccurring types of power sequences. For example, specific types of washing cycles with specific parameters SHOULD have the same s4ener:taskIdentifier value every time they are offered using power sequences.

Definition as a Datatype Property

has super-properties
saref:hasIdentifier
has domain
s4ener:PowerSequence

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 s4ener: <https://saref.etsi.org/saref4ener/> .
@prefix saref: <https://saref.etsi.org/core/> .

s4ener:hasTaskIdentifier a owl:DatatypeProperty ;
    rdfs:label "has task identifier"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4ener/v2.1.1/> ;
    rdfs:comment "Used by a device that wants to uniquely identify reoccurring types of power sequences. For example, specific types of washing cycles with specific parameters SHOULD have the same s4ener:taskIdentifier value every time they are offered using power sequences."@en ;
    rdfs:domain s4ener:PowerSequence ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4ener/v2.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4ener/v2.1.1/> ;
    rdfs:subPropertyOf saref:hasIdentifier ;
    ns1:hiddenLabel "hasTaskIdentifier" .

<https://saref.etsi.org/saref4ener/v2.1.1/> dct:references s4ener:hasTaskIdentifier ;
    dct:subject s4ener:hasTaskIdentifier .