@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:TestSpecificHypothesis
  skos:prefLabel "Test specific hypothesis" ;
  skos:definition "First, formulate your hypothesis, then design experiments to collect data, analyze the data statistically, and finally, draw conclusions about the validity of your hypothesis. (Generated by AI based on Hypothesis Testing | A Step-by-Step Guide with Easy Examples (https://www.scribbr.com/statistics/hypothesis-testing/))"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:SamplePurpose ;
  a skos:Concept .

sampledescriptionvocabulary1:SamplePurpose
  skos:prefLabel "Sample purpose" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:TestSpecificHypothesis .

