@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_compression_methods> .

<https://concepts.sagepub.com/social-science/concept/data_compression_methods>
  skos:definition "Data compression is a common solution to two problems: (1) the need to decrease the storage space required for spatial data and (2) the need to minimize the resulting transmission times. Extensive exploratory research has been carried out and many algorithms have been implemented for the compression of image data and video data. [Source: <a href=\"https://sk.sagepub.com/reference/geography/n256.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Geography; Data Compression Methods</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/geographic_information_systems> ;
  skos:prefLabel "data compression methods"@en ;
  a skos:Concept .

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

