@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <https://w3id.org/ozcar-theia/> .
@prefix ns1: <http://purl.org/voc/cpm#> .
@prefix ns2: <https://w3id.org/iadopt/ont/> .
@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_49501ae4>
  dc:created "2022-02-07T17:00:00"^^xsd:dateTime ;
  a skos:Concept, <https://w3id.org/iadopt/ont/Variable> ;
  ns0:simplifiedLabel "Wind direction"@en ;
  ns1:statisticalMeasure ns0:c_03170f3b ;
  skos:broader ns0:c_50018e25 ;
  ns2:hasConstraint ns0:c_64779ec4 ;
  dc:modified "2022-06-01T09:59:21"^^xsd:dateTime ;
  skos:inScheme ns0: ;
  ns2:hasProperty ns0:c_9d19482b ;
  skos:prefLabel "Wind direction standard deviation at 5 meters height"@en ;
  ns2:hasObjectOfInterest ns0:c_4414b517 .

ns0:c_03170f3b
  skos:prefLabel "Temporal standard deviation"@en ;
  a ns1:StatisticalMeasure, skos:Concept .

ns0: a skos:ConceptScheme, owl:Ontology .
ns0:c_4414b517
  skos:prefLabel "Wind"@en ;
  a ns2:Entity, skos:Concept .

ns0:c_50018e25
  skos:prefLabel "Wind direction standard deviation"@en ;
  a ns2:Variable, skos:Concept ;
  skos:narrower ns0:c_49501ae4 .

ns0:c_64779ec4
  skos:prefLabel "5 meters height"@en ;
  a ns2:Constraint, skos:Concept .

ns0:c_9d19482b
  skos:prefLabel "Direction"@en ;
  a ns2:Property, skos:Concept .

