@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:Section
  skos:prefLabel "Section" ;
  skos:narrower sampledescriptionvocabulary1:FractureSurface, sampledescriptionvocabulary1:LongitudinalSection, sampledescriptionvocabulary1:CrossSection ;
  skos:definition "1. A very thin slice (of tissue or mineral or other substance) for examination under a microscope. (TIB, NCI Thesaurus OBO Edition). 2.One of several parts or pieces that fit with others to constitute a whole object; a self-contained part of a larger composition (Ontobee, NCI Thesaurus OBO Edition). 3.  One of the parts that form something (Britannica). 4. The action or an instance of cutting or separating by cutting (Merriam-webster dictionary)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:SamplePart ;
  a skos:Concept .

sampledescriptionvocabulary1:FractureSurface
  skos:prefLabel "Fracture surface" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Section .

sampledescriptionvocabulary1:LongitudinalSection
  skos:prefLabel "Longitudinal-section" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Section .

sampledescriptionvocabulary1:CrossSection
  skos:prefLabel "Cross-section" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Section .

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

