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 Analysispull/119/head
parent
f67d13ae65
commit
aa5f758131
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"namespace": "admiralty-scale",
|
"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.",
|
"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": [
|
"predicates": [
|
||||||
{
|
{
|
||||||
"value": "source-reliability",
|
"value": "source-reliability",
|
||||||
|
@ -43,7 +43,8 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "f",
|
"value": "f",
|
||||||
"expanded": "Reliability cannot be judged"
|
"expanded": "Reliability cannot be judged",
|
||||||
|
"numerical_value": 50
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -77,7 +78,8 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "6",
|
"value": "6",
|
||||||
"expanded": "Truth cannot be judged"
|
"expanded": "Truth cannot be judged",
|
||||||
|
"numerical_value": 50
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue