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

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

sampledescriptionvocabulary1:Atmosphere_1 skos:narrower sampledescriptionvocabulary1:PhysicalTreatment .
sampledescriptionvocabulary1:DeMagnetization skos:broader sampledescriptionvocabulary1:PhysicalTreatment .
sampledescriptionvocabulary1:PhysicalTreatmentMethod
  skos:prefLabel "Physical treatment method" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:PhysicalTreatment .

sampledescriptionvocabulary1:Treatment
  skos:prefLabel "Treatment" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:PhysicalTreatment .

