@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://w3id.org/ozcar-theia/c_135a2be5>
  skos:prefLabel "Concentration"@en ;
  a <https://w3id.org/iadopt/ont/Property>, skos:Concept ;
  skos:narrower <https://w3id.org/ozcar-theia/c_6794cb3e> .

<https://w3id.org/ozcar-theia/c_6794cb3e>
  skos:altLabel "Molar fraction"@en ;
  skos:broader <https://w3id.org/ozcar-theia/c_135a2be5> ;
  skos:definition "[Wikipedia] The mole fraction or molar fraction (xi) is defined as unit of the amount of a constituent (expressed in moles), ni , divided by the total amount of all constituents in a mixture (also expressed in moles), ntot."@en ;
  dc:created "2022-02-07T17:00:00"^^xsd:dateTime ;
  skos:inScheme <https://w3id.org/ozcar-theia/> ;
  skos:prefLabel "Mole fraction"@en ;
  a <https://w3id.org/iadopt/ont/Property>, skos:Concept .

<https://w3id.org/ozcar-theia/> a skos:ConceptScheme, owl:Ontology .
