@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#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

nalt:11692
  skos:prefLabel "productos de maní"@es, "peanut products"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:related nalt:11689 .

nalt:43940
  skos:prefLabel "Groundnut ringspot tospovirus"@es, "Groundnut ringspot tospovirus"@en ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  skos:related nalt:11689 .

nalt:11689
  skos:related nalt:11692, nalt:11693, nalt:43940, nalt:57115 ;
  skos:hiddenLabel "Arachis hypoganea"@en, "Arachis-hypogaea"@en, "Arachis hypogea"@en, "Arachis hipogaea"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-taxon> ;
  dc:modified "2018-10-09"^^xsd:date ;
  skos:exactMatch <http://aims.fao.org/aos/agrovoc/c_572>, <http://id.cabi.org/cabt/13141>, <http://id.agrisemantics.org/gacs/C2039> ;
  ns0:marc001 "3239" ;
  a skos:Concept, ns0:Organism ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:broader nalt:11687 ;
  skos:narrower nalt:143751 ;
  ns0:hasProduct nalt:11693 ;
  skos:altLabel "goobers"@es, "goobers"@en ;
  skos:prefLabel "Arachis hypogaea"@es, "Arachis hypogaea"@en ;
  ns0:taxonomicRank nalt:350021 .

ns0:Organism
  rdfs:label "Organism"@en ;
  a owl:Class .

nalt:11693
  skos:prefLabel "maníes"@es, "peanuts"@en ;
  a ns0:Product, skos:Concept ;
  ns0:productOf nalt:11689 ;
  skos:related nalt:11689 .

ns0:taxonomicRank rdfs:label "Has taxonomic rank"@en .
nalt:11687
  skos:prefLabel "Arachis"@es, "Arachis"@en ;
  a ns0:Organism, skos:Concept ;
  skos:narrower nalt:11689 .

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:57115
  skos:prefLabel "Peanut mottle virus"@es, "Peanut mottle virus"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:11689 .

nalt:143751
  skos:prefLabel "Arachis hypogaea subsp. hypogaea"@es, "Arachis hypogaea subsp. hypogaea"@en ;
  a ns0:Organism, skos:Concept ;
  skos:broader nalt:11689 .

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

