@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_d73ddccf>
  skos:prefLabel "Surface water"@en ;
  a <https://w3id.org/iadopt/ont/Entity>, skos:Concept ;
  skos:narrower <https://w3id.org/ozcar-theia/c_750bbe27> .

<https://w3id.org/ozcar-theia/c_750bbe27>
  skos:broader <https://w3id.org/ozcar-theia/c_d73ddccf> ;
  skos:definition "[Wikipedia] A lake is an area filled with water, localized in a basin, surrounded by land, apart from any river or other outlet that serves to feed or drain the lake."@en ;
  dc:created "2022-02-07T17:00:00"^^xsd:dateTime ;
  skos:inScheme <https://w3id.org/ozcar-theia/> ;
  skos:exactMatch <http://www.eionet.europa.eu/gemet/concept/4594>, <http://vocabs.lter-europe.net/EnvThes/20915> ;
  skos:prefLabel "Lake"@en ;
  a <https://w3id.org/iadopt/ont/Entity>, skos:Concept .

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