@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/alumni>
  skos:definition "Alumni/ae are the graduates or former students of a university, college, or school. Each school may define its alumni/ae membership differently. [Source: <a href=\"https://sk.sagepub.com/reference/distributedlearning/n12.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Distributed Learning; Alumni</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/educational_groups> ;
  skos:prefLabel "alumni"@en ;
  a skos:Concept .

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

<https://concepts.sagepub.com/social-science/concept/educational_groups>
  skos:prefLabel "educational groups"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/alumni> .

