@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/proportion>
  skos:definition "the frequency of cases in a category divided by the total number of cases. It varies from a minimum of 0 to a maximum of 1. [Source: <a href=\"https://methods.sagepub.com/reference/the-sage-dictionary-of-statistics/n446.xml\" target=\"_blank\" data-id=\"to-srm\">The SAGE Dictionary of Statistics; proportion</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/statistics_and_research_methods> ;
  skos:prefLabel "proportion"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/proportion> .

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

