@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:WindMapping
  dc:contributor <https://orcid.org/0000-0002-9381-9693> ;
  dc:creator <http://orcid.org/0000-0003-4124-9052> ;
  skos:broader neat:Siting ;
  skos:inScheme neat: ;
  skos:definition "A process of visualizing spatial variation of wind speed over geographic areas to help choosing prospective development areas for wind turbines installation."@en ;
  skos:prefLabel "Wind Mapping"@en ;
  a skos:Concept .

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

