@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:HighQualityMeasurement
  skos:prefLabel "High quality measurement" ;
  skos:definition "Involves precise and reliable techniques to characterize materials' properties and performance. (Generated by AI based on https://www.itwm.fraunhofer.de/en/departments/mc.html, https://www.dantecdynamics.com/applications/materials-science-testing/)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:SamplePurpose ;
  a skos:Concept .

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

