@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:LongitudinalSection
  skos:prefLabel "Longitudinal-section" ;
  skos:definition "1. Longitudinal sections are those which are cut lengthwise along the line of the long axis of a body or one of its constituent parts (https://gpnotebook.com/pages/surgery/longitudinal-section). 2. the representation of an object as it would appear if cut by the vertical plane passing through the longest axis of the object. (dictionary.com)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:Section ;
  a skos:Concept .

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

