@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/data_classification>
  skos:definition "Data classification, also known as data classing or selection of intervals, is the process by which a set of interval or ratio data are divided into a small number of classes or categories. Such classification is necessary for the construction of classed choropleth maps in which a range of different colors or shadings is used to depict the set of data classes. [Source: <a href=\"https://sk.sagepub.com/reference/geoinfoscience/n20.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Geographic Information Science; Classification, Data</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/geographical_visualization>, <https://concepts.sagepub.com/social-science/concept/data_manipulation> ;
  skos:prefLabel "data classification"@en ;
  a skos:Concept .

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

<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_classification> .

<https://concepts.sagepub.com/social-science/concept/data_manipulation>
  skos:prefLabel "data manipulation"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/data_classification> .

