@prefix ns0: <https://w3id.org/iadopt/ont/> .
@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_79e82c55> ns0:hasObjectOfInterest <https://w3id.org/ozcar-theia/c_d4e82406> .
<https://w3id.org/ozcar-theia/c_bee9796f>
  skos:prefLabel "Water"@en ;
  a ns0:Entity, skos:Concept ;
  skos:narrower <https://w3id.org/ozcar-theia/c_d4e82406> .

<https://w3id.org/ozcar-theia/> a skos:ConceptScheme, owl:Ontology .
<https://w3id.org/ozcar-theia/c_d4e82406>
  skos:broader <https://w3id.org/ozcar-theia/c_bee9796f> ;
  skos:definition "[Wikipedia] Raindrops are drops of atmospheric liquid water. "@en ;
  dc:created "2022-02-07T17:00:00"^^xsd:dateTime ;
  skos:inScheme <https://w3id.org/ozcar-theia/> ;
  skos:prefLabel "Raindrop"@en ;
  a ns0:Entity, skos:Concept .

