@prefix sampledescriptionvocabulary1: <https://purls.helmholtz-metadaten.de/skosmos/sdv/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

sampledescriptionvocabulary1:DeMagnetization
  skos:prefLabel "De-Magnetization" ;
  a skos:Concept .

sampledescriptionvocabulary1:PhysicalTreatmentMethod
  skos:prefLabel "Physical treatment method" ;
  skos:narrower sampledescriptionvocabulary1:Freeze, sampledescriptionvocabulary1:Charging, sampledescriptionvocabulary1:Magnetization, sampledescriptionvocabulary1:UnFreeze, sampledescriptionvocabulary1:DisCharging, sampledescriptionvocabulary1:DeMagnetization ;
  skos:broader sampledescriptionvocabulary1:PhysicalTreatment ;
  a skos:Concept .

sampledescriptionvocabulary1:Freeze
  skos:prefLabel "Freeze" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:PhysicalTreatmentMethod .

sampledescriptionvocabulary1:Charging
  skos:prefLabel "Charging" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:PhysicalTreatmentMethod .

sampledescriptionvocabulary1:Magnetization
  skos:prefLabel "Magnetization" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:PhysicalTreatmentMethod .

sampledescriptionvocabulary1:UnFreeze
  skos:prefLabel "Unfreeze" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:PhysicalTreatmentMethod .

sampledescriptionvocabulary1:DisCharging
  skos:prefLabel "Discharging" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:PhysicalTreatmentMethod .

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

