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

sampledescriptionvocabulary1:Base
  skos:prefLabel "Base" ;
  skos:definition "The bottom of something considered as its support. (Merriam-Webster dictionary) "@en ;
  skos:broader sampledescriptionvocabulary1:StructureElement, sampledescriptionvocabulary1:SampleOriginDescriptor ;
  a skos:Concept .

sampledescriptionvocabulary1:StructureElement
  skos:prefLabel "Structure element" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Base .

sampledescriptionvocabulary1:SampleOriginDescriptor
  skos:prefLabel "Sampling origin (defines location and orientation of a sample cut)" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Base .

