@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:Kagome
  skos:prefLabel "Kagome" ;
  skos:definition "1. The Kagome lattice consists of corner-sharing triangles and is characterised by a large degree of geometric frustration, which becomes visible for instance in an antiferromagnetic Heisenberg model: while two of the three spins can be antiparallel, the third one is frustrated—both possible configurations will always contain one good and bad bond and are hence degenerate. (https://www.manybody.phy.cam.ac.uk/Research/kagome)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:LatticeType ;
  a skos:Concept .

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

