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

sampledescriptionvocabulary1:Composite
  skos:prefLabel "Composite" ;
  skos:definition "Multicomponent material comprising multiple, different (non-gaseous) phase domains in which at least one type of phase domain is a continuous phase. Note: A foamed substance, which is a multiphase material that consists of a gas dispersed in a liquid or solid, is not normally considered to be a composite. Source: PAC, 2007, 79, 1801. (Definitions of terms relating to the structure and processing of sols, gels, networks, and inorganic-organic hybrid materials (IUPAC Recommendations 2007))"@en ;
  skos:broader sampledescriptionvocabulary1:MaterialType ;
  a skos:Concept .

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

