@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/81d22f06-0b56-4656-a4c4-a868c79c9865> a cim:FaultCauseType,
        skos:Concept ;
    cim:IdentifiedObject.description "Faults due to birds." ;
    cim:IdentifiedObject.mRID "81d22f06-0b56-4656-a4c4-a868c79c9865" ;
    cim:IdentifiedObject.name "externalInfluences.animals.birds" ;
    dcterms:identifier "urn:uuid:81d22f06-0b56-4656-a4c4-a868c79c9865" ;
    skos:definition "Faults due to birds."@en ;
    skos:inScheme <http://energy.referencedata.eu/FaultCauseType> ;
    skos:prefLabel "externalInfluences.animals.birds" ;
    skos:topConceptOf <http://energy.referencedata.eu/FaultCauseType> .

