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

sampledescriptionvocabulary1:StructureElement
  skos:prefLabel "Structure element" ;
  skos:narrower sampledescriptionvocabulary1:Atom, sampledescriptionvocabulary1:Shell, sampledescriptionvocabulary1:Node, sampledescriptionvocabulary1:CurvedBeam, sampledescriptionvocabulary1:Beam, sampledescriptionvocabulary1:Base, sampledescriptionvocabulary1:Lattice, sampledescriptionvocabulary1:UnitCell ;
  skos:broader sampledescriptionvocabulary1:Structure ;
  a skos:Concept .

sampledescriptionvocabulary1:Atom
  skos:prefLabel "Atom" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:StructureElement .

sampledescriptionvocabulary1:Shell
  skos:prefLabel "Shell" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:StructureElement .

sampledescriptionvocabulary1:Node
  skos:prefLabel "Node" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:StructureElement .

sampledescriptionvocabulary1:CurvedBeam
  skos:prefLabel "Curved beam" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:StructureElement .

sampledescriptionvocabulary1:Beam
  skos:prefLabel "Beam" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:StructureElement .

sampledescriptionvocabulary1:Base
  skos:prefLabel "Base" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:StructureElement .

sampledescriptionvocabulary1:Lattice
  skos:prefLabel "Lattice" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:StructureElement .

sampledescriptionvocabulary1:UnitCell
  skos:prefLabel "Unit cell" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:StructureElement .

sampledescriptionvocabulary1:Structure
  skos:prefLabel "Structure (Material)" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:StructureElement .

