@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:Mixture
  skos:prefLabel "Mixture" ;
  skos:narrower sampledescriptionvocabulary1:Gel, sampledescriptionvocabulary1:Dispersion, sampledescriptionvocabulary1:Suspension, sampledescriptionvocabulary1:Solution ;
  skos:definition """A substance consisting of two or more substances mixed together (not in fixed proportions and not with chemical bonding). (NCI Thesaurus OBO Edition) 

A Miixture is a material made up of two or more different substances which are physically (not chemically) combined. (EMMO)"""^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:SampleForm, sampledescriptionvocabulary1:MaterialForm ;
  a skos:Concept .

sampledescriptionvocabulary1:Gel
  skos:prefLabel "Gel" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Mixture .

sampledescriptionvocabulary1:Dispersion
  skos:prefLabel "Dispersion" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Mixture .

sampledescriptionvocabulary1:Suspension
  skos:prefLabel "Suspension" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Mixture .

sampledescriptionvocabulary1:Solution
  skos:prefLabel "Solution" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Mixture .

sampledescriptionvocabulary1:SampleForm
  skos:prefLabel "Sample form" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Mixture .

sampledescriptionvocabulary1:MaterialForm
  skos:prefLabel "Material form" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Mixture .

