@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:Phase
  skos:prefLabel "Phase" ;
  skos:definition "1. An entity of a material system which is uniform in chemical composition and physical state. (IUPAC). 2. Any kind of phase (martensite, ferrite, austenite...) (MatPortal, BWMD Domain Ontology)."^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:MicroStructureFeature ;
  a skos:Concept .

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

