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

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

sampledescriptionvocabulary1:LatticeType
  skos:prefLabel "Lattice type" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Trigonal .

sampledescriptionvocabulary1:LatticeSystem
  skos:prefLabel "Lattice system" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Trigonal .

