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

<https://w3id.org/ozcar-theia/c_c459985b>
  skos:prefLabel "Solid precipitation"@en ;
  a <https://w3id.org/ozcar-theia/CategoryOfVariable>, skos:Concept ;
  skos:narrower <https://w3id.org/ozcar-theia/c_e3b5327e> .

<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_e3b5327e>
  skos:broader <https://w3id.org/ozcar-theia/c_1ee8972e>, <https://w3id.org/ozcar-theia/c_c459985b> ;
  dc:created "2022-02-07T17:00:00"^^xsd:dateTime ;
  skos:prefLabel "Solid precipitation rate"@en ;
  ns0:simplifiedLabel "Precipitation rate"@en ;
  a <https://w3id.org/iadopt/ont/Variable>, skos:Concept ;
  dc:description "Scientific variable observing solid precipitation rate"@en ;
  ns1:hasProperty ns0:c_f4017277 ;
  ns1:hasConstraint ns0:c_645b7576 ;
  dc:modified "2024-01-22T15:54:29"^^xsd:dateTime ;
  ns1:hasObjectOfInterest ns0:c_2b48133e ;
  skos:inScheme ns0: .

ns0:c_f4017277
  skos:prefLabel "Volume per area temporal rate"@en ;
  a ns1:Property, skos:Concept .

ns0: a skos:ConceptScheme, owl:Ontology .
ns0:c_2b48133e
  skos:prefLabel "Precipitation"@en ;
  a ns1:Entity, skos:Concept .

ns0:c_1ee8972e
  skos:prefLabel "Precipitation rate"@en ;
  a ns1:Variable, skos:Concept ;
  skos:narrower ns0:c_e3b5327e .

ns0:c_645b7576
  skos:prefLabel "Solid"@en ;
  a ns1:Constraint, skos:Concept .

