@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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

nalt:340913
  skos:broader nalt:96816 ;
  skos:definition nalt:340913_def ;
  skos:prefLabel "physical health"@en, "salud física"@es ;
  dc:modified "2020-10-29"^^xsd:date ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:1759 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:altLabel "physical well-being"@en ;
  ns0:marc001 "95585" ;
  dc:created "2020-06-22"^^xsd:date .

nalt:1759
  skos:prefLabel "salud mental"@es, "mental health"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:340913 .

nalt:96816
  skos:prefLabel "salud animal y humana"@es, "animal and human health"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:340913 .

nalt:340913_def
  rdf:value "Estado general del cuerpo."@es, "The general condition of one's body."@en ;
  dc:source "NCI Thesaurus" ;
  a ns0:Definition .

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

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

