@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns0: <https://w3id.org/ozcar-theia/> .
@prefix ns1: <http://purl.org/voc/cpm#> .
@prefix ns2: <https://w3id.org/iadopt/ont/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<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_444241a4>
  skos:prefLabel "Instantaneous"@en ;
  a <http://purl.org/voc/cpm#StatisticalMeasure>, skos:Concept .

<https://w3id.org/ozcar-theia/c_571d7359>
  skos:prefLabel "Karst water"@en ;
  a <https://w3id.org/iadopt/ont/Entity>, skos:Concept .

<https://w3id.org/ozcar-theia/> a skos:ConceptScheme, owl:Ontology .
<https://w3id.org/ozcar-theia/c_2cc77f0e>
  ns0:simplifiedLabel "Karst water conductivity"@en ;
  skos:broader ns0:c_0e1a1448 ;
  ns1:statisticalMeasure ns0:c_444241a4 ;
  a skos:Concept, <https://w3id.org/iadopt/ont/Variable> ;
  ns2:hasProperty ns0:c_985a2891 ;
  dc:created "2023-12-15T19:33:18"^^xsd:dateTime ;
  skos:inScheme ns0: ;
  dc:modified "2023-12-15T19:34:59"^^xsd:dateTime ;
  ns2:hasObjectOfInterest ns0:c_571d7359 ;
  skos:prefLabel "Instantaneous karst water conductivity"@en .

ns0:c_0e1a1448
  skos:prefLabel "Karst water conductivity"@en ;
  a ns2:Variable, skos:Concept ;
  skos:narrower ns0:c_2cc77f0e .

ns0:c_985a2891
  skos:prefLabel "Conductivity"@en ;
  a ns2:Property, skos:Concept .

