@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:Material
  skos:prefLabel "Material" ;
  skos:narrower sampledescriptionvocabulary1:MarerialProperty, sampledescriptionvocabulary1:MaterialCondition, sampledescriptionvocabulary1:MaterialDescription ;
  skos:definition "1. A matter individual that stands for a real world object representing an amount of a physical substance (or mixture of substances) in different states of matter or phases. (European Materials Modelling Ontology). 2. A homogeneous or inhomogeneous substance that can be used to form elements (physical products or their components). [ISO 16739] (MatPotal, Building Material Ontology)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:SampleComponent, sampledescriptionvocabulary1:PhysicalSystem ;
  a skos:Concept .

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

sampledescriptionvocabulary1:MaterialCondition
  skos:prefLabel "Material condition" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Material .

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

sampledescriptionvocabulary1:SampleComponent
  skos:prefLabel "Sample component" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Material .

sampledescriptionvocabulary1:PhysicalSystem
  skos:prefLabel "Physical system" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Material .

