@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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

nalt:9454
  skos:prefLabel "productos proteínicos"@es, "protein products"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:related nalt:9511 .

nalt:9511
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:related nalt:9454, nalt:33443, nalt:9505, nalt:9446 ;
  skos:hiddenLabel "protein source"@en, "peptide sources"@en, "peptide source"@en, "protein-sources"@en ;
  dc:modified "2016-04-11"^^xsd:date ;
  skos:prefLabel "protein sources"@en, "fuentes proteicas"@es ;
  skos:altLabel "protein foods"@en ;
  skos:broader nalt:33351 ;
  ns0:marc001 "30368" ;
  skos:exactMatch <http://id.cabi.org/cabt/95550>, <http://id.agrisemantics.org/gacs/C10356> ;
  skos:definition nalt:9511_def .

nalt:9505
  skos:prefLabel "proteína dietética"@es, "dietary protein"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:9511 .

nalt:9446
  skos:prefLabel "proteína de procedencia animal"@es, "animal source protein"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:9511 .

nalt:33443
  skos:prefLabel "proteina de fuente vegetal"@es, "plant source protein"@en ;
  a ns0:Product, ns0:Chemical, skos:Concept ;
  skos:related nalt:9511 .

nalt:9511_def
  rdf:value "Alimentos de la dieta que aportan proteínas."@es, "Foods in the diet that provide protein."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

nalt:33351
  skos:prefLabel "fuentes de nutrientes dietéticos"@es, "dietary nutrient sources"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:9511 .

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

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

