@prefix envthes: <http://vocabs.lter-europe.net/EnvThes/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .

envthes:
  skos:prefLabel "EnvThes"@en ;
  a skos:ConceptScheme .

envthes:10130
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:exactMatch <http://purl.obolibrary.org/obo/OBCS_0000070> ;
  skos:definition "[OBCS] A quantitative confidence value that refers to an interval give values within which there is a high probability (95 percent by convention) that the true population value can be found. The calculation of a confidence interval considers the standard deviation of the data and the number of observations. Thus, a confidence interval narrows as the number of observations increases, or its variance (dispersion) decreases."@en ;
  skos:broader envthes:10127 ;
  skos:prefLabel "confidence interval"@en ;
  dc:creator "nsb@ceh.ac.uk"@en .

envthes:10127
  skos:prefLabel "统计学"@zh, "علم الإحصاء"@ar, "Статистика"@bg, "στατιστική"@el, "štatistika"@sk, "tilasto(t), tilastotiede"@fi, "statystyka"@pl, "statisztika"@hu, "statistiques"@fr, "statistikk (oversikt)"@no, "statistika"@sl, "Statistik"@de, "estadísticas"@es, "estatística"@pt, "statistica"@it, "statistical measure"@en, "statistică"@ro, "statistiek"@nl, "statistik"@da, "statistik"@sv, "statistika"@cs, "statistika"@et, "statistika"@hr, "statistika"@lt, "statistika"@lv ;
  skos:narrower envthes:10130 ;
  a skos:Concept .

