@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:SupportStructure
  dc:contributor <https://orcid.org/0000-0002-9381-9693> ;
  dc:creator <http://orcid.org/0000-0003-4124-9074> ;
  skos:narrower neat:Substructure, neat:MooringLines, neat:Foundation, neat:Floating ;
  skos:broader neat:WindTurbine ;
  skos:inScheme neat: ;
  skos:definition "A part of a wind turbine comprising the tower and foundation."@en ;
  skos:prefLabel "Support Structure"@en ;
  a skos:Concept .

neat:Substructure
  skos:prefLabel "Substructure"@en ;
  a skos:Concept ;
  skos:broader neat:SupportStructure .

neat:MooringLines
  skos:prefLabel "Mooring Lines"@en ;
  a skos:Concept ;
  skos:broader neat:SupportStructure .

neat:Foundation
  skos:prefLabel "Foundation"@en ;
  a skos:Concept ;
  skos:broader neat:SupportStructure .

neat:Floating
  skos:prefLabel "Floating"@en ;
  a skos:Concept ;
  skos:broader neat:SupportStructure .

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

