@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 ns0: <https://lod.nal.usda.gov/naltv#> .
@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#> .

<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:1305
  ns0:marc001previous "93566" ;
  a ns0:Organism, skos:Concept ;
  dc:source "Bergey's Manual of Systematic Bacteriology" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-taxon>, <https://lod.nal.usda.gov/nalt> ;
  ns0:marc001 "9813984546300041" ;
  ns0:taxonomicRank nalt:350021 ;
  skos:broader nalt:1303 ;
  skos:altLabel "Phytoplasma hispanicum"@es, "Phytoplasma hispanicum"@en, "Mexican periwinkle virescence phytoplasma"@es, "Mexican periwinkle virescence phytoplasma"@en ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:prefLabel "Candidatus Phytoplasma hispanicum"@en, "Candidatus Phytoplasma hispanicum"@es ;
  skos:hiddenLabel "Mexican-periwinkle-virescence-phytoplasma"@en ;
  dc:modified "2019-08-09"^^xsd:date .

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

nalt:1303
  skos:prefLabel "16SrXIII (Mexican periwinkle virescence group)"@es, "16SrXIII (Mexican periwinkle virescence group)"@en ;
  a ns0:Organism, skos:Concept ;
  skos:narrower nalt:1305 .

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

