@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:ResourceAssessment
  neat:IEVref "351-42"@en ;
  dc:contributor <https://orcid.org/0000-0002-9381-9693> ;
  dc:creator <http://orcid.org/0000-0003-4124-9044> ;
  skos:broader neat:Siting ;
  skos:inScheme neat: ;
  skos:definition "An estimate of the total energy production of a wind turbine generator system during a one-year period by applying the power curve to different reference wind speed frequency distributions at hub height, assuming 100% availability."@en ;
  skos:prefLabel "Resource Assessment"@en ;
  a skos:Concept .

neat:Siting
  skos:prefLabel "Siting"@en ;
  a skos:Concept ;
  skos:narrower neat:ResourceAssessment .

