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

nalt:20997
  skos:prefLabel "servicio de alimentación"@es, "food service"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:41035 .

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

nalt:41035
  skos:broader nalt:20997 ;
  ns0:marc001 "37001" ;
  dc:modified "2012-11-30"^^xsd:date ;
  skos:definition nalt:41035_def ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:hiddenLabel "temporary-food-service"@en ;
  skos:prefLabel "servicio de alimentación temporal"@es, "temporary food service"@en ;
  a skos:Concept, ns0:Topic ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> .

nalt:41035_def
  rdf:value "Operación que prepara alimentos en cantidades establecidas con la intención de funcionar por un período breve; por ejemplo, provisión de alimentación a trabajadores de socorro, cenas o picnics de iglesias o de la comunidad, ventas de comida casera, etc."@es, "A quantity food prepration operation that is established with the intent of operating for a brief period of time for example: the provision of food to relief workers, church or community suppers or picnics, bake sales, etc."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

