@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_4629ad08>
  skos:prefLabel "Pressure"@en ;
  a <https://w3id.org/iadopt/ont/Property>, skos:Concept ;
  skos:narrower <https://w3id.org/ozcar-theia/c_9552dea1> .

<https://w3id.org/ozcar-theia/c_9552dea1>
  skos:broader <https://w3id.org/ozcar-theia/c_4629ad08> ;
  skos:definition "[Oxford] The vapour pressure at which the layer of air immediately above the surface of liquid water is saturated with moisture at a given temperature."@en ;
  dc:created "2022-02-07T17:00:00"^^xsd:dateTime ;
  skos:inScheme <https://w3id.org/ozcar-theia/> ;
  skos:prefLabel "Saturation vapor pressure"@en ;
  a <https://w3id.org/iadopt/ont/Property>, skos:Concept .

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