@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/fetal_distress>
  skos:prefLabel "fetal distress"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/fetal_diseases> .

<https://concepts.sagepub.com/social-science/concept/fetal_alcohol_syndrome>
  skos:prefLabel "fetal alcohol syndrome"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/fetal_diseases> .

<https://concepts.sagepub.com/social-science/concept/erythroblastosis_fetalis>
  skos:prefLabel "erythroblastosis fetalis"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/fetal_diseases> .

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

<https://concepts.sagepub.com/social-science/concept/pregnancy_complications>
  skos:prefLabel "pregnancy complications"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/fetal_diseases> .

<https://concepts.sagepub.com/social-science/concept/fetal_diseases>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/fetal_distress>, <https://concepts.sagepub.com/social-science/concept/fetal_alcohol_syndrome>, <https://concepts.sagepub.com/social-science/concept/erythroblastosis_fetalis> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/pregnancy_complications> ;
  skos:prefLabel "fetal diseases"@en ;
  a skos:Concept .

