@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/cost_surface>
  skos:definition "A cost surface can be thought of as a map of the costs of movement from one location to one or more destinations. Cost surfaces are usually generated as the first step in computing least-cost paths between locations. [Source: <a href=\"https://sk.sagepub.com/reference/geoinfoscience/n28.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Geographic Information Science; Cost Surface</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/analytical_methods> ;
  skos:prefLabel "cost surface"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/analytical_methods>
  skos:prefLabel "analytical methods"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/cost_surface> .

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

