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

sampledescriptionvocabulary1:CoolingMethod
  skos:prefLabel "Cooling method" ;
  skos:narrower sampledescriptionvocabulary1:CryogenicCooling, sampledescriptionvocabulary1:ForcesedAirCooling, sampledescriptionvocabulary1:SaltBathCooling, sampledescriptionvocabulary1:AtmosphereCooling, sampledescriptionvocabulary1:FurnaceCooling, sampledescriptionvocabulary1:AirCooling, sampledescriptionvocabulary1:Quenching ;
  skos:broader sampledescriptionvocabulary1:Cooling ;
  a skos:Concept .

sampledescriptionvocabulary1:CryogenicCooling
  skos:prefLabel "Cryogenic cooling" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:CoolingMethod .

sampledescriptionvocabulary1:ForcesedAirCooling
  skos:prefLabel "Forcesed air cooling" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:CoolingMethod .

sampledescriptionvocabulary1:SaltBathCooling
  skos:prefLabel "Salt bath cooling" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:CoolingMethod .

sampledescriptionvocabulary1:AtmosphereCooling
  skos:prefLabel "Atmosphere cooling" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:CoolingMethod .

sampledescriptionvocabulary1:FurnaceCooling
  skos:prefLabel "Furnace cooling" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:CoolingMethod .

sampledescriptionvocabulary1:AirCooling
  skos:prefLabel "Air cooling" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:CoolingMethod .

sampledescriptionvocabulary1:Quenching
  skos:prefLabel "Quenching" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:CoolingMethod .

sampledescriptionvocabulary1:Cooling
  skos:prefLabel "Cooling" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:CoolingMethod .

