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

referencedatasetvoccreep1:DeviationDetectedDuringCalibration
  skos:prefLabel "Deviation detected during calibration" ;
  a skos:Concept .

referencedatasetvoccreep1:MeasuringAndTestEquipment
  skos:broader referencedatasetvoccreep1:Metadata ;
  skos:prefLabel "Measuring and test equipment" ;
  skos:narrower referencedatasetvoccreep1:ExtensometerSystem, referencedatasetvoccreep1:DeviationDetectedDuringCalibration, referencedatasetvoccreep1:TemperatureMeasuringSystem, referencedatasetvoccreep1:LaboratoryConditions, referencedatasetvoccreep1:TestMachine, referencedatasetvoccreep1:TestForce ;
  a skos:Concept .

referencedatasetvoccreep1:ExtensometerSystem
  skos:prefLabel "Extensometer system" ;
  a skos:Concept ;
  skos:broader referencedatasetvoccreep1:MeasuringAndTestEquipment .

referencedatasetvoccreep1:TemperatureMeasuringSystem
  skos:prefLabel "Temperature-measuring system" ;
  a skos:Concept ;
  skos:broader referencedatasetvoccreep1:MeasuringAndTestEquipment .

referencedatasetvoccreep1:LaboratoryConditions
  skos:prefLabel "Laboratory conditions" ;
  a skos:Concept ;
  skos:broader referencedatasetvoccreep1:MeasuringAndTestEquipment .

referencedatasetvoccreep1:TestMachine
  skos:prefLabel "Test machine" ;
  a skos:Concept ;
  skos:broader referencedatasetvoccreep1:MeasuringAndTestEquipment .

referencedatasetvoccreep1:TestForce
  skos:prefLabel "Test force" ;
  a skos:Concept ;
  skos:broader referencedatasetvoccreep1:MeasuringAndTestEquipment .

referencedatasetvoccreep1:Metadata
  skos:prefLabel "Metadata" ;
  a skos:Concept ;
  skos:narrower referencedatasetvoccreep1:MeasuringAndTestEquipment .

