@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/normal_distribution>
  skos:definition "The normal distribution, which is also called a Gaussian distribution, bell curve, or normal curve, is commonly known for its bell shape (see Figure 1) and is defined by a mathematical formula. It is a member of families of distributions such as exponential, monotone likelihood ratio, Pearson, stable, and symmetric power. [Source: <a href=\"https://methods.sagepub.com/reference/encyc-of-research-design/n276.xml\" target=\"_blank\" data-id=\"to-srm\">Encyclopedia of Research Design; Normal Distribution</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D016011.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/statistical_distributions> ;
  skos:prefLabel "normal distribution"@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/normal_distribution> .

<https://concepts.sagepub.com/social-science/concept/statistical_distributions>
  skos:prefLabel "statistical distributions"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/normal_distribution> .

