@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

nalt:281219
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  ns0:marc001 "90746" ;
  skos:definition nalt:281219_def ;
  skos:broader nalt:8465 ;
  dc:modified "2018-11-16"^^xsd:date ;
  skos:prefLabel "desviación típica"@es, "standard deviation"@en ;
  skos:hiddenLabel "standard deviations"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:created "2016-06-14"^^xsd:date .

nalt:281219_def
  rdf:value "Medida de la difusión o la dispersión de un conjunto de datos. Se calcula sacando la raíz cuadrada de la variación. Su símbolo es sd o s."@es, "Standard deviation is a measure of the spread or dispersion of a set of data. It is calculated by taking the square root of the variance and is symbolised by s.d., or s."@en ;
  dc:source "US Environmental Protection Agency" ;
  a ns0:Definition .

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

nalt:8465
  skos:prefLabel "análisis estadístico"@es, "statistical analysis"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:281219 .

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

