@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .

nalt:59916_def
  rdf:value "Con las proteínas verdaderas se miden sólo las proteínas, en cambio con las proteínas crudas se mide toda fuente de nitrógeno, incluyendo el nitrógeno no proteico, como la urea."@es, "True protein measures only the proteins whereas crude protein measures any source of nitrogen and includes non-protein nitrogen such as urea."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

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

nalt:30273
  skos:prefLabel "contenido proetico"@es, "protein content"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:59916 .

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

nalt:59916
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:broader nalt:30273 ;
  skos:prefLabel "proteínas verdaderas"@es, "true protein"@en ;
  skos:hiddenLabel "true-protein"@en ;
  dc:modified "2012-11-30"^^xsd:date ;
  ns0:marc001 "38598" ;
  skos:definition nalt:59916_def ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> .

