@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:LatticeSystem
  skos:prefLabel "Lattice system" ;
  skos:narrower sampledescriptionvocabulary1:Trigonal, "https://purls.helmholtz-metadaten.de/skosmos/sdv/Orthorombic"^^ns0:None, sampledescriptionvocabulary1:Triclinic, sampledescriptionvocabulary1:Hexagonal, sampledescriptionvocabulary1:Cubic, sampledescriptionvocabulary1:Tetragonal ;
  skos:broader sampledescriptionvocabulary1:StructureDescriptor ;
  a skos:Concept .

sampledescriptionvocabulary1:Trigonal
  skos:prefLabel "Trigonal" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:LatticeSystem .

sampledescriptionvocabulary1:StructureDescriptor
  skos:prefLabel "Structure description" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:LatticeSystem .

sampledescriptionvocabulary1:Triclinic
  skos:prefLabel "Triclinic" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:LatticeSystem .

sampledescriptionvocabulary1:Monoclinic skos:broader sampledescriptionvocabulary1:LatticeSystem .
sampledescriptionvocabulary1:Orthorombic skos:broader sampledescriptionvocabulary1:LatticeSystem .
sampledescriptionvocabulary1:Hexagonal
  skos:prefLabel "Hexagonal" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:LatticeSystem .

sampledescriptionvocabulary1:Cubic
  skos:prefLabel "Cubic" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:LatticeSystem .

sampledescriptionvocabulary1:Tetragonal
  skos:prefLabel "Tetragonal" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:LatticeSystem .

