@prefix neat: <http://purl.org/neat/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .

neat:IEVref
  skos:definition "A code used to identify certain concept in IEC Electropedia (http://www.electropedia.org/)"@en ;
  rdfs:label "IEV ref"@en .

neat:
  skos:prefLabel "NEAT"@en ;
  a skos:ConceptScheme .

neat:Cooling
  neat:IEVref "411-44"@en ;
  dc:contributor <https://orcid.org/0000-0002-9381-9693> ;
  dc:creator <http://orcid.org/0000-0003-4124-9065> ;
  skos:broader neat:Nacelle ;
  skos:inScheme neat: ;
  skos:definition "A procedure by means of which heat resulting from losses occurring in a machine is given up to a primary coolant which may be continuously replaced or may itself be cooled by a secondary coolant in a heat exchanger."@en ;
  skos:prefLabel "Cooling"@en ;
  a skos:Concept .

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

