@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns0: <https://w3id.org/iadopt/ont/> .
@prefix ns1: <http://purl.org/voc/cpm#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://w3id.org/ozcar-theia/c_8acc4b93>
  skos:prefLabel "10 minutes"@en ;
  a skos:Concept .

<https://w3id.org/ozcar-theia/c_37699a89>
  skos:prefLabel "Temporal mean"@en ;
  a <http://purl.org/voc/cpm#StatisticalMeasure>, skos:Concept ;
  skos:narrower <https://w3id.org/ozcar-theia/c_96f9f556> .

<https://w3id.org/ozcar-theia/> a skos:ConceptScheme, owl:Ontology .
<https://w3id.org/ozcar-theia/c_da4a2284> ns0:hasConstraint <https://w3id.org/ozcar-theia/c_96f9f556> .
<https://w3id.org/ozcar-theia/c_96f9f556>
  ns1:aggregationTimePeriod <https://w3id.org/ozcar-theia/c_8acc4b93> ;
  skos:broader <https://w3id.org/ozcar-theia/c_37699a89> ;
  dc:modified "2023-06-15T09:23:20"^^xsd:dateTime ;
  dc:created "2022-02-07T17:00:00"^^xsd:dateTime ;
  skos:inScheme <https://w3id.org/ozcar-theia/> ;
  skos:prefLabel "10 minutes mean"@en ;
  a ns1:StatisticalMeasure, skos:Concept .

