s4bldg:Transformer — Transformer

IRI
https://saref.etsi.org/saref4bldg/Transformer
Is defined by
https://saref.etsi.org/saref4bldg/v1.1.2/
https://saref.etsi.org/saref4bldg/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4bldg/v1.1.2/
https://saref.etsi.org/saref4bldg/v2.1.1/
Download serialization
License

Definition of s4bldg:Transformer

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

A transformer is an inductive stationary device that transfers electrical energy from one circuit to another. Transformer is used to transform electric power; conversion of electric signals for other purposes is handled at other entities: Controller converts arbitrary signals, AudioVisualAppliance converts signals for audio or video streams, and CommunicationsAppliance converts signals for data or other communications usage.

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 prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4bldg: <https://saref.etsi.org/saref4bldg/> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://saref.etsi.org/saref4bldg/v1.1.2/> dct:references s4bldg:Transformer ;
    dct:subject s4bldg:Transformer .

<https://saref.etsi.org/saref4bldg/v2.1.1/> dct:references s4bldg:Transformer ;
    dct:subject s4bldg:Transformer .

s4bldg:Transformer a owl:Class ;
    rdfs:label "Transformer"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4bldg/v1.1.2/>,
        <https://saref.etsi.org/saref4bldg/v2.1.1/> ;
    rdfs:comment """A transformer is an inductive stationary device that transfers electrical energy from one circuit to another.

Transformer is used to transform electric power; conversion of electric signals for other purposes is handled at other entities: Controller converts arbitrary signals, AudioVisualAppliance converts signals for audio or video streams, and CommunicationsAppliance converts signals for data or other communications usage."""@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4bldg/v1.1.2/>,
        <https://saref.etsi.org/saref4bldg/v2.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4bldg/v1.1.2/>,
        <https://saref.etsi.org/saref4bldg/v2.1.1/>,
        "https://w3id.org/ifc/IFC4_ADD1#IfcTransformer" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:apparentPowerMax ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:imaginaryImpedanceRatio ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:primaryApparentPower ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:primaryCurrent ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:primaryFrequency ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:primaryVoltage ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:realImpedanceRatio ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:secondaryApparentPower ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:secondaryCurrent ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:secondaryFrequency ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:secondaryVoltage ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:boolean ;
            owl:onProperty s4bldg:isNeutralPrimaryTerminalAvailable ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:boolean ;
            owl:onProperty s4bldg:isNeutralSecondaryTerminalAvailable ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty s4bldg:secondaryCurrentType ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty s4bldg:transformerVectorGroup ],
        s4bldg:EnergyConversionDevice ;
    ns1:hiddenLabel "Transformer" ;
    prov:hadPrimarySource <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcelectricaldomain/lexical/ifctransformer.htm>,
        <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcelectricaldomain/pset/pset_transformertypecommon.htm> .