@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/7c2ef4f5-3e11-4b29-8920-6ba18fba23be> a cim:FaultCauseType,
        skos:Concept ;
    cim:IdentifiedObject.description "Faults during operation or maintenance due to incorrect installation of network element or equipment." ;
    cim:IdentifiedObject.mRID "7c2ef4f5-3e11-4b29-8920-6ba18fba23be" ;
    cim:IdentifiedObject.name "operationAndMaintenance.personnel.installationError" ;
    dcterms:identifier "urn:uuid:7c2ef4f5-3e11-4b29-8920-6ba18fba23be" ;
    skos:definition "Faults during operation or maintenance due to incorrect installation of network element or equipment."@en ;
    skos:inScheme <http://energy.referencedata.eu/FaultCauseType> ;
    skos:prefLabel "operationAndMaintenance.personnel.installationError" ;
    skos:topConceptOf <http://energy.referencedata.eu/FaultCauseType> .

