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

sampledescriptionvocabulary1:Treatment
  skos:prefLabel "Treatment" ;
  skos:narrower sampledescriptionvocabulary1:PostPolymerizationModification, sampledescriptionvocabulary1:PhysicalTreatment, sampledescriptionvocabulary1:MaterialDisintegration, sampledescriptionvocabulary1:MaterialAggregation, sampledescriptionvocabulary1:ThermoMechanicalProcessing, sampledescriptionvocabulary1:Cooling, sampledescriptionvocabulary1:HeatTreatment, sampledescriptionvocabulary1:SurfaceTreatment ;
  skos:broader sampledescriptionvocabulary1:ProcessingTreatment ;
  a skos:Concept .

sampledescriptionvocabulary1:ProcessingTreatment
  skos:prefLabel "Processing and Treatment (for both Material and Sample)" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Treatment .

sampledescriptionvocabulary1:PostPolymerizationModification
  skos:prefLabel "Post-polymerization modification" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Treatment .

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

sampledescriptionvocabulary1:MaterialDisintegration
  skos:prefLabel "Material disintegration" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Treatment .

sampledescriptionvocabulary1:MaterialAggregation
  skos:prefLabel "Material aggregation" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Treatment .

sampledescriptionvocabulary1:ThermoMechanicalProcessing
  skos:prefLabel "Thermo-mechanical treatment" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Treatment .

sampledescriptionvocabulary1:Cooling
  skos:prefLabel "Cooling" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Treatment .

sampledescriptionvocabulary1:HeatTreatment
  skos:prefLabel "Heat-treatment" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Treatment .

sampledescriptionvocabulary1:SurfaceTreatment
  skos:prefLabel "Surface treatment" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Treatment .

