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

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

<https://concepts.sagepub.com/social-science/concept/age_discrimination>
  skos:definition "IN THE UNITED STATES, age discrimination is generally associated with old age, but there is discrimination against youth as well. Ageism really was not evident in America until industrialization began, shortly after the Civil War. [Source: <a href=\"https://sk.sagepub.com/reference/corporatecrime/n9.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of White-Collar &amp; Corporate Crime; Age Discrimination</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/discrimination> ;
  skos:prefLabel "age discrimination"@en ;
  a skos:Concept .

