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

sampledescriptionvocabulary1:CrystalStructure
  skos:prefLabel "Crystal structure" ;
  skos:narrower sampledescriptionvocabulary1:Rhombohedral, sampledescriptionvocabulary1:Triclinic, sampledescriptionvocabulary1:Monoclinic, sampledescriptionvocabulary1:Orthorombic, sampledescriptionvocabulary1:Hexagonal, sampledescriptionvocabulary1:Cubic, sampledescriptionvocabulary1:Tetragonal ;
  skos:definition "1. Crystal structure is a description of the ordered arrangement of atoms, ions, or molecules in a crystalline material. (Wikipedia)  2. A crystal structure is defined as the particular repeating arrangement of atoms (molecules or ions) throughout a crystal. (chem.libretexts.org)"@en ;
  skos:broader sampledescriptionvocabulary1:MaterialDescription ;
  a skos:Concept .

sampledescriptionvocabulary1:Rhombohedral
  skos:prefLabel "Rhombohedral (Trigonal)" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:CrystalStructure .

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

sampledescriptionvocabulary1:Monoclinic
  skos:prefLabel "Monoclinic" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:CrystalStructure .

sampledescriptionvocabulary1:Orthorombic
  skos:prefLabel "Orthorhombic" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:CrystalStructure .

sampledescriptionvocabulary1:Hexagonal
  skos:prefLabel "Hexagonal" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:CrystalStructure .

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

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

sampledescriptionvocabulary1:MaterialDescription
  skos:prefLabel "Material description" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:CrystalStructure .

