@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/inference>
  skos:prefLabel "inferences"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Bayesian_inference> .

<https://concepts.sagepub.com/social-science/concept/Bayes%27_theorem>
  skos:prefLabel "Bayes' theorem"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Bayesian_inference> .

<https://concepts.sagepub.com/social-science/concept/prior_probability>
  skos:prefLabel "prior probability"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Bayesian_inference> .

<https://concepts.sagepub.com/social-science/concept/conditional_probability>
  skos:prefLabel "conditional probability"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Bayesian_inference> .

<https://concepts.sagepub.com/social-science/concept/quantitative_data_analysis>
  skos:prefLabel "quantitative data analysis"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Bayesian_inference> .

<https://concepts.sagepub.com/social-science/concept/Bayesian_inference>
  skos:definition "an approach to inference based on Bayes's theorem which was initially proposed by Thomas Bayes. There are two main interpretations of the probability or likelihood of an event occurring such as a coin turning up heads. [Source: <a href=\"https://methods.sagepub.com/reference/the-sage-dictionary-of-statistics/n32.xml\" target=\"_blank\" data-id=\"to-srm\">The SAGE Dictionary of Statistics; Bayesian inference</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/prior_probability>, <https://concepts.sagepub.com/social-science/concept/conditional_probability>, <https://concepts.sagepub.com/social-science/concept/Bayes%27_theorem> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/quantitative_data_analysis>, <https://concepts.sagepub.com/social-science/concept/inference> ;
  skos:prefLabel "Bayesian inference"@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/Bayesian_inference> .

