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

sampledescriptionvocabulary1:Atomizing
  skos:prefLabel "Atomizing" ;
  skos:definition "to treat as made up of many discrete units (Merriam-Webster)"@en ;
  skos:broader sampledescriptionvocabulary1:MaterialDisintegration ;
  a skos:Concept .

sampledescriptionvocabulary1:MaterialDisintegration
  skos:prefLabel "Material disintegration" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Atomizing .

