@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:Cubic
  skos:prefLabel "Cubic" ;
  skos:narrower sampledescriptionvocabulary1:SimpleCubic, sampledescriptionvocabulary1:CubicFaceCentred, sampledescriptionvocabulary1:CubicBodyCentred ;
  skos:definition "1. A cubic lattice refers to a regular arrangement of points in three-dimensional space, forming a cubic structure. It can have different types, including the body-centered cubic (bcc) lattice and the face-centered cubic (fcc) lattice. The cubic crystal system cannot have a base-centered lattice. (ScienceDirect, AI generated definition based on: Space Groups for Solid State Scientists (Third Edition), 2013). 2. A lattice whose points lie at positions (x,y,z) in the Cartesian three-space, where x, y, and z are integers. (https://mathworld.wolfram.com/CubicLattice.html)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:LatticeType, sampledescriptionvocabulary1:LatticeSystem, sampledescriptionvocabulary1:CrystalStructure ;
  a skos:Concept .

sampledescriptionvocabulary1:SimpleCubic
  skos:prefLabel "Simple cubic" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Cubic .

sampledescriptionvocabulary1:CubicFaceCentred
  skos:prefLabel "Cubic face centred" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Cubic .

sampledescriptionvocabulary1:CubicBodyCentred
  skos:prefLabel "Cubic body centred" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Cubic .

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

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

sampledescriptionvocabulary1:CrystalStructure
  skos:prefLabel "Crystal structure" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Cubic .

