@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:Rotor
  dc:contributor <https://orcid.org/0000-0002-9381-9693> ;
  dc:creator <http://orcid.org/0000-0003-4124-9071> ;
  skos:narrower neat:Hub, neat:Blades ;
  skos:broader neat:WindTurbine ;
  skos:inScheme neat: ;
  skos:definition "One of the main part of a wind turbine"@en ;
  skos:prefLabel "Rotor"@en ;
  a skos:Concept .

neat:Hub
  skos:prefLabel "Hub"@en ;
  a skos:Concept ;
  skos:broader neat:Rotor .

neat:Blades
  skos:prefLabel "Blades"@en ;
  a skos:Concept ;
  skos:broader neat:Rotor .

neat:WindTurbine
  skos:prefLabel "Wind Turbine"@en ;
  a skos:Concept ;
  skos:narrower neat:Rotor .

