@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:SimpleHexagonal
  skos:prefLabel "Simple hexagonal" ;
  skos:definition "A simple hexagonal crystal system is defined as a type of crystal structure that exhibits mirror zones on specific crystal surfaces, as illustrated in stereograms. (ScienceDirect, AI generated definition based on: Surface Science Reports, 2007)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:Hexagonal ;
  a skos:Concept .

sampledescriptionvocabulary1:Hexagonal
  skos:prefLabel "Hexagonal" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:SimpleHexagonal .

