@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/5f8933b2-70c0-48cf-8cbf-55b2f36ba475> a cim:FaultCauseType,
        skos:Concept ;
    cim:IdentifiedObject.description "Fault due to other component in the grid at 100 kV or above." ;
    cim:IdentifiedObject.mRID "5f8933b2-70c0-48cf-8cbf-55b2f36ba475" ;
    cim:IdentifiedObject.name "technical.adjoiningGrid.atOrAbove_100KV" ;
    dcterms:identifier "urn:uuid:5f8933b2-70c0-48cf-8cbf-55b2f36ba475" ;
    skos:definition "Fault due to other component in the grid at 100 kV or above."@en ;
    skos:inScheme <http://energy.referencedata.eu/FaultCauseType> ;
    skos:prefLabel "technical.adjoiningGrid.atOrAbove_100KV" ;
    skos:topConceptOf <http://energy.referencedata.eu/FaultCauseType> .

