@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:Duration
  skos:prefLabel "Duration/Dwell time/holding time" ;
  skos:definition "1. Time period during which the beam remains at one position. (Electron Microscopy Glossary). 2. The length of time that something exists or lasts (Britannica). 3. The period of time during which something continues. (Ontobee, NCI Thesaurus OBO Edition)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:CoolingProfile, sampledescriptionvocabulary1:HeatingProfile ;
  a skos:Concept .

sampledescriptionvocabulary1:CoolingProfile
  skos:prefLabel "Cooling profile" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Duration .

sampledescriptionvocabulary1:HeatingProfile
  skos:prefLabel "Heating profile" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Duration .

