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

sampledescriptionvocabulary1:MicroStructure
  skos:prefLabel "Micro structure" ;
  skos:narrower sampledescriptionvocabulary1:MicroStructureFeature ;
  skos:definition "1. The structure of a material that can be seen under a microscope (Cambridge dictionary). 2. Microstructure is the very small scale structure of a material, defined as the structure of a prepared surface of material as revealed by an optical microscope above 25× magnification. (Wikipedia)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:Structure ;
  a skos:Concept .

sampledescriptionvocabulary1:MicroStructureFeature
  skos:prefLabel "Micro structure feature" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:MicroStructure .

sampledescriptionvocabulary1:Structure
  skos:prefLabel "Structure (Material)" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:MicroStructure .

