@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/pie_chart>
  skos:definition "This a graph in which a circle is divided into sectors in proportion to the distribution of some property. For example, the proportions of the adult population that voted for various parties in an election could readily be presented in a pie chart. [Source: <a href=\"https://sk.sagepub.com/reference/the-sage-dictionary-of-sociology/n868.xml\" target=\"_blank\" data-id=\"to-sk\">The SAGE Dictionary of Sociology; Pie Chart</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/statistics_and_research_methods> ;
  skos:prefLabel "pie 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/pie_chart> .

<https://concepts.sagepub.com/social-science/concept/statistics_and_research_methods>
  skos:prefLabel "statistics and research methods"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/pie_chart> .

