@prefix cim: <http://iec.ch/TC57/CIM100#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://energy.referencedata.eu/FaultCauseType/a2c170ac-5d5a-4673-a102-a548ab35c5e2> a cim:FaultCauseType,
        skos:Concept ;
    cim:IdentifiedObject.description "This cause is considered as a cause for a system fault." ;
    cim:IdentifiedObject.mRID "a2c170ac-5d5a-4673-a102-a548ab35c5e2" ;
    cim:IdentifiedObject.name "operationAndMaintenance.operations.changeOfGeneration" ;
    dcterms:identifier "urn:uuid:a2c170ac-5d5a-4673-a102-a548ab35c5e2" ;
    skos:definition "This cause is considered as a cause for a system fault."@en ;
    skos:inScheme <http://energy.referencedata.eu/FaultCauseType> ;
    skos:prefLabel "operationAndMaintenance.operations.changeOfGeneration" ;
    skos:topConceptOf <http://energy.referencedata.eu/FaultCauseType> .

