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

<https://concepts.sagepub.com/social-science/concept/forced_marriages>
  skos:definition "Forced marriage is defined as a marital union where at least one of the intended spouses refuses to participate but is intimidated into marrying. The issue drew the attention of women's advocates, law enforcement, and policymakers internationally when Britain attempted to criminalize it in 2005. [Source: <a href=\"https://sk.sagepub.com/reference/violence/n202.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Interpersonal Violence; Forced Marriages</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/marriage> ;
  skos:prefLabel "forced marriages"@en ;
  a skos:Concept .

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

