@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:SurfaceTreatment
  skos:prefLabel "Surface treatment" ;
  skos:narrower sampledescriptionvocabulary1:MechanicalAndSurfaceTreatment, sampledescriptionvocabulary1:SurfaceStructuring, sampledescriptionvocabulary1:Coating ;
  skos:definition "Surface treatment involves altering the molecular constitution of a material surface so that it interacts (as expected) with an adhesive, ink, coating, paint, or other surface to create a strong bond between the two substrates. (Brighton Science, https://www.brighton-science.com/blog/a-summary-of-surface-treatment-methods-for-manufacturers)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:Treatment ;
  a skos:Concept .

sampledescriptionvocabulary1:MechanicalAndSurfaceTreatment
  skos:prefLabel "Mechanical and surface treatment" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SurfaceTreatment .

sampledescriptionvocabulary1:SurfaceStructuring
  skos:prefLabel "Surface structuring" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SurfaceTreatment .

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

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

