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

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

<https://concepts.sagepub.com/social-science/concept/valedictorians>
  skos:definition "Most U.S. and Canadian high schools recognize the graduating student who holds the highest academic standing with the title of valedictorian. Although the naming of a valedictorian is one of the most common markers of achievement in the United States, top academic standing is largely absent from the gifted literature. [Source: <a href=\"https://sk.sagepub.com/reference/giftedness/n398.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Giftedness, Creativity, and Talent; Valedictorians</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/population> ;
  skos:prefLabel "valedictorians"@en ;
  a skos:Concept .

