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

referencedatasetvoccreep1:PositionOfTheFracture
  skos:broader referencedatasetvoccreep1:ValuesRecordedAfterEndOfTest ;
  skos:prefLabel "Position of the fracture" ;
  a skos:Concept .

referencedatasetvoccreep1:ValuesRecordedAfterEndOfTest
  skos:prefLabel "Values recorded after end of test" ;
  a skos:Concept ;
  skos:narrower referencedatasetvoccreep1:PositionOfTheFracture .

