@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:Interphase
  skos:prefLabel "Interphase" ;
  skos:narrower sampledescriptionvocabulary1:MagneticDomainWall, sampledescriptionvocabulary1:Surface, sampledescriptionvocabulary1:StackingFault, sampledescriptionvocabulary1:Twin, sampledescriptionvocabulary1:AntiphaseBoundary, sampledescriptionvocabulary1:PhaseBoundary, sampledescriptionvocabulary1:GrainBoundary ;
  skos:definition "1. Interfacial defects arise from growing a single-crystalline layer of one material on a second crystal differing in lattice parameter. (ScienceDirect, Surface Science Reports, 2013)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:Defect ;
  a skos:Concept .

sampledescriptionvocabulary1:MagneticDomainWall
  skos:prefLabel "Magnetic domain wall" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Interphase .

sampledescriptionvocabulary1:Surface
  skos:prefLabel "Surface" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Interphase .

sampledescriptionvocabulary1:StackingFault
  skos:prefLabel "Stacking fault" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Interphase .

sampledescriptionvocabulary1:Twin
  skos:prefLabel "Twin" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Interphase .

sampledescriptionvocabulary1:AntiphaseBoundary
  skos:prefLabel "Antiphase boundary" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Interphase .

sampledescriptionvocabulary1:PhaseBoundary
  skos:prefLabel "Phase boundary" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Interphase .

sampledescriptionvocabulary1:GrainBoundary
  skos:prefLabel "Grain boundary" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Interphase .

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

