@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

nalt:350022
  skos:prefLabel "infraespecífico"@es, "infraspecific"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept .

nalt:20411
  skos:prefLabel "Orthotospovirus"@es, "Orthotospovirus"@en ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  skos:narrower nalt:245788 .

nalt:245788
  ns0:marc001 "74313" ;
  skos:scopeNote "No es una especie válida, según la lista emitida por el Comité Internacional para la Taxonomía de los Virus 2014. Use el término con fines de indexación cuando el tipo específico sea desconocido."@es, "Tomato yellow ring virus is not a valid species in 2014 International Committee on Taxonomy of Viruses' list. Use for indexing when the specific type is not unknown."@en ;
  ns0:taxonomicRank nalt:350022 ;
  a ns0:Organism, skos:Concept ;
  skos:prefLabel "Tomato yellow ring virus"@es, "Tomato yellow ring virus"@en ;
  skos:altLabel "TYRV (Tomato yellow ring virus)"@es, "TYRV (Tomato yellow ring virus)"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-taxon> ;
  skos:hiddenLabel "Tomato-yellow-ring-virus"@en ;
  dc:created "2015-03-26"^^xsd:date ;
  dc:modified "2019-05-16"^^xsd:date ;
  skos:broader nalt:20411 .

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

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

