@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:5008
  skos:hiddenLabel "white button mushrooms"@en, "white-button mushroom"@en, "Agaricus-bisporus"@en ;
  skos:exactMatch <http://aims.fao.org/aos/agrovoc/c_33590>, <http://id.agrisemantics.org/gacs/C13836>, <http://id.cabi.org/cabt/6837> ;
  skos:prefLabel "Agaricus bisporus"@es, "Agaricus bisporus"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt-taxon> ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Organism> ;
  ns0:hasProduct nalt:7329 ;
  skos:related nalt:192966, nalt:7329 ;
  skos:broader nalt:4980 ;
  ns0:marc001 "1274" ;
  skos:altLabel "white button mushroom"@en, "Agaricus brunnescens"@es, "Agaricus brunnescens"@en ;
  dc:created "2006-01-19"^^xsd:date ;
  dc:modified "2020-05-29"^^xsd:date ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh88007932> ;
  ns0:taxonomicRank nalt:350021 .

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

ns0:hasProduct
  rdfs:subPropertyOf skos:related ;
  rdfs:label "Has product"@en .

nalt:7329
  skos:prefLabel "hongos"@es, "mushrooms"@en ;
  a ns0:Product, skos:Concept ;
  ns0:productOf nalt:5008 ;
  skos:related nalt:5008 .

nalt:192966
  skos:prefLabel "enfermedad La France del champiñón"@es, "La France disease"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:5008 .

nalt:4980
  skos:prefLabel "Agaricus"@es, "Agaricus"@en ;
  a ns0:Organism, skos:Concept ;
  skos:narrower nalt:5008 .

