@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:Beam
  skos:prefLabel "Beam" ;
  skos:definition "1. A group of nearly parallel rays of electromagnetic radiation or a stream of particles. (Ontobee, NCI Thesaurus OBO Edition). 2. A line of light that shines from a bright object (Cambridge dictionary). 3. A long piece of heavy often squared timber suitable for use in construction (Merriam-Webster). 4. A beam is a structural element that primarily resists loads applied laterally across the beam's axis (an element designed to carry a load pushing parallel to its axis would be a strut or column). (Wikipedia)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:StructureElement ;
  a skos:Concept .

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

