@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/structural_equation_modelling>
  skos:prefLabel "structural equation modelling"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/parameters> .

<https://concepts.sagepub.com/social-science/concept/sampling>
  skos:prefLabel "sampling"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/parameters> .

<https://concepts.sagepub.com/social-science/concept/weight>
  skos:prefLabel "weight"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/parameters> .

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

<https://concepts.sagepub.com/social-science/concept/parameters>
  skos:definition "Parameters are characteristics of populations-they describe the population. In research design, one is often interested in estimating certain parameters of a defined population or testing hypotheses on them. [Source: <a href=\"https://methods.sagepub.com/reference/encyc-of-research-design/n302.xml\" target=\"_blank\" data-id=\"to-srm\">Encyclopedia of Research Design; Parameters</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/weight> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/structural_equation_modelling>, <https://concepts.sagepub.com/social-science/concept/sampling> ;
  skos:prefLabel "parameters"@en ;
  a skos:Concept .

