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

nalt:300243
  skos:related nalt:463, nalt:42974, nalt:17769 ;
  skos:hiddenLabel "ginger-bread"@en, "ginger bread"@en, "gingerbreads"@en, "ginger-breads"@en, "ginger breads"@en ;
  skos:broader nalt:15556 ;
  skos:prefLabel "gingerbread"@en, "pan de jengibre"@es ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  dc:created "2017-05-15"^^xsd:date ;
  dc:modified "2017-11-10"^^xsd:date ;
  ns0:marc001 "81697" .

nalt:42974
  skos:prefLabel "jengibre"@es, "ginger"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:300243 .

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

nalt:463
  skos:prefLabel "postres"@es, "desserts"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:300243 .

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

nalt:15556
  skos:prefLabel "tortas"@es, "cakes"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:300243 .

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

