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

nalt:44736
  skos:prefLabel "salud humana"@es, "human health"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:206843 .

<https://lod.nal.usda.gov/naltv#Topic>
  rdfs:label "Topic"@en ;
  a owl:Class .

nalt:206843
  dc:modified "2013-12-06"^^xsd:date ;
  skos:altLabel "woman's health"@en ;
  dc:created "2013-10-29"^^xsd:date ;
  ns0:marc001 "9813981426000041" ;
  skos:broader nalt:44736 ;
  a skos:Concept, ns0:Topic ;
  skos:prefLabel "women's health"@en, "salud de la mujer"@es ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:definition nalt:206843_def ;
  ns0:marc001previous "94972" ;
  skos:hiddenLabel "women health"@en .

nalt:206843_def
  rdf:value "Concepto que abarca el estado físico y mental de las mujeres."@es, "The concept covering the physical and mental conditions of women."@en ;
  dc:source "Medical Subject Headings 2014" ;
  a ns0:Definition .

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

