@prefix sampledescriptionvocabulary1: <https://purls.helmholtz-metadaten.de/skosmos/sdv/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

sampledescriptionvocabulary1:SamplePurpose
  skos:prefLabel "Sample purpose" ;
  skos:narrower sampledescriptionvocabulary1:HighQualityMeasurement, sampledescriptionvocabulary1:SystematicStudy, sampledescriptionvocabulary1:TestSpecificHypothesis, sampledescriptionvocabulary1:CompletenessCheck, sampledescriptionvocabulary1:FeasibilityStudy, sampledescriptionvocabulary1:Characterization, sampledescriptionvocabulary1:Assessment ;
  skos:broader sampledescriptionvocabulary1:Sample ;
  a skos:Concept .

sampledescriptionvocabulary1:HighQualityMeasurement
  skos:prefLabel "High quality measurement" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SamplePurpose .

sampledescriptionvocabulary1:SystematicStudy
  skos:prefLabel "Systematic study" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SamplePurpose .

sampledescriptionvocabulary1:TestSpecificHypothesis
  skos:prefLabel "Test specific hypothesis" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SamplePurpose .

sampledescriptionvocabulary1:CompletenessCheck
  skos:prefLabel "Completeness check" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SamplePurpose .

sampledescriptionvocabulary1:FeasibilityStudy
  skos:prefLabel "Feasibility study" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SamplePurpose .

sampledescriptionvocabulary1:Characterization
  skos:prefLabel "Characterization" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SamplePurpose .

sampledescriptionvocabulary1:Assessment
  skos:prefLabel "Assessment" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SamplePurpose .

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

