@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:Metal
  skos:prefLabel "Metal" ;
  skos:definition "metal, any of a class of substances characterized by high electrical and thermal conductivity as well as by malleability, ductility, and high reflectivity of light. (Brittanica)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:MaterialType ;
  a skos:Concept .

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

