@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:Magnetization
  skos:prefLabel "Magnetization" ;
  skos:definition "Magnetization is the process by which an element acquires magnetic properties, through the application of a magnetic field. (https://imamagnets.com/productos/en/blog/what-does-magnetization-mean/)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:PhysicalTreatmentMethod ;
  a skos:Concept .

sampledescriptionvocabulary1:PhysicalTreatmentMethod
  skos:prefLabel "Physical treatment method" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Magnetization .

