@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:Hub
  dc:contributor <https://orcid.org/0000-0002-9381-9693> ;
  dc:creator <http://orcid.org/0000-0003-4124-9073> ;
  skos:broader neat:Rotor ;
  skos:inScheme neat: ;
  skos:definition "A fixture for attaching the blades or blade assembly to the rotor shaft."@en ;
  skos:prefLabel "Hub"@en ;
  a skos:Concept .

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

