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

nalt:6769
  skos:prefLabel "nueces"@es, "nuts"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:16762 .

nalt:16762
  ns0:marc001 "5833" ;
  a skos:Concept, ns0:Product ;
  skos:altLabel "nuez de Brasil"@es, "nueces del Brasil"@es ;
  skos:related nalt:16761 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:hiddenLabel "Brazil-nuts"@en, "Brazil nut"@en ;
  dc:modified "2014-09-09"^^xsd:date ;
  skos:broader nalt:6769 ;
  skos:prefLabel "nuez del Brasil"@es, "Brazil nuts"@en .

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

nalt:16761
  skos:prefLabel "Bertholletia excelsa"@es, "Bertholletia excelsa"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:16762 .

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

