@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:EndofLifeExtension
  neat:IEVref "904-01-17"@en ;
  dc:contributor <https://orcid.org/0000-0002-9381-9693> ;
  dc:creator <http://orcid.org/0000-0003-4124-9040> ;
  skos:narrower neat:Revamping, neat:Repowering, neat:Recycling, neat:ReCertification ;
  skos:broader neat:Decommissioning ;
  skos:inScheme neat: ;
  skos:definition "When the life cycle stage of a product instead of end is extended for a certain period."@en ;
  skos:prefLabel "End-of-Life Extension"@en ;
  a skos:Concept .

neat:Revamping
  skos:prefLabel "Revamping"@en ;
  a skos:Concept ;
  skos:broader neat:EndofLifeExtension .

neat:Repowering
  skos:prefLabel "Repowering"@en ;
  a skos:Concept ;
  skos:broader neat:EndofLifeExtension .

neat:Recycling
  skos:prefLabel "Recycling"@en ;
  a skos:Concept ;
  skos:broader neat:EndofLifeExtension .

neat:ReCertification
  skos:prefLabel "Re-Certification"@en ;
  a skos:Concept ;
  skos:broader neat:EndofLifeExtension .

neat:Decommissioning
  skos:prefLabel "Decommissioning"@en ;
  a skos:Concept ;
  skos:narrower neat:EndofLifeExtension .

