@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

nalt:800
  skos:prefLabel "madres"@es, "mothers"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:4295 .

nalt:4295
  skos:hiddenLabel "adolescent-mothers"@en ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:related nalt:70827, nalt:4296 ;
  skos:prefLabel "adolescent mothers"@en, "madres adolescentes"@es ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:scopeNote "Usar en el caso de mujeres no embarazadas de entre 12 y 18 años de edad que han dado a luz; USAR \"adolescentes embarazadas\" para referirse a mujeres embarazadas de entre los 12 y los 18 años de edad."@es, "Use for nonpregnant females between the ages of 12-18 who have given birth; For pregnant females between the ages of 12-18 USE pregnant adolescents."@en ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  ns0:marc001 "1001" ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh85000964> ;
  skos:broader nalt:4289, nalt:800 ;
  dc:modified "2018-07-17"^^xsd:date .

nalt:70827
  skos:prefLabel "comportamiento sexual de los adolescentes"@es, "adolescent sexual behavior"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:4295 .

nalt:4289
  skos:prefLabel "adolescentes"@es, "adolescents"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:4295 .

ns0:Topic
  rdfs:label "Topic"@en ;
  a owl:Class .

nalt:4296
  skos:prefLabel "adolescentes embarazadas"@es, "pregnant adolescents"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:4295 .

<https://lod.nal.usda.gov/nalt>
  rdfs:label "NALT Full"@en ;
  a skos:ConceptScheme .

