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

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

nalt:69333
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  skos:hiddenLabel "brown-rice"@en, "unpolished rice"@en, "un-polished rice"@en ;
  skos:exactMatch <http://id.agrisemantics.org/gacs/C30189> ;
  dc:modified "2018-02-02"^^xsd:date ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Product> ;
  skos:altLabel "arroz moreno"@es ;
  skos:definition nalt:69333_def ;
  skos:broader nalt:56293 ;
  skos:prefLabel "arroz integral"@es, "brown rice"@en ;
  ns0:marc001 "51426" ;
  dc:created "2006-11-09"^^xsd:date .

nalt:69333_def
  rdf:value "Arroz al cual sólo se le ha quitado la cascarilla, dejando a la vista las capas de salvado de arroz."@es, "Rice from which only the hulls have been removed revealing the brown bran layers."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

nalt:56293
  skos:prefLabel "arroz"@es, "rice"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:69333 .

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

