@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:NonMagnetic
  skos:prefLabel "Non-magnetic" ;
  skos:definition "1. “non-magnetic” are those materials which do not exhibit strong magnetic response - they have low relative permeability μr, very close to unity, or susceptibility close to zero (similar to vacuum). (Encyclopedia Magnetica). 2. A non-magnetic material is a material that does not have any magnetic properties. This means that it does not attract magnets and it does not create its own magnetic field. (https://www.developingexperts.com/glossary). "^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:MagneticProperty ;
  a skos:Concept .

sampledescriptionvocabulary1:MagneticProperty
  skos:prefLabel "Magnetic property" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:NonMagnetic .

