@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:Alloy
  skos:prefLabel "Alloy" ;
  skos:definition "Mixture of two or more metals or of one or more metals with certain metalloids that are mutually soluble in the molten condition; distinguished as binary, ternary, quaternary, etc., depending on the number of metals in the mixture. (http://www.semanticweb.org/osnathakimi/ontologies/deb#Alloy)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:MaterialType ;
  a skos:Concept .

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

