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

sampledescriptionvocabulary1:StructureDescriptor
  skos:prefLabel "Structure description" ;
  skos:narrower sampledescriptionvocabulary1:LatticeModel, sampledescriptionvocabulary1:RoomGroup, sampledescriptionvocabulary1:Tessellation, sampledescriptionvocabulary1:Symmetry, sampledescriptionvocabulary1:LatticeType, sampledescriptionvocabulary1:LatticeSystem, sampledescriptionvocabulary1:Crystallinity ;
  skos:broader sampledescriptionvocabulary1:Structure ;
  a skos:Concept .

sampledescriptionvocabulary1:LatticeModel
  skos:prefLabel "Lattice model" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:StructureDescriptor .

sampledescriptionvocabulary1:RoomGroup
  skos:prefLabel "Room group" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:StructureDescriptor .

sampledescriptionvocabulary1:Tessellation
  skos:prefLabel "Tessellation" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:StructureDescriptor .

sampledescriptionvocabulary1:Symmetry
  skos:prefLabel "Symmetry" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:StructureDescriptor .

sampledescriptionvocabulary1:LatticeType
  skos:prefLabel "Lattice type" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:StructureDescriptor .

sampledescriptionvocabulary1:LatticeSystem
  skos:prefLabel "Lattice system" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:StructureDescriptor .

sampledescriptionvocabulary1:Crystallinity
  skos:prefLabel "Crystallinity" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:StructureDescriptor .

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

