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

<https://concepts.sagepub.com/social-science/concept/cultural_sociology_of_divorce>
  skos:prefLabel "cultural sociology of divorce"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/divorce> .

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

<https://concepts.sagepub.com/social-science/concept/divorce>
  skos:definition "Divorce, or the legal dissolution of marriage, is a common occurrence that affects millions of individuals and families throughout the world. The divorce rate in the United States and in much of the Western world is higher than it has ever been. [Source: <a href=\"https://sk.sagepub.com/reference/humandevelopment/n200.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Human Development; Divorce</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/cultural_sociology_of_divorce> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D004243.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/marital_status> ;
  skos:prefLabel "divorce"@en ;
  a skos:Concept .

