@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:Gearbox
  dc:contributor <https://orcid.org/0000-0002-9381-9693> ;
  dc:creator <http://orcid.org/0000-0003-4124-9066> ;
  skos:broader neat:Nacelle ;
  skos:inScheme neat: ;
  skos:definition "A protective casing providing a reservoir of oil or grease for the gearing."@en ;
  skos:prefLabel "Gearbox"@en ;
  a skos:Concept .

neat:Nacelle
  skos:prefLabel "Nacelle"@en ;
  a skos:Concept ;
  skos:narrower neat:Gearbox .

