@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:LevelizedCostofEnergyModels
  dc:contributor <https://orcid.org/0000-0002-9381-9693> ;
  dc:creator <http://orcid.org/0000-0003-4124-9040> ;
  skos:broader neat:Economics ;
  skos:inScheme neat: ;
  skos:definition "An expression of the production cost of each unit of electricity generated over the working life of the plant taking into account wind farm development costs, capital investment, financial costs and lifetime running costs."@en ;
  skos:prefLabel "Levelized Cost of Energy Models"@en ;
  a skos:Concept .

neat:Economics
  skos:prefLabel "Economics"@en ;
  a skos:Concept ;
  skos:narrower neat:LevelizedCostofEnergyModels .

