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

<https://w3id.org/ozcar-theia/c_17d5ed47>
  skos:prefLabel "Chemistry property"@en ;
  a skos:Concept ;
  skos:narrower <https://w3id.org/ozcar-theia/c_7268857d> .

<https://w3id.org/ozcar-theia/> a skos:ConceptScheme, owl:Ontology .
<https://w3id.org/ozcar-theia/c_7268857d>
  skos:broader <https://w3id.org/ozcar-theia/c_17d5ed47> ;
  skos:definition "[KRUSS] The adsorption coefficient (adsorption constant) is a measure of the speed at which molecules of a surfactant are adsorbed at the surface."@en ;
  dc:modified "2022-03-10T14:34:08"^^xsd:dateTime ;
  dc:created "2022-02-07T17:00:00"^^xsd:dateTime ;
  skos:inScheme <https://w3id.org/ozcar-theia/> ;
  skos:prefLabel "Adsorption coefficient"@en ;
  a <https://w3id.org/iadopt/ont/Property>, skos:Concept .

