@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

<https://concepts.sagepub.com/social-science/concept/cartography>
  skos:prefLabel "cartography"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/altitude> .

<https://concepts.sagepub.com/social-science/concept/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/altitude> .

<https://concepts.sagepub.com/social-science/concept/altitude>
  skos:definition "Altitude is the distance between a position and a vertical reference surface. Distance might be measured in angular or length units. [Source: <a href=\"https://sk.sagepub.com/reference/geography/n33.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Geography; Altitude</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/cartography> ;
  skos:prefLabel "altitude"@en ;
  a skos:Concept .

