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

<https://concepts.sagepub.com/social-science/concept/doctoral_degrees>
  skos:definition "Advanced university degrees awarded after a number of years of study and completion of original research in a chosen field. The first African American to receive a doctoral degree from an American university was Edward Alexander Bouchet of New Haven, Connecticut, who graduated from Yale in 1876 with a Ph.D. in physics. [Source: <a href=\"https://sk.sagepub.com/reference/africanamericansociety/n208.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of African American Society; Doctoral Degrees</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/academic_degrees> ;
  skos:prefLabel "doctoral degrees"@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/doctoral_degrees> .

