@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 .

<https://lod.nal.usda.gov/naltv#taxonomicRank> rdfs:label "Has taxonomic rank"@en .
nalt:43910
  skos:prefLabel "Orthohepadnavirus"@es, "Orthohepadnavirus"@en ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  skos:narrower nalt:105219 .

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

nalt:105219
  dc:source "International Committee on Taxonomy of Viruses" ;
  dc:created "2007-09-27"^^xsd:date ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-taxon>, <https://lod.nal.usda.gov/nalt> ;
  skos:hiddenLabel "Ground-squirrel-hepatitis-virus"@en ;
  ns0:taxonomicRank nalt:350021 ;
  skos:altLabel "GSHV (Ground squirrel hepatitis virus)"@es, "GSHV (Ground squirrel hepatitis virus)"@en, "Ground squirrel hepatitis B virus"@es, "Ground squirrel hepatitis B virus"@en ;
  skos:broader nalt:43910 ;
  ns0:marc001 "53129" ;
  dc:modified "2019-05-24"^^xsd:date ;
  skos:prefLabel "Ground squirrel hepatitis virus"@en, "Ground squirrel hepatitis virus"@es .

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

