diff --git a/model/AI/Properties/autonomyType.md b/model/AI/Properties/autonomyType.md index e3a75c530..392f0b3d0 100644 --- a/model/AI/Properties/autonomyType.md +++ b/model/AI/Properties/autonomyType.md @@ -12,10 +12,10 @@ involvement or guidance. Indicates if the system is fully automated or a human is involved in any of the decisions of the AI system. -- yes: Indicates that the system is fully automated +- yes: Indicates that the system is fully automated. - no: Indicates that a human is involved in any of the decisions of the AI - system -- noAssertion: Makes no assertion about the autonomy + system. +- noAssertion: Makes no assertion about the autonomy. ## Metadata diff --git a/model/Core/Classes/Relationship.md b/model/Core/Classes/Relationship.md index 544bfac28..b18d8c39b 100644 --- a/model/Core/Classes/Relationship.md +++ b/model/Core/Classes/Relationship.md @@ -12,14 +12,14 @@ A Relationship is a grouping of characteristics unique to an assertion that one Element is related to one or more other Elements in some way. To explicitly assert that no such relationships exist, the `to` property -should contain the 'NONE' individual and no other elements. +should contain the NoneElement individual and no other elements. -A relationship that contains 'NONE' and additional elements in the `to` +A relationship that contains NoneElement and additional elements in the `to` property is not valid. To explicitly assert that no assertions are being made regarding the existence of such relationships, the `to` property should contain the -'NOASSERTION' individual. +NoAssertionElement individual. ## Metadata