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

<https://concepts.sagepub.com/social-science/concept/Gamblers_Anonymous>
  skos:definition "Gamblers Anonymous (GA) is a Twelve-Step program designed to help problem gamblers recover from their addiction to gambling. GA has no affiliation to religious organizations, political parties, or special interest groups. [Source: <a href=\"https://sk.sagepub.com/reference/substance/n162.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Substance Abuse Prevention, Treatment, &amp; Recovery; Gamblers Anonymous</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/recovery>, <https://concepts.sagepub.com/social-science/concept/problem_gambling> ;
  skos:prefLabel "Gamblers Anonymous"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/recovery>
  skos:prefLabel "recovery"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Gamblers_Anonymous> .

<https://concepts.sagepub.com/social-science/concept/problem_gambling>
  skos:prefLabel "problem gambling"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Gamblers_Anonymous> .

