@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/statistics_and_data_mining>
  skos:prefLabel "statistics and data mining"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/control_chart> .

<https://concepts.sagepub.com/social-science/concept/control_chart>
  skos:definition "A control chart is a graphical tool that provides the ability to monitor a process for changes that occur, and can be used to identify and characterize different sources of variation that act on a process. Most commonly, control charts plot the values of some characteristic of a process over time. [Source: <a href=\"https://sk.sagepub.com/reference/healthcaremanagement/n155.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Health Care Management; Control Chart</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/statistics_and_data_mining> ;
  skos:prefLabel "control chart"@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/control_chart> .

