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

sampledescriptionvocabulary1:MaterialDataSheet
  skos:prefLabel "Material data sheet" ;
  skos:broader sampledescriptionvocabulary1:MaterialDescription ;
  a skos:Concept .

sampledescriptionvocabulary1:MaterialDescription
  skos:prefLabel "Material description" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:MaterialDataSheet .

