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

sampledescriptionvocabulary1:coating2
  skos:prefLabel "Coating" ;
  skos:broader sampledescriptionvocabulary1:MaterialForm, sampledescriptionvocabulary1:MaterialType ;
  a skos:Concept .

sampledescriptionvocabulary1:MaterialForm
  skos:prefLabel "Material form" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:coating2 .

sampledescriptionvocabulary1:MaterialType
  skos:prefLabel "Material type" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:coating2 .

