@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 dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .

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

nalt:230607
  skos:prefLabel "Sweet potato leaf curl China virus"@es, "Sweet potato leaf curl China virus"@en ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  dc:modified "2017-02-17"^^xsd:date ;
  ns0:marc001 "73875" ;
  ns0:taxonomicRank nalt:350021 ;
  skos:altLabel "SPLCCNV (Sweet potato leaf curl China virus)"@es, "SPLCCNV (Sweet potato leaf curl China virus)"@en, "Sweetpotato leaf curl China virus"@es, "Sweetpotato leaf curl China virus"@en, "Sweet potato leaf curl China virus-(China:2005)"@es, "Sweet potato leaf curl China virus-(China:2005)"@en ;
  skos:hiddenLabel "Sweet-potato-leaf-curl-China-virus"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-taxon> ;
  skos:broader nalt:1864 ;
  skos:related nalt:47629 ;
  dc:source "International Committee on Taxonomy of Viruses" ;
  dc:created "2014-09-30"^^xsd:date .

ns0:taxonomicRank rdfs:label "Has taxonomic rank"@en .
nalt:1864
  skos:prefLabel "Begomovirus"@es, "Begomovirus"@en ;
  a ns0:Organism, skos:Concept ;
  skos:narrower nalt:230607 .

nalt:350021
  skos:prefLabel "especie"@es, "species"@en ;
  a ns0:Topic, skos:Concept .

nalt:47629
  skos:prefLabel "Ipomoea batatas"@es, "Ipomoea batatas"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:230607 .

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

