@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:elevation_angle
  aspect:long-name "Elevation Angle"@en ;
  aspect:altfUnit "rad"@en ;
  aspect:prefUnit "deg"@en ;
  aspect:abbrevation "Phi"@en ;
  dc:creator <https://orcid.org/0000-0002-9381-9693> ;
  skos:broader aspect:GenericTerms ;
  skos:inScheme aspect: ;
  skos:definition "Elevation angle is the angle between the horizontal plane and the line of sight, measured in the vertical plane. The reference direction (i.e. an elevation angle of zero degrees) is a horizontal line in the direction to the horizon."@en ;
  skos:prefLabel "elevation_angle"@en ;
  a skos:Concept .

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

