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

sampledescriptionvocabulary1:Craze
  skos:prefLabel "Craze" ;
  skos:definition "1. A yielding mechanism in polymers characterized by the formation of a fine network of microvoids and fibrils. (Wikipedia) 2. A crack in a surface or coating (as of glaze or enamel). (Merriam-Webster dictionary)"@en ;
  skos:broader sampledescriptionvocabulary1:MicroStructureFeature ;
  a skos:Concept .

sampledescriptionvocabulary1:MicroStructureFeature
  skos:prefLabel "Micro structure feature" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Craze .

