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

sampledescriptionvocabulary1:MaterialDescription
  skos:prefLabel "Material description" ;
  skos:narrower sampledescriptionvocabulary1:Structure, sampledescriptionvocabulary1:CrystalStructure, sampledescriptionvocabulary1:MaterialForm, sampledescriptionvocabulary1:PhaseOfMatter, sampledescriptionvocabulary1:MaterialType, sampledescriptionvocabulary1:MaterialDataSheet, sampledescriptionvocabulary1:ChemicalFormula, sampledescriptionvocabulary1:Composition, sampledescriptionvocabulary1:CASnumber ;
  skos:broader sampledescriptionvocabulary1:Material ;
  a skos:Concept .

sampledescriptionvocabulary1:Material_1 skos:narrower sampledescriptionvocabulary1:MaterialDescription .
sampledescriptionvocabulary1:Structure
  skos:prefLabel "Structure (Material)" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:MaterialDescription .

sampledescriptionvocabulary1:CrystalStructure
  skos:prefLabel "Crystal structure" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:MaterialDescription .

sampledescriptionvocabulary1:MaterialForm
  skos:prefLabel "Material form" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:MaterialDescription .

sampledescriptionvocabulary1:PhaseOfMatter
  skos:prefLabel "Phase of matter" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:MaterialDescription .

sampledescriptionvocabulary1:MaterialType
  skos:prefLabel "Material type" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:MaterialDescription .

sampledescriptionvocabulary1:MaterialDataSheet
  skos:prefLabel "Material data sheet" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:MaterialDescription .

sampledescriptionvocabulary1:ChemicalFormula
  skos:prefLabel "Chemical formula" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:MaterialDescription .

sampledescriptionvocabulary1:Composition
  skos:prefLabel "Composition" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:MaterialDescription .

sampledescriptionvocabulary1:CASnumber
  skos:prefLabel "CAS number" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:MaterialDescription .

sampledescriptionvocabulary1:Material
  skos:prefLabel "Material" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:MaterialDescription .

