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

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

<https://concepts.sagepub.com/social-science/concept/athletes>
  skos:definition "Athletes September 2014 All rights cleared. I hope that it won't be-- I won't do anything new. [Source: <a href=\"https://sk.sagepub.com/reference/asian-american-society-an-encyclopedia/n47.xml\" target=\"_blank\" data-id=\"to-sk\">Asian American Society: An Encyclopedia; Athletes</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D056352.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/persons> ;
  skos:prefLabel "athletes"@en ;
  a skos:Concept .

