Definition of s4ener:hasSlotValue
Defined in https://saref.etsi.org/saref4ener/v1.2.1/ as:
This property is intended to specify the power or energy value of a slot in a power sequence as part of a power profile. This property is a suggestion to be added in Saref4Energy v2.
Description as an Object Property
- has domain
- s4ener:Slot
- has range
- 
        saref:relatesToProperty min 1  (
        saref:Energy or 
        saref:Power)
 saref:Measurement
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 saref: <https://saref.etsi.org/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<https://saref.etsi.org/saref4ener/v1.2.1/example/heatingSystemPowerProfile#> dct:references s4ener:hasSlotValue .
<https://saref.etsi.org/saref4ener/v1.2.1/example/powerProfileExample#> dct:references s4ener:hasSlotValue .
<https://saref.etsi.org/saref4ener/v2.1.1/example/heatingSystemPowerProfile#> dct:references s4ener:hasSlotValue .
<https://saref.etsi.org/saref4ener/v2.1.1/example/powerProfileExample#> dct:references s4ener:hasSlotValue .
<https://saref.etsi.org/saref4ener/v1.2.1/> dct:references s4ener:hasSlotValue ;
    dct:subject s4ener:hasSlotValue .
<https://saref.etsi.org/saref4ener/v2.1.1/> dct:references s4ener:hasSlotValue ;
    dct:subject s4ener:hasSlotValue .
s4ener:hasSlotValue a owl:ObjectProperty ;
    rdfs:label "has slot value"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4ener/v1.2.1/>,
        <https://saref.etsi.org/saref4ener/v1.2.1/example/heatingSystemPowerProfile#>,
        <https://saref.etsi.org/saref4ener/v1.2.1/example/powerProfileExample#>,
        <https://saref.etsi.org/saref4ener/v2.1.1/>,
        <https://saref.etsi.org/saref4ener/v2.1.1/example/heatingSystemPowerProfile#>,
        <https://saref.etsi.org/saref4ener/v2.1.1/example/powerProfileExample#> ;
    rdfs:comment """This property is intended to specify the power or energy value of a slot in a power sequence as part of a power profile.
This property is a suggestion to be added in Saref4Energy v2."""@en ;
    rdfs:domain s4ener:Slot ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4ener/v1.2.1/>,
        <https://saref.etsi.org/saref4ener/v2.1.1/> ;
    rdfs:range [ a owl:Restriction ;
            owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
            owl:onClass [ a owl:Class ;
                    owl:unionOf ( saref:Energy saref:Power ) ] ;
            owl:onProperty saref:relatesToProperty ],
        saref:Measurement ;
    rdfs:seeAlso <https://saref.etsi.org/saref4ener/v1.2.1/>,
        <https://saref.etsi.org/saref4ener/v2.1.1/> ;
    ns1:hiddenLabel "hasSlotValue" .