@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/enrollment_status>
  skos:definition "Enrollment status has varying meanings. It can refer to the student's basic association with the institution (as in whether or not he or she is an actively enrolled student), a graduate or alumnus of a degree or certificate program, or a student who has ceased attendance (not enrolled). [Source: <a href=\"https://sk.sagepub.com/reference/distributedlearning/n52.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Distributed Learning; Enrollment Status</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/enrollment> ;
  skos:prefLabel "enrollment status"@en ;
  a skos:Concept .

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

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

