From 38a4481c1b0fc511f9ab8789eb8d329f314c1cac Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 30 Sep 2018 15:42:36 +0200 Subject: [PATCH] chg: [admiralty-scale] description has been included based on below ref ref: https://fas.org/irp/doddir/army/fm2-22-3.pdf --- admiralty-scale/machinetag.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) mode change 100755 => 100644 admiralty-scale/machinetag.json diff --git a/admiralty-scale/machinetag.json b/admiralty-scale/machinetag.json old mode 100755 new mode 100644 index ed29ea5..9fe86ee --- 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": 3, + "description": "The Admiralty Scale or Ranking (also called the NATO System) is used to rank the reliability of a source and the credibility of an information. Reference based on FM 2-22.3 (FM 34-52) HUMAN INTELLIGENCE COLLECTOR OPERATIONS and NATO documents.", + "version": 4, "predicates": [ { "value": "source-reliability", @@ -19,31 +19,37 @@ { "value": "a", "expanded": "Completely reliable", + "description": "No doubt of authenticity, trustworthiness, or competency; has a history of complete reliability", "numerical_value": 100 }, { "value": "b", "expanded": "Usually reliable", + "description": "Minor doubt about authenticity, trustworthiness, or competency; has a history of valid information most of the time", "numerical_value": 75 }, { "value": "c", "expanded": "Fairly reliable", + "description": "Doubt of authenticity, trustworthiness, or competency but has provided valid information in the past", "numerical_value": 50 }, { "value": "d", "expanded": "Not usually reliable", + "description": "Significant doubt about authenticity, trustworthiness, or co mpetency but has provided valid information in the past", "numerical_value": 25 }, { "value": "e", "expanded": "Unreliable", + "description": "Lacking in authenticity, trustworthiness, and competency; history of invalid information", "numerical_value": 0 }, { "value": "f", "expanded": "Reliability cannot be judged", + "description": "No basis exists for evaluating the reliability of the source", "numerical_value": 50 }, { @@ -59,31 +65,37 @@ { "value": "1", "expanded": "Confirmed by other sources", + "description": "Confirmed by other independent sources; logical in itself; Consistent with other information on the subject", "numerical_value": 100 }, { "value": "2", "expanded": "Probably true", + "description": "Not confirmed; logical in itself; consistent with other information on the subject", "numerical_value": 75 }, { "value": "3", "expanded": "Possibly true", + "description": "Not confirmed; reasonably logical in itself; agrees with some other information on the subject", "numerical_value": 50 }, { "value": "4", "expanded": "Doubtful", + "description": "Not confirmed; possible but not logical ; no other information on the subject", "numerical_value": 25 }, { "value": "5", "expanded": "Improbable", + "description": "Not confirmed; not logical in itself; contradicted by other information on the subject", "numerical_value": 0 }, { "value": "6", "expanded": "Truth cannot be judged", + "description": "No basis exists for evaluating the validity of the information", "numerical_value": 50 } ]