@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:Tubular
  dc:contributor <https://orcid.org/0000-0002-9381-9693> ;
  dc:creator <http://orcid.org/0000-0003-4124-9080> ;
  skos:broader neat:Tower ;
  skos:inScheme neat: ;
  skos:definition "A structure of a tower having the form or shape of a tube slightly conical (i.e. with their diameter increasing towards the base) in order to increase their strength and to save materials at the same time."@en ;
  skos:prefLabel "Tubular"@en ;
  a skos:Concept .

neat:Tower
  skos:prefLabel "Tower"@en ;
  a skos:Concept ;
  skos:narrower neat:Tubular .

