@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/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/fetal_narcotic_syndrome> .

<https://concepts.sagepub.com/social-science/concept/substance_abuse>
  skos:prefLabel "substance abuse"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/fetal_narcotic_syndrome> .

<https://concepts.sagepub.com/social-science/concept/fetal_narcotic_syndrome>
  skos:definition "Fetal narcotic syndrome refers to the effects on the fetus and newborn of exposure to illicit substances—particularly cocaine, crack cocaine, and heroin—during pregnancy. Narcotic use during pregnancy poses risks to both the woman and the fetus, including miscarriage, poor fetal growth, placental problems, premature delivery, low birth weight, and stillbirth. [Source: <a href=\"https://sk.sagepub.com/reference/socialproblems/n222.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Social Problems; Fetal Narcotic Syndrome</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/substance_abuse> ;
  skos:prefLabel "fetal narcotic syndrome"@en ;
  a skos:Concept .

