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

<http://energy.referencedata.eu/StandardStatusTypeList/A19> a skos:Concept ;
    dcterms:identifier "A19" ;
    skos:definition "The remedial action is applied after an outage has occurred, in order to maintain the operational security."@en ;
    skos:inScheme <http://energy.referencedata.eu/StandardStatusTypeList> ;
    skos:prefLabel "Curative" ;
    skos:topConceptOf <http://energy.referencedata.eu/StandardStatusTypeList> .

