@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/geographic_information_systems>
  skos:prefLabel "geographic information systems"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/geocoding> .

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

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

<https://concepts.sagepub.com/social-science/concept/geocoding>
  skos:definition "Geocoding is the process of finding geographic coordinates (such as latitude and longitude) for a given feature, expressed as, for example, place name, street address, or postal zip code. Geocoding is useful in many applications, such as responding to emergency calls, mapping and analyzing information from text sources (such as terrorist incidents reported in newspapers), or finding directions to an address. [Source: <a href=\"https://sk.sagepub.com/reference/geography/n471.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Geography; Geocoding</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/geographic_information_systems>, <https://concepts.sagepub.com/social-science/concept/analytical_methods> ;
  skos:prefLabel "geocoding"@en ;
  a skos:Concept .

