@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:SampleVolume
  skos:prefLabel "Sample volume" ;
  skos:definition "1. Volume taken from the sample to be assayed (measured). (TIB, DataPLANT Biology Ontology). 2. Total volume of solution used. (Mass Spectrometry). 3. The sample volume in bulk sampling refers to the amount of material taken from a larger pile or container to analyze the properties of the overall material. (https://www.rembe-kersting.com)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:SampleDescription ;
  a skos:Concept .

sampledescriptionvocabulary1:SampleDescription
  skos:prefLabel "Sample description" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:SampleVolume .

