@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/456ac068-5c16-45e4-8d3e-108333de9344> a cim:FaultCauseType,
        skos:Concept ;
    cim:IdentifiedObject.description "Unintentional fires or explosions due to third-party human activity." ;
    cim:IdentifiedObject.mRID "456ac068-5c16-45e4-8d3e-108333de9344" ;
    cim:IdentifiedObject.name "externalInfluences.humanThirdParty.fireExplosion" ;
    dcterms:identifier "urn:uuid:456ac068-5c16-45e4-8d3e-108333de9344" ;
    skos:definition "Unintentional fires or explosions due to third-party human activity."@en ;
    skos:inScheme <http://energy.referencedata.eu/FaultCauseType> ;
    skos:prefLabel "externalInfluences.humanThirdParty.fireExplosion" ;
    skos:topConceptOf <http://energy.referencedata.eu/FaultCauseType> .

