@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:Foundation
  dc:contributor <https://orcid.org/0000-0002-9381-9693> ;
  dc:creator <http://orcid.org/0000-0003-4124-9076> ;
  skos:broader neat:SupportStructure ;
  skos:inScheme neat: ;
  skos:definition "A structure set in the ground, to which the base of a support is attached to provide the necessary anchorage to withstand all applied loads."@en ;
  skos:prefLabel "Foundation"@en ;
  a skos:Concept .

neat:SupportStructure
  skos:prefLabel "Support Structure"@en ;
  a skos:Concept ;
  skos:narrower neat:Foundation .

