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

referencedatasetvoccreep1:CalibrationMethod
  skos:broader referencedatasetvoccreep1:MeasuringInstrument, referencedatasetvoccreep1:DataAcquisition ;
  skos:prefLabel "Calibration method" ;
  a skos:Concept .

referencedatasetvoccreep1:MeasuringInstrument_1 skos:narrower referencedatasetvoccreep1:CalibrationMethod .
referencedatasetvoccreep1:MeasuringInstrument
  skos:prefLabel "Measuring instrument" ;
  a skos:Concept ;
  skos:narrower referencedatasetvoccreep1:CalibrationMethod .

referencedatasetvoccreep1:DataAcquisition
  skos:prefLabel "Data acquisition" ;
  a skos:Concept ;
  skos:narrower referencedatasetvoccreep1:CalibrationMethod .

