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

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

<https://concepts.sagepub.com/social-science/concept/data_indexing>
  skos:definition "Stripped of its numerous complexities, data indexing is the high-tech version of the tedious indexing process familiar to any 20th-century textbook author and results in the same benefits for the reader. The major difference is that computers are doing both the indexing and the accessing of the indexes. [Source: <a href=\"https://sk.sagepub.com/reference/geography/n259.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Geography; Data Indexing</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/geographic_information_systems> ;
  skos:prefLabel "data indexing"@en ;
  a skos:Concept .

