@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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 ns0: <https://w3id.org/ozcar-theia/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://w3id.org/ozcar-theia/simplifiedLabel>
  rdfs:comment "For Theia OZCAR information system purpose. This label is used to enhance discoverability on the information system."@en ;
  rdfs:label "Simplified label"@en .

<https://w3id.org/ozcar-theia/c_c36fe218>
  a skos:Concept, <https://w3id.org/ozcar-theia/CategoryOfVariable> ;
  skos:prefLabel "Karst water phosphorus parameters"@en ;
  skos:narrower <https://w3id.org/ozcar-theia/c_65287ce0>, <https://w3id.org/ozcar-theia/c_ba30cae3> ;
  dc:created "2022-02-07T17:00:00"^^xsd:dateTime ;
  skos:inScheme <https://w3id.org/ozcar-theia/> ;
  skos:broader <https://w3id.org/ozcar-theia/c_dbfac481> ;
  ns0:simplifiedLabel "Karst water phosphorus parameters"@en ;
  dc:modified "2022-02-10T17:32:27"^^xsd:dateTime .

ns0:c_65287ce0
  skos:prefLabel "Karst water phosphorus concentration"@en ;
  a <https://w3id.org/iadopt/ont/Variable>, skos:Concept ;
  skos:broader ns0:c_c36fe218 .

ns0:CategoryOfVariable
  rdfs:label "Category of variable"@en ;
  a owl:Class .

ns0: a skos:ConceptScheme, owl:Ontology .
ns0:c_dbfac481
  skos:prefLabel "Karst water chemistry"@en ;
  a ns0:CategoryOfVariable, skos:Concept ;
  skos:narrower ns0:c_c36fe218 .

ns0:c_ba30cae3
  skos:prefLabel "Karst water phosphate concentration"@en ;
  a <https://w3id.org/iadopt/ont/Variable>, skos:Concept ;
  skos:broader ns0:c_c36fe218 .

