@prefix aspect: <http://purl.org/aspect/> .
@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/> .

aspect:prefUnit
  skos:definition "A prefered unit for a given parameter"@en ;
  rdfs:label "prefered unit"@en .

aspect:abbrevation
  skos:definition "A shortened form of a parameter label used as a short name of parameter in different applications."@en ;
  rdfs:label "abbrevation"@en .

aspect:
  skos:prefLabel "ASPECT"@en ;
  a skos:Concept, skos:ConceptScheme .

aspect:air_temperature
  aspect:long-name "Air Temperature"@en ;
  aspect:altfUnit "K"@en ;
  aspect:prefUnit "C"@en ;
  aspect:abbrevation "Tair"@en ;
  skos:exactMatch <https://mmisw.org/ont/cf/parameter/air_temperature> ;
  dc:creator <https://orcid.org/0000-0002-9381-9693> ;
  skos:broader aspect:EnviromentalConditionTerms ;
  skos:inScheme aspect: ;
  skos:definition "Air temperature is the bulk temperature of the air, not the surface (skin) temperature."@en ;
  skos:prefLabel "air_temperature"@en ;
  a skos:Concept .

aspect:EnviromentalConditionTerms
  skos:prefLabel "Enviromental Condition Terms"@en ;
  a skos:Concept ;
  skos:narrower aspect:air_temperature .

