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

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

<https://concepts.sagepub.com/social-science/concept/white_Americans>
  skos:definition "The identity of White Americans can be described along a number of dimensions. Perhaps the most basic is the statistical portrait derived from numerical data as compiled by the U.S. Census Bureau; however, a more nuanced understanding of this group emerges from consideration of their history, culture, and social location. [Source: <a href=\"https://sk.sagepub.com/reference/counseling/n461.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Counseling; White Americans</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Americans> ;
  skos:prefLabel "white Americans"@en ;
  a skos:Concept .

