@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@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:15187
  skos:prefLabel "patogenicidad"@es, "pathogenicity"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:46767 .

nalt:46767
  ns0:marc001 "39612" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:altLabel "virulence factor"@en, "hypovirulence"@en ;
  dc:modified "2015-03-23"^^xsd:date ;
  a skos:Concept, ns0:Topic ;
  skos:hiddenLabel "virulence properties"@en, "virulent"@en, "virulence factors"@en, "virulence property"@en ;
  skos:exactMatch <http://id.agrisemantics.org/gacs/C1122>, <http://aims.fao.org/aos/agrovoc/c_8261>, <http://id.cabi.org/cabt/123590> ;
  skos:broader nalt:15187 ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:prefLabel "virulence"@en, "virulencia"@es ;
  skos:definition nalt:46767_def .

nalt:46767_def
  rdf:value "Grado de patogenicidad dentro de un grupo o especie de microorganismos o virus, indicado por la tasa de casos fatales y/o la habilidad del organismo para invadir los tejidos del huésped."@es, "The degree of pathogenicity within a group or species of microorganisms or viruses as indicated by case fatality rates and/or the ability of the organism to invade the tissues of the host. The pathogenic capacity of an organism is determined by its virulence factors."@en ;
  dc:source "Medical Subject Headings 2012" ;
  a ns0:Definition .

<https://lod.nal.usda.gov/nalt-core>
  rdfs:label "NALT Core"@es, "NALT Core"@en ;
  a skos:ConceptScheme .

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

