@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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .

<https://lod.nal.usda.gov/naltv#Product>
  rdfs:label "Product"@en ;
  a owl:Class .

nalt:69334_def
  rdf:value "Arroz integral limpio pero sin pulir cuyo salvado es de color negro."@es, "An unmilled, medium grain rice with black bran."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:56293
  skos:prefLabel "arroz"@es, "rice"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:69334 .

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

nalt:69334
  skos:definition nalt:69334_def ;
  dc:created "2006-11-09"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:prefLabel "arroz negro"@es, "black rice"@en ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Product> ;
  dc:modified "2012-11-30"^^xsd:date ;
  skos:broader nalt:56293 ;
  skos:altLabel "arroz coloreado"@es ;
  ns0:marc001 "51402" ;
  skos:hiddenLabel "black-rice"@en .

