@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/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/play_or_pay> .

<https://concepts.sagepub.com/social-science/concept/play_or_pay>
  skos:definition "A health reform option that enjoyed significant popularity in the early 1990s, play or pay was initially endorsed by then presidential candidate Bill Clinton. The concept, intended to produce universal coverage, would require that employers either provide their workers with health care coverage (play) or contribute to a government fund from which insurance would be provided (pay). [Source: <a href=\"https://sk.sagepub.com/cqpress/health-care-policy-and-politics-a-to-z-3e/n294.xml\" target=\"_blank\" data-id=\"to-sk\">Health Care Policy and Politics A to Z; Play or Pay</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/card_games> ;
  skos:prefLabel "play or pay"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/card_games>
  skos:prefLabel "card games"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/play_or_pay> .

