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

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

neat:Revamping
  dc:contributor <https://orcid.org/0000-0002-9381-9693> ;
  dc:creator <http://orcid.org/0000-0003-4124-9040> ;
  skos:altLabel "Refurbishment"@en, "Reactivation"@en, "Lifetime Extension"@en, "Enhancement"@en ;
  skos:broader neat:EndofLifeExtension ;
  skos:inScheme neat: ;
  skos:definition "An act of upgrading certain components of a wind turbine to extend the overall life time of the turbine (e.g. generator). The overall external layout of the farm remains unchanged (e.g. hub height, siting, size). Revamping differs from a normal operation and maintenance activities. New technology is installed or components are replaced instead of the initial equipment of the turbine."@en ;
  skos:prefLabel "Revamping"@en ;
  a skos:Concept .

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

