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

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

<https://lod.nal.usda.gov/naltv#taxonomicRank> rdfs:label "Has taxonomic rank"@en .
nalt:350021
  skos:prefLabel "especie"@es, "species"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept .

nalt:15874
  ns0:taxonomicRank nalt:350021 ;
  skos:altLabel "Barley yellow mosaic bymovirus"@es, "Barley yellow mosaic bymovirus"@en, "Barley yellow mosaic potyvirus"@es, "Barley yellow mosaic potyvirus"@en, "BaYMV (Barley yellow mosaic virus)"@es, "BaYMV (Barley yellow mosaic virus)"@en ;
  skos:related nalt:15852 ;
  dc:source "International Committee on Taxonomy of Viruses" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-taxon> ;
  a ns0:Organism, skos:Concept ;
  ns0:marc001 "4563" ;
  dc:modified "2017-02-17"^^xsd:date ;
  skos:broader nalt:15863 ;
  skos:prefLabel "Barley yellow mosaic virus"@en, "Barley yellow mosaic virus"@es ;
  skos:hiddenLabel "Barley-yellow-mosaic-virus"@en ;
  dc:created "2006-01-19"^^xsd:date .

nalt:15863
  skos:prefLabel "Bymovirus"@es, "Bymovirus"@en ;
  a ns0:Organism, skos:Concept ;
  skos:narrower nalt:15874 .

nalt:15852
  skos:prefLabel "Hordeum vulgare"@es, "Hordeum vulgare"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:15874 .

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

