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

nalt:28700
  skos:definition nalt:28700_def ;
  skos:broader nalt:9132, nalt:3102, nalt:4876 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:prefLabel "contagious ecthyma"@en, "ectima contagiosa"@es ;
  skos:exactMatch <http://id.loc.gov/authorities/subjects/sh85031511> ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:28704 ;
  dc:modified "2012-11-30"^^xsd:date ;
  skos:hiddenLabel "contagious-ecthyma"@en ;
  skos:altLabel "orf (disease)"@en, "contagious pustular dermatitis"@en ;
  ns0:marc001 "9588" .

nalt:4876
  skos:prefLabel "enfermedades virales de los animales y los seres humanos"@es, "viral diseases of animals and humans"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:28700 .

nalt:9132
  skos:prefLabel "enfermedades de las ovejas"@es, "sheep diseases"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:28700 .

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

nalt:28704
  skos:prefLabel "Orf virus"@es, "Orf virus"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:28700 .

nalt:28700_def
  rdf:value "Dermatitis infecciosa de ovejas y cabras que afecta principalmente el hocico y los labios. La causa un poxvirus y puede ser transmitida al hombre."@es, "An infectious dermatitis of sheep and goats, affecting primarily the muzzle and lips. It is caused by a poxvirus and may be transmitted to man."@en ;
  dc:source "Medical Subject Headings 2012" ;
  a ns0:Definition .

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

