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

referencedatasetvoccreep1:LoadingSystem
  skos:broader referencedatasetvoccreep1:TestForce ;
  skos:prefLabel "Loading system" ;
  skos:narrower referencedatasetvoccreep1:RangeOfCalibration, referencedatasetvoccreep1:CalibrationStandard, referencedatasetvoccreep1:CalibrationValidityTimePeriod, referencedatasetvoccreep1:CalibrationDate, referencedatasetvoccreep1:CalibrationCertificate, referencedatasetvoccreep1:CalibrationClass ;
  a skos:Concept .

referencedatasetvoccreep1:RangeOfCalibration
  skos:prefLabel "Range of calibration" ;
  a skos:Concept ;
  skos:broader referencedatasetvoccreep1:LoadingSystem .

referencedatasetvoccreep1:CalibrationStandard
  skos:prefLabel "Calibration standard" ;
  a skos:Concept ;
  skos:broader referencedatasetvoccreep1:LoadingSystem .

referencedatasetvoccreep1:CalibrationValidityTimePeriod
  skos:prefLabel "Calibration validity time period" ;
  a skos:Concept ;
  skos:broader referencedatasetvoccreep1:LoadingSystem .

referencedatasetvoccreep1:CalibrationDate
  skos:prefLabel "Calibration date " ;
  a skos:Concept ;
  skos:broader referencedatasetvoccreep1:LoadingSystem .

referencedatasetvoccreep1:CalibrationCertificate
  skos:prefLabel "Calibration certificate" ;
  a skos:Concept ;
  skos:broader referencedatasetvoccreep1:LoadingSystem .

referencedatasetvoccreep1:CalibrationClass
  skos:prefLabel "Calibration class" ;
  a skos:Concept ;
  skos:broader referencedatasetvoccreep1:LoadingSystem .

referencedatasetvoccreep1:TestForce
  skos:prefLabel "Test force" ;
  a skos:Concept ;
  skos:narrower referencedatasetvoccreep1:LoadingSystem .

