@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:Powder
  skos:prefLabel "Powder" ;
  skos:definition "1. A solid substance in the form of tiny loose particles; a solid that has been pulverized. (TIB, NCI Thesaurus OBO Edition). 2. A solid substance in the form of tiny loose particles; a solid that has been pulverized. 3. A loose, dry substance that consists of extremely small pieces, usually made by breaking something up and crushing it (Cambridge dictionary)."^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:SampleShape, sampledescriptionvocabulary1:SampleForm, sampledescriptionvocabulary1:MaterialForm ;
  a skos:Concept .

sampledescriptionvocabulary1:SampleShape
  skos:prefLabel "Sample shape" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Powder .

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

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

