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

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

<https://concepts.sagepub.com/social-science/concept/data_reconstruction>
  skos:definition "In ∗meta-analysis, any of various methods for using research findings to calculate data not reported. This is done so that the person conducting a meta-analysis can compare or combine the results of different studies that do not report their results in the same way. [Source: <a href=\"https://methods.sagepub.com/reference/dictionary-of-statistics-methodology/n488.xml\" target=\"_blank\" data-id=\"to-srm\">Dictionary of Statistics &amp; Methodology; Data Reconstruction</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/meta-analysis> ;
  skos:prefLabel "data reconstruction"@en ;
  a skos:Concept .

