@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:15068
  skos:prefLabel "tocino"@es, "bacon"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:related nalt:67787 .

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

nalt:15069
  skos:prefLabel "carne de cerdo"@es, "pork"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:67787 .

nalt:67787
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Product> ;
  skos:hiddenLabel "pork belly"@en, "pork-bellies"@en ;
  skos:prefLabel "panceta de cerdo"@es, "pork bellies"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  ns0:marc001 "51897" ;
  dc:modified "2012-11-30"^^xsd:date ;
  dc:created "2006-03-13"^^xsd:date ;
  skos:related nalt:15068 ;
  skos:definition nalt:67787_def ;
  skos:broader nalt:15069 .

nalt:67787_def
  rdf:value "Fuente del tocino. La panceta de cerdo es el lado inferior de un cerdo que queda después que el lomo y las costillas han sido sacadas."@es, "The source of bacon. The pork belly is the lower side of a hog remaining after the loin and spareribs have been removed."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

