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

nalt:228405
  skos:hiddenLabel "halal food"@en, "halal-meats"@en, "halal-meat"@en, "halal-foods"@en, "halal meats"@en, "halal-food"@en ;
  skos:related nalt:9572, nalt:68617 ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:prefLabel "halal foods"@en, "alimentos halal"@es ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:created "2014-09-15"^^xsd:date ;
  ns0:marc001 "67627" ;
  skos:broader nalt:408 ;
  dc:modified "2014-11-17"^^xsd:date ;
  skos:altLabel "halal meat"@en .

nalt:68617
  skos:prefLabel "musulmanes"@es, "Muslims"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:228405 .

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

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

nalt:9572
  skos:prefLabel "productos cárnicos"@es, "meat products"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:228405 .

