@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/topographic_map>
  skos:definition "A topographic map depicts the geographic variation of height and shape over the surface of the earth. Displaying information about the surface of the earth's three dimensions, or topography, with a flat twodimensional map is a challenge. [Source: <a href=\"https://sk.sagepub.com/reference/geoinfoscience/n215.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Geographic Information Science; Topographic Map</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/geospatial_data>, <https://concepts.sagepub.com/social-science/concept/geographical_visualization> ;
  skos:prefLabel "topographic map"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/geospatial_data>
  skos:prefLabel "geospatial data"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/topographic_map> .

<https://concepts.sagepub.com/social-science/concept/geographical_visualization>
  skos:prefLabel "geographical visualization"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/topographic_map> .

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

