@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:CrossSection
  skos:prefLabel "Cross-section" ;
  skos:definition "1. A section created by a plane cutting a solid perpendicular to its longest axis. (TIB, NCI Thesaurus OBO Edition). 2. A cross section is the non-empty intersection of a solid body in three-dimensional space with a plane, or the analog in higher-dimensional spaces. (Wikipedia). 3. A view or drawing that shows what the inside of something looks like after a cut has been made across it (Britannica). 4. A cutting or piece of something cut off at right angles to an axis (Merriam-Webster). 5.  A cross section describes the likelihood of two particles interacting under certain conditions. (Symmetry Magzine)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:Section ;
  a skos:Concept .

sampledescriptionvocabulary1:Section
  skos:prefLabel "Section" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:CrossSection .

