@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:azimuth_angle
  aspect:long-name "Azimuth Angle"@en ;
  aspect:altfUnit "rad"@en ;
  aspect:prefUnit "deg"@en ;
  aspect:abbrevation "Theta"@en ;
  skos:exactMatch <https://mmisw.org/ont/cf/parameter/sensor_azimuth_angle> ;
  dc:creator <https://orcid.org/0000-0002-9381-9693> ;
  skos:broader aspect:GenericTerms ;
  skos:inScheme aspect: ;
  skos:definition "The azimuth is the angle formed between a reference direction (in this example north) and a line from the observer to a point of interest projected on the same plane as the reference direction orthogonal to the zenith."@en ;
  skos:prefLabel "azimuth_angle"@en ;
  a skos:Concept .

aspect:GenericTerms
  skos:prefLabel "Generic Terms"@en ;
  a skos:Concept ;
  skos:narrower aspect:azimuth_angle .

