@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:SubstitutionalAtom
  skos:prefLabel "Substitutional atom" ;
  skos:definition "1. Substitutional Defect occurs when the original atom in the lattice site of a crystalline solid is replaced by a different type of atom. (https://www.minaprem.com/materials-science/defects/substitutional-defect-point-defect-defects-in-solid/). 2. A substitutional defect occurs when an atom in a crystal lattice is replaced by a different type of atom. This can lead to changes in the material's properties, such as conductivity or strength. (https://www.perlego.com/index/physics/substitutional-defect)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:Defect ;
  a skos:Concept .

sampledescriptionvocabulary1:Defect
  skos:prefLabel "Defect" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:SubstitutionalAtom .

