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

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

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

sampledescriptionvocabulary1:FabricationProcessingSynthesis
  skos:prefLabel "Fabrication/Processing/Synthesis" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:ProcessingTreatment .

sampledescriptionvocabulary1:PhysicalSystem
  skos:prefLabel "Physical system" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:ProcessingTreatment .

