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

nalt:3102
  skos:prefLabel "dermatitis"@es, "dermatitis"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:28698 .

nalt:28698_def
  rdf:value "Tipo de reacción aguda y crónica de la piel en la que se manifiesta sensibilidad reaccionando a materiales o sustancias que entran en contacto con la piel. Puede involucrar mecanismos alérgicos y no alérgicos."@es, "A type of acute or chronic skin reaction in which sensitivity is manifested by reactivity to materials or substances coming in contact with the skin. It may involve allergic or non-allergic mechanisms."@en ;
  dc:source "Medical Subject Headings 2012" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

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

nalt:28698
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:exactMatch <http://id.loc.gov/authorities/subjects/sh85031501> ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:broader nalt:3102 ;
  skos:prefLabel "dermatitis de contacto"@es, "contact dermatitis"@en ;
  dc:modified "2012-11-30"^^xsd:date ;
  skos:definition nalt:28698_def ;
  ns0:marc001 "9585" ;
  skos:hiddenLabel "contact-dermatitis"@en .

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

