@prefix sampledescriptionvocabulary1: <https://purls.helmholtz-metadaten.de/skosmos/sdv/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <http://server/unset-base/> .

sampledescriptionvocabulary1:Layer
  skos:prefLabel "Layer" ;
  skos:narrower sampledescriptionvocabulary1:LayerType ;
  skos:definition "A material entity which 1) is spatially continuous, 2) is composed of material of comparable thickness, composition, and physical properties, and 3) is physically distinct from adjacent portions of environmental material. (TIB, The Environment Ontology)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:SamplePart, sampledescriptionvocabulary1:SampleShape ;
  a skos:Concept .

sampledescriptionvocabulary1:LayerType
  skos:prefLabel "Layer type" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Layer .

sampledescriptionvocabulary1:SamplePart
  skos:prefLabel "Sample part" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Layer .

sampledescriptionvocabulary1:SampleShape
  skos:prefLabel "Sample shape" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Layer .

