@prefix envsvars: <http://purl.org/m4m-dk-2/variables/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

envsvars: a skos:ConceptScheme .
envsvars:Latitude
  skos:closeMatch <https://mmisw.org/ont/cf/parameter/latitude>, <https://mmisw.org/ont/cf/parameter/grid_latitude> ;
  skos:broader envsvars:GenericTerms ;
  skos:inScheme envsvars: ;
  skos:definition "Latitude is positive northward; its units of degree_north (or equivalent) indicate this explicitly. In a latitude-longitude system defined with respect to a rotated North Pole, the standard name of grid_latitude should be used instead of latitude. Grid latitude is positive in the grid-northward direction, but its units should be plain degree."@en ;
  skos:prefLabel "Latitude"@en ;
  a skos:Concept .

envsvars:GenericTerms
  skos:prefLabel "Generic Terms"@en ;
  a skos:Concept ;
  skos:narrower envsvars:Latitude .

