@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:Intermetallic
  skos:prefLabel "Intermetallic" ;
  skos:definition "An intermetallic (also called intermetallic compound, intermetallic alloy, ordered intermetallic alloy, long-range-ordered alloy) is a type of metallic alloy that forms an ordered solid-state compound between two or more metallic elements. Intermetallics are generally hard and brittle, with good high-temperature mechanical properties. They can be classified as stoichiometric or nonstoichiometic. (Wikipedia)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:MaterialType ;
  a skos:Concept .

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

