@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#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

nalt:2178
  skos:prefLabel "metrología"@es, "metrology"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:137378 .

nalt:137173
  skos:prefLabel "incertidumbre"@es, "uncertainty"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:137378 .

nalt:137378
  skos:broader nalt:2178 ;
  dc:source "Joint Institute for Food Safety and Applied Nutrition (JIFSAN)" ;
  dc:created "2010-09-10"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:prefLabel "variability"@en, "variabilidad"@es ;
  skos:definition nalt:137378_def ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  ns0:marc001 "59363" ;
  dc:modified "2013-01-18"^^xsd:date ;
  skos:related nalt:137173 .

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

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

nalt:137378_def
  rdf:value "Las diferencias observadas atribuibles a la heterogeneidad o diversidad en una población."@es, "The observed differences attributable to true heterogeneity or diversity in a population."@en ;
  dc:source "US Environmental Protection Agency" ;
  a ns0:Definition .

