@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:211266
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Organism> ;
  skos:prefLabel "Schmallenberg orthobunyavirus"@en, "Schmallenberg orthobunyavirus"@es ;
  skos:altLabel "Schmallenberg virus"@es, "Schmallenberg virus"@en ;
  dc:created "2014-02-28"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-taxon>, <https://lod.nal.usda.gov/nalt> ;
  ns0:marc001 "90358" ;
  skos:related nalt:26788 ;
  dc:modified "2018-06-20"^^xsd:date ;
  skos:hiddenLabel "Schmallenberg viruses"@en ;
  skos:broader nalt:5920 ;
  ns0:taxonomicRank nalt:350021 .

ns0:taxonomicRank rdfs:label "Has taxonomic rank"@en .
nalt:350021
  skos:prefLabel "especie"@es, "species"@en ;
  a ns0:Topic, skos:Concept .

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

nalt:26788
  skos:prefLabel "anormalidades congénitas"@es, "congenital abnormalities"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:211266 .

nalt:5920
  skos:prefLabel "Orthobunyavirus"@es, "Orthobunyavirus"@en ;
  a ns0:Organism, skos:Concept ;
  skos:narrower nalt:211266 .

