@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#> .

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

nalt:7339
  skos:prefLabel "productos de granos"@es, "grain products"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:43619 .

nalt:14116
  skos:prefLabel "avena (grano)"@es, "oats"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:broader nalt:43619 .

nalt:43619
  dc:modified "2020-06-03"^^xsd:date ;
  dc:created "2006-01-19"^^xsd:date ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Product> ;
  skos:prefLabel "oat products"@en, "productos derivados de avena"@es ;
  skos:hiddenLabel "oat-products"@en ;
  skos:narrower nalt:14116 ;
  skos:related nalt:14086 ;
  skos:broader nalt:7339 ;
  ns0:marc001 "25823" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> .

<https://lod.nal.usda.gov/nalt-core>
  rdfs:label "NALT Core"@es, "NALT Core"@en ;
  a skos:ConceptScheme .

nalt:14086
  skos:prefLabel "Avena (Poaceae)"@es, "Avena (Poaceae)"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:43619 .

