s4ener:AlternativesGroup — Alternatives group

IRI
https://saref.etsi.org/saref4ener/AlternativesGroup
Is defined by
https://saref.etsi.org/saref4ener/v1.1.2/
https://saref.etsi.org/saref4ener/v1.2.1/
https://saref.etsi.org/saref4ener/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4ener/v1.1.2/
https://saref.etsi.org/saref4ener/v1.1.2/example/heatingsystem#
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#
Download serialization
License

Definition of s4ener:AlternativesGroup

Defined in https://saref.etsi.org/saref4ener/v1.1.2/ as:

A collection of power sequences for a certain profile

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 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.1.2/example/heatingsystem#> dct:references s4ener:AlternativesGroup .

<https://saref.etsi.org/saref4ener/v1.2.1/example/heatingSystemPowerProfile#> dct:references s4ener:AlternativesGroup .

<https://saref.etsi.org/saref4ener/v1.2.1/example/powerProfileExample#> dct:references s4ener:AlternativesGroup .

<https://saref.etsi.org/saref4ener/v2.1.1/example/heatingSystemPowerProfile#> dct:references s4ener:AlternativesGroup .

<https://saref.etsi.org/saref4ener/v2.1.1/example/powerProfileExample#> dct:references s4ener:AlternativesGroup .

s4ener:PowerProfile rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom s4ener:AlternativesGroup ;
            owl:onProperty saref:consistsOf ],
        [ a owl:Restriction ;
            owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
            owl:onClass s4ener:AlternativesGroup ;
            owl:onProperty saref:consistsOf ] .

s4ener:PowerSequence rdfs:subClassOf [ a owl:Restriction ;
            owl:onClass s4ener:AlternativesGroup ;
            owl:onProperty s4ener:belongsTo ;
            owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ],
        [ a owl:Restriction ;
            owl:allValuesFrom s4ener:AlternativesGroup ;
            owl:onProperty s4ener:belongsTo ] .

<https://saref.etsi.org/saref4ener/v1.1.2/> dct:references s4ener:AlternativesGroup ;
    dct:subject s4ener:AlternativesGroup .

<https://saref.etsi.org/saref4ener/v1.2.1/> dct:references s4ener:AlternativesGroup ;
    dct:subject s4ener:AlternativesGroup .

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

s4ener:AlternativesGroup a owl:Class ;
    rdfs:label "Alternatives group"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4ener/v1.1.2/>,
        <https://saref.etsi.org/saref4ener/v1.1.2/example/heatingsystem#>,
        <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 "A collection of power sequences for a certain profile"@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4ener/v1.1.2/>,
        <https://saref.etsi.org/saref4ener/v1.2.1/>,
        <https://saref.etsi.org/saref4ener/v2.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4ener/v1.1.2/>,
        <https://saref.etsi.org/saref4ener/v1.2.1/>,
        <https://saref.etsi.org/saref4ener/v2.1.1/> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom s4ener:PowerProfile ;
            owl:onProperty s4ener:belongsTo ],
        [ a owl:Restriction ;
            owl:allValuesFrom s4ener:PowerSequence ;
            owl:onProperty saref:consistsOf ],
        [ a owl:Restriction ;
            owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
            owl:onClass s4ener:PowerSequence ;
            owl:onProperty saref:consistsOf ],
        [ a owl:Restriction ;
            owl:onClass s4ener:PowerProfile ;
            owl:onProperty s4ener:belongsTo ;
            owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ],
        [ a owl:Restriction ;
            owl:onDataRange xsd:unsignedInt ;
            owl:onProperty s4ener:alternativesGroupID ;
            owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] ;
    ns1:hiddenLabel "AlternativesGroup" .