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

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

<https://concepts.sagepub.com/social-science/concept/run_chart>
  skos:definition "A run chart is a visual tool used to display the variations in a process over time. Run charts can be used to plot any type of data. [Source: <a href=\"https://sk.sagepub.com/reference/healthcaremanagement/n705.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Health Care Management; Run Chart</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/statistics_and_data_mining> ;
  skos:prefLabel "run chart"@en ;
  a skos:Concept .

