@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:10144
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:exactMatch <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C54154> ;
  skos:definition "[NCIT] A measure of the expectation of the occurrence of a particular event."@en ;
  skos:broader envthes:10127 ;
  skos:prefLabel "probability"@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:10144 ;
  a skos:Concept .

