@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/sacred_loss> .

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

<https://concepts.sagepub.com/social-science/concept/sacred_loss>
  skos:definition "Marriage is in most religions primarily contractual. However, for many religions and spiritual traditions, marriage also involves binding the souls or spirits of two or more individuals. [Source: <a href=\"https://sk.sagepub.com/reference/cultural-sociology-of-divorce/n382.xml\" target=\"_blank\" data-id=\"to-sk\">Cultural Sociology of Divorce: An Encyclopedia; Sacred Loss</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/religion> ;
  skos:prefLabel "sacred loss"@en ;
  a skos:Concept .

