From aa5f75813159ff48b28d332249a1628872e4656b Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 29 Sep 2018 19:23:46 +0200 Subject: [PATCH] chg: [admiralty-scale] when information or source cannot be judged - the numerical scale should be 50% as the information is considered as an average estimated trust. source: Scientific Methods of Inquiry of Intelligence Analysis --- admiralty-scale/machinetag.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/admiralty-scale/machinetag.json b/admiralty-scale/machinetag.json index 1e2aea7..0ba25bd 100755 --- a/admiralty-scale/machinetag.json +++ b/admiralty-scale/machinetag.json @@ -1,7 +1,7 @@ { "namespace": "admiralty-scale", "description": "The Admiralty Scale (also called the NATO System) is used to rank the reliability of a source and the credibility of an information.", - "version": 2, + "version": 3, "predicates": [ { "value": "source-reliability", @@ -43,7 +43,8 @@ }, { "value": "f", - "expanded": "Reliability cannot be judged" + "expanded": "Reliability cannot be judged", + "numerical_value": 50 } ] }, @@ -77,7 +78,8 @@ }, { "value": "6", - "expanded": "Truth cannot be judged" + "expanded": "Truth cannot be judged", + "numerical_value": 50 } ] }