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

sampledescriptionvocabulary1:CarbonitridingAtmosphere
  skos:prefLabel "Carbonitriding atmosphere" ;
  skos:definition "Carbonitriding is a metallurgical surface modification technique that is used to increase the surface hardness of a metal, thereby reducing wear. (Wikipedia)"@en ;
  skos:broader sampledescriptionvocabulary1:Atmosphere ;
  a skos:Concept .

sampledescriptionvocabulary1:Atmosphere_1 skos:narrower sampledescriptionvocabulary1:CarbonitridingAtmosphere .
sampledescriptionvocabulary1:Atmosphere
  skos:prefLabel "Atmosphere" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:CarbonitridingAtmosphere .

