@prefix neat: <http://purl.org/neat/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .

neat:IEVref
  skos:definition "A code used to identify certain concept in IEC Electropedia (http://www.electropedia.org/)"@en ;
  rdfs:label "IEV ref"@en .

neat:
  skos:prefLabel "NEAT"@en ;
  a skos:ConceptScheme .

neat:Decommissioning
  neat:IEVref "395-08"@en ;
  dc:contributor <https://orcid.org/0000-0002-9381-9693> ;
  dc:creator <http://orcid.org/0000-0003-4124-9040> ;
  skos:narrower neat:EndofLifeExtension ;
  skos:broader neat:OperationMaintenance ;
  skos:inScheme neat: ;
  skos:definition "Administrative and technical actions taken to allow the removal of some or all of the regulatory controls from a facility"@en ;
  skos:prefLabel "Decommissioning"@en ;
  a skos:Concept .

neat:EndofLifeExtension
  skos:prefLabel "End-of-Life Extension"@en ;
  a skos:Concept ;
  skos:broader neat:Decommissioning .

neat:OperationMaintenance
  skos:prefLabel "Operation & Maintenance"@en ;
  a skos:Concept ;
  skos:narrower neat:Decommissioning .

