s4ener:belongsTo — belongs to

IRI
https://saref.etsi.org/saref4ener/belongsTo
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:belongsTo

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

A relationship identifying the ownership of an entity. In particular, a slot belongs to a power sequence, a power sequence belongs to an alternative, an alternative belongs to a power profile, a power profile belongs to a device.

Description as an Object Property

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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<https://saref.etsi.org/saref4ener/v1.1.2/example/heatingsystem#> dct:references s4ener:belongsTo .

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

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

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

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

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

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

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:belongsTo ;
    dct:subject s4ener:belongsTo .

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

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

s4ener:belongsTo a owl:ObjectProperty ;
    rdfs:label "belongs to"@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 relationship identifying the ownership of an entity. In particular, a slot belongs to a power sequence, a power sequence belongs to an alternative, an alternative  belongs to a power profile, a power profile belongs to a device.  "@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/> ;
    ns1:hiddenLabel "belongsTo" .