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

sampledescriptionvocabulary1:MaterialDisintegration
  skos:prefLabel "Material disintegration" ;
  skos:narrower sampledescriptionvocabulary1:Demounting, sampledescriptionvocabulary1:Powderizing, sampledescriptionvocabulary1:Atomizing, sampledescriptionvocabulary1:Cutting ;
  skos:broader sampledescriptionvocabulary1:Treatment ;
  a skos:Concept .

sampledescriptionvocabulary1:Demounting
  skos:prefLabel "Demounting" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:MaterialDisintegration .

sampledescriptionvocabulary1:Powderizing
  skos:prefLabel "Powderizing" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:MaterialDisintegration .

sampledescriptionvocabulary1:Atomizing
  skos:prefLabel "Atomizing" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:MaterialDisintegration .

sampledescriptionvocabulary1:Cutting
  skos:prefLabel "Cutting" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:MaterialDisintegration .

sampledescriptionvocabulary1:Treatment
  skos:prefLabel "Treatment" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:MaterialDisintegration .

