@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_db777328>
  skos:prefLabel "Dew point temperature"@en ;
  a <https://w3id.org/iadopt/ont/Property>, skos:Concept ;
  skos:related <https://w3id.org/ozcar-theia/c_279b338f> .

<https://w3id.org/ozcar-theia/c_bee9796f>
  skos:prefLabel "Water"@en ;
  a <https://w3id.org/iadopt/ont/Entity>, skos:Concept ;
  skos:narrower <https://w3id.org/ozcar-theia/c_279b338f> .

<https://w3id.org/ozcar-theia/c_279b338f>
  skos:related <https://w3id.org/ozcar-theia/c_db777328> ;
  skos:broader <https://w3id.org/ozcar-theia/c_bee9796f> ;
  skos:definition "[Wikipedia] Dew is water in the form of droplets that appears on thin, exposed objects in the morning or evening due to condensation."@en ;
  dc:created "2022-02-07T17:00:00"^^xsd:dateTime ;
  skos:inScheme <https://w3id.org/ozcar-theia/> ;
  skos:prefLabel "Dew"@en ;
  a <https://w3id.org/iadopt/ont/Entity>, skos:Concept .

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