@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:408
  skos:prefLabel "alimentos"@es, "foods"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:41034 .

nalt:41034
  skos:hiddenLabel "army ration"@en, "military-rations"@en, "military ration"@en, "navy rations"@en ;
  ns0:marc001 "23665" ;
  skos:exactMatch <http://id.cabi.org/cabt/73969>, <http://id.agrisemantics.org/gacs/C24981> ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:altLabel "army rations"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:related nalt:222245, nalt:52937 ;
  dc:modified "2014-07-18"^^xsd:date ;
  skos:prefLabel "military rations"@en, "raciones militares"@es ;
  a skos:Concept, ns0:Product ;
  skos:broader nalt:408 .

nalt:222245
  skos:prefLabel "servicios de alimentación del ejército"@es, "military food service"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:41034 .

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

nalt:52937
  skos:prefLabel "personal militar"@es, "military personnel"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:41034 .

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

