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

nalt:60579
  skos:broader nalt:444, nalt:48332 ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  ns0:marc001 "37880" ;
  skos:prefLabel "tomato puree"@en, "puré de tomate"@es ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:hiddenLabel "tomato-puree"@en, "tomato purees"@en ;
  dc:modified "2016-04-12"^^xsd:date ;
  dc:created "2006-01-19"^^xsd:date .

nalt:48332
  skos:prefLabel "productos de tomate"@es, "tomato products"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:60579 .

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

nalt:444
  skos:prefLabel "alimentos colados"@es, "pureed foods"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:60579 .

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

