@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:Chemical
  skos:prefLabel "Chemical" ;
  skos:narrower sampledescriptionvocabulary1:OrganicSolvent, sampledescriptionvocabulary1:Oxygen, sampledescriptionvocabulary1:Nitrogen ;
  skos:definition "1. A substance with a defined atomic or molecular structure that results from, or takes part in, reactions involving changes in its structure, composition, or properties. (NCI Thesaurus OBO Edition). 2. This is any condition in which the main influencing factor is a compound or substance that has been purified or prepared, especially artificially. (Ontobee, Experimental condition ontology)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:SampleSensitivityFactor ;
  a skos:Concept .

sampledescriptionvocabulary1:OrganicSolvent
  skos:prefLabel "Organic solvent" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Chemical .

sampledescriptionvocabulary1:Oxygen
  skos:prefLabel "Oxygen" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Chemical .

sampledescriptionvocabulary1:Nitrogen
  skos:prefLabel "Nitrogen" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Chemical .

sampledescriptionvocabulary1:SampleSensitivityFactor
  skos:prefLabel "Sample sensitivity factor" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Chemical .

