@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/child_marriages>
  skos:broader <https://concepts.sagepub.com/social-science/concept/marriage>, <https://concepts.sagepub.com/social-science/concept/demography_of_law> ;
  skos:prefLabel "child marriages"@en ;
  a skos:Concept .

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

<https://concepts.sagepub.com/social-science/concept/demography_of_law>
  skos:prefLabel "demography of law"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/child_marriages> .

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

