@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/Al-Anon> .

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

<https://concepts.sagepub.com/social-science/concept/family_and_community_issues>
  skos:prefLabel "family and community issues"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Al-Anon> .

<https://concepts.sagepub.com/social-science/concept/Al-Anon>
  skos:definition "Al-Anon Family Groups, a recovery program for the friends and families of alcoholics, was founded in May 1951 by Lois W. and Anne B. (in Twelve-Step tradition, last names are not used). They share the commonality that another person's drinking has affected their lives in a variety of ways. [Source: <a href=\"https://sk.sagepub.com/reference/substance/n13.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Substance Abuse Prevention, Treatment, &amp; Recovery; Al-Anon</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/recovery>, <https://concepts.sagepub.com/social-science/concept/family_and_community_issues> ;
  skos:prefLabel "Al-Anon"@en ;
  a skos:Concept .

