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

<https://w3id.org/ozcar-theia/c_82e58739>
  dc:created "2022-02-07T17:00:00"^^xsd:dateTime ;
  dc:modified "2023-06-16T08:51:57"^^xsd:dateTime ;
  a skos:Concept, <https://w3id.org/iadopt/ont/Property> ;
  skos:definition "[Wikipedia] Specific humidity (or moisture content) is the ratio of the mass of water vapor to the total mass of the air parcel. Specific humidity is approximately equal to the mixing ratio, which is defined as the ratio of the mass of water vapor in an air parcel to the mass of dry air for the same parcel. "@en ;
  skos:broader <https://w3id.org/ozcar-theia/c_fc25f338> ;
  skos:inScheme <https://w3id.org/ozcar-theia/> ;
  skos:prefLabel "Specific humidity"@en ;
  skos:exactMatch <http://vocabs.lter-europe.net/EnvThes/22034> ;
  skos:altLabel "Moisture content"@en .

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