@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#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

nalt:9407
  skos:prefLabel "patología animal"@es, "animal pathology"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:203708 .

nalt:345
  skos:prefLabel "enfermedades del sistema nervisoso"@es, "nervous system diseases"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:203708 .

nalt:203708
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:created "2013-08-20"^^xsd:date ;
  skos:prefLabel "neuropathology"@en, "neuropatología"@es ;
  skos:broader nalt:9407, nalt:345 ;
  ns0:marc001 "70309" ;
  skos:definition nalt:203708_def ;
  dc:modified "2014-09-30"^^xsd:date ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh85090924> .

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

nalt:203708_def
  rdf:value "Estudio de las enfermedades y los trastornos del sistema nervioso."@es, "The study of diseases and disorders of the nervous system."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

