@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:MarerialProperty
  skos:prefLabel "Material property" ;
  skos:narrower sampledescriptionvocabulary1:ChemicalProperty, sampledescriptionvocabulary1:OpticalProperty, sampledescriptionvocabulary1:MechanicalProperty, sampledescriptionvocabulary1:StructuralProperty, sampledescriptionvocabulary1:ElectricProperty, sampledescriptionvocabulary1:MagneticProperty ;
  skos:definition "1. The material properties are assigned to a region comprising cells or elements based on the material type associated with that region. Some of the typical material properties include thermal conductivity, enthalpy, emissivity, viscosity. Some of these properties could be functions of temperature or composition. (Scinece Direct). 2. A material property is an intensive property of a material, i.e., a physical property or chemical property that does not depend on the amount of the material. These quantitative properties may be used as a metric by which the benefits of one material versus another can be compared, thereby aiding in materials selection. (Wikipedia). "^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:Material ;
  a skos:Concept .

sampledescriptionvocabulary1:ChemicalProperty
  skos:prefLabel "Chemical property" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:MarerialProperty .

sampledescriptionvocabulary1:OpticalProperty
  skos:prefLabel "Optical property" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:MarerialProperty .

sampledescriptionvocabulary1:MechanicalProperty
  skos:prefLabel "Mechanical property" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:MarerialProperty .

sampledescriptionvocabulary1:StructuralProperty
  skos:prefLabel "Structural property" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:MarerialProperty .

sampledescriptionvocabulary1:ElectricProperty
  skos:prefLabel "Electric property" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:MarerialProperty .

sampledescriptionvocabulary1:MagneticProperty
  skos:prefLabel "Magnetic property" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:MarerialProperty .

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

