@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/equator> .

<https://concepts.sagepub.com/social-science/concept/equator>
  skos:definition "The equator is the great circle farthest from the north-south spin axis of Earth. The equator is everywhere equidistant from the North and South poles on the surface of Earth, which is a sphere or a reference ellipsoid. [Source: <a href=\"https://sk.sagepub.com/reference/geography/n388.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Geography; Equator</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/cartography> ;
  skos:prefLabel "equator"@en ;
  a skos:Concept .

<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/equator> .

