@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:338
  skos:prefLabel "enfermedades de las patas"@es, "foot diseases"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:89166 .

nalt:89166
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:prefLabel "pododermatitis"@es, "pododermatitis"@en ;
  dc:created "2006-07-21"^^xsd:date ;
  skos:hiddenLabel "ulcerative-pododermatitis"@en, "bumblefoot"@en ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  skos:altLabel "bumble foot"@en, "ulcerative pododermatitis"@en ;
  dc:modified "2015-11-16"^^xsd:date ;
  skos:related nalt:758 ;
  skos:broader nalt:338 ;
  ns0:marc001 "71776" .

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

nalt:758
  skos:prefLabel "inflamación"@es, "inflammation"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:89166 .

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

