@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .

nalt:408
  skos:prefLabel "alimentos"@es, "foods"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:452 .

nalt:16352
  skos:prefLabel "productos de azúcar"@es, "sugar products"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:452 .

nalt:485
  skos:prefLabel "edulcorantes"@es, "sweeteners"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:related nalt:452 .

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

nalt:452
  skos:narrower nalt:17769 ;
  skos:altLabel "sirups"@en ;
  skos:related nalt:7180, nalt:485 ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:hiddenLabel "syrup"@en ;
  dc:created "2006-01-19"^^xsd:date ;
  ns0:marc001 "36701" ;
  skos:broader nalt:408, nalt:16352 ;
  dc:modified "2017-04-12"^^xsd:date ;
  skos:prefLabel "syrups"@en, "jarabes"@es ;
  skos:exactMatch <http://id.cabi.org/cabt/114151>, <http://id.agrisemantics.org/gacs/C21606> ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> .

nalt:17769
  skos:prefLabel "melaza"@es, "molasses"@en ;
  a ns0:Product, skos:Concept ;
  skos:broader nalt:452 .

nalt:7180
  skos:prefLabel "sustitutos de azúcar"@es, "sugar substitutes"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:452 .

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

