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

<https://concepts.sagepub.com/social-science/concept/painting>
  skos:definition "For many years, African American contributions to the fine arts were little recognized by the mostly white art establishment. African Americans have been painting since the beginning of slavery, but it has only been in recent years that art historians and scholars have begun to acknowledge and recognize their contribution to American art. [Source: <a href=\"https://sk.sagepub.com/reference/africanamericansociety/n486.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of African American Society; Painting</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/fine_arts> ;
  skos:prefLabel "painting"@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/painting> .

