@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/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/standardization> .

<https://concepts.sagepub.com/social-science/concept/standardization>
  skos:definition "Standardization is a term that is used in variety of ways in research design. The three most common uses of the term relate to standardization of procedure, standardization of interpretation, and standardization of scores. [Source: <a href=\"https://methods.sagepub.com/reference/encyc-of-research-design/n438.xml\" target=\"_blank\" data-id=\"to-srm\">Encyclopedia of Research Design; Standardization</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/manufacturing_and_operations> ;
  skos:prefLabel "standardization"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/manufacturing_and_operations>
  skos:prefLabel "manufacturing and operations"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/standardization> .

