@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:ChemicalElement
  skos:prefLabel "Chemical element" ;
  skos:definition "1. A species of atoms; all atoms with the same number of protons in the atomic nucleus. 2. A pure chemical substance composed of atoms with the same number of protons in the atomic nucleus. Sometimes this concept is called the elementary substance as distinct from the chemical element as defined under 1, but mostly the term chemical element is used for both concepts. (Red Book, 3rd ed., p. 35)"@en, "A chemical element is a (effectively) homogeneous substance composed of one type of atom. (MaterialsMine, http://semanticscience.org/resource/ChemicalElement)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:ChemicalFormula ;
  a skos:Concept .

sampledescriptionvocabulary1:ChemicalFormula
  skos:prefLabel "Chemical formula" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:ChemicalElement .

