@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/estimation>
  skos:definition "Estimation is the process of providing a numerical value for an unknown quantity based on information collected from a sample. If a single value is calculated for the unknown quantity, the process is called point estimation. [Source: <a href=\"https://methods.sagepub.com/reference/encyc-of-research-design/n132.xml\" target=\"_blank\" data-id=\"to-srm\">Encyclopedia of Research Design; Estimation</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/hypothesis_testing> ;
  skos:prefLabel "estimation"@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/estimation> .

<https://concepts.sagepub.com/social-science/concept/hypothesis_testing>
  skos:prefLabel "hypothesis testing"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/estimation> .

