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

<https://concepts.sagepub.com/social-science/concept/gamete_donation>
  skos:prefLabel "gamete donation"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/assisted_reproduction> .

<https://concepts.sagepub.com/social-science/concept/assisted_reproduction>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/posthumous_conception>, <https://concepts.sagepub.com/social-science/concept/in_vitro_fertilisation>, <https://concepts.sagepub.com/social-science/concept/gamete_donation>, <https://concepts.sagepub.com/social-science/concept/embryo_transfer>, <https://concepts.sagepub.com/social-science/concept/artificial_conception> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/medical_treatment> ;
  skos:prefLabel "assisted reproduction"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/in_vitro_fertilisation>
  skos:prefLabel "in vitro fertilisation"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/assisted_reproduction> .

<https://concepts.sagepub.com/social-science/concept/embryo_transfer>
  skos:prefLabel "embryo transfer"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/assisted_reproduction> .

<https://concepts.sagepub.com/social-science/concept/posthumous_conception>
  skos:prefLabel "posthumous conception"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/assisted_reproduction> .

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

<https://concepts.sagepub.com/social-science/concept/artificial_conception>
  skos:prefLabel "artificial conception"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/assisted_reproduction> .

