@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:Paint
  skos:prefLabel "Paint" ;
  skos:narrower sampledescriptionvocabulary1:CarbonPaint ;
  skos:definition "Paint, decorative and protective coating commonly applied to rigid surfaces as a liquid consisting of a pigment suspended in a vehicle, or binder. The vehicle, usually a resin dissolved in a solvent, dries to a tough film, binding the pigment to the surface. (Britannica)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:SampleFixation ;
  a skos:Concept .

sampledescriptionvocabulary1:CarbonPaint
  skos:prefLabel "Carbon paint" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Paint .

sampledescriptionvocabulary1:SampleFixation
  skos:prefLabel "Sample fixation" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Paint .

