@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:vibration
  skos:prefLabel "Vibration" ;
  skos:definition "1. Continuous quick, slight shaking movement (Cambridge dictionary). 2. The act of vibrating, or an instance of vibratory motion (dictionary.com)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:MechanicalStress ;
  a skos:Concept .

sampledescriptionvocabulary1:MechanicalStress
  skos:prefLabel "Mechanical stress" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:vibration .

