@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:3102
  skos:prefLabel "dermatitis"@es, "dermatitis"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:32466 .

nalt:32466
  skos:exactMatch <http://id.agrisemantics.org/gacs/C17306>, <http://id.loc.gov/authorities/subjects/sh85040936>, <http://aims.fao.org/aos/agrovoc/c_10536>, <http://id.cabi.org/cabt/41917> ;
  skos:prefLabel "eccema"@es, "eczema"@en ;
  dc:modified "2016-09-21"^^xsd:date ;
  ns0:marc001 "12983" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  skos:definition nalt:32466_def ;
  skos:altLabel "eczematous dermatitis"@en ;
  a ns0:Topic, skos:Concept ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:broader nalt:3102 .

nalt:32466_def
  rdf:value "Dermatitis pruriginosa papulovesicular que ocurre como una reacción a numerosos agentes endógenos y exógenos."@es, "A pruritic papulovesicular dermatitis occurring as a reaction to many endogenous and exogenous agents."@en ;
  dc:source "Medical Subject Headings 2016" ;
  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 .

