@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:MagneticDomainWall
  skos:prefLabel "Magnetic domain wall" ;
  skos:definition "1. A magnetic domain wall refers to the boundary that separates two regions with opposite magnetization directions, and it serves as a fundamental component in innovative magnetic storage technologies like racetrack memory and magnetic logic elements. (ScienceDirect, AI generated definition based on: Materials Today, 2010)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:Interphase ;
  a skos:Concept .

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

