Skip to content

Commit

Permalink
Move PresenceType to core
Browse files Browse the repository at this point in the history
Fixes #416

Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
  • Loading branch information
goneall committed Jul 30, 2023
1 parent 8dff2a3 commit 195a10c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions model/AI/Classes/AIPackage.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Metadata information that can be added to a package to describe an AI applicatio
- type: xsd:string
- minCount: 0
- sensitivePersonalInformation
- type: PresenceType
- type: /Core/PresenceType
- minCount: 0
- maxCount: 1
- metricDecisionThreshold
Expand All @@ -63,7 +63,7 @@ Metadata information that can be added to a package to describe an AI applicatio
- type: xsd:string
- minCount: 0
- autonomyType
- type: PresenceType
- type: /Core/PresenceType
- minCount: 0
- maxCount: 1
- safetyRiskAssessment
Expand Down
2 changes: 1 addition & 1 deletion model/AI/Properties/autonomyType.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ or if that software is fully automatic.

- name: autonomyType
- Nature: ObjectProperty
- Range: PresenceType
- Range: /Core/PresenceType
2 changes: 1 addition & 1 deletion model/AI/Properties/sensitivePersonalInformation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ This might include biometric data, addresses or other data that can be used to i

- name: sensitivePersonalInformation
- Nature: ObjectProperty
- Range: PresenceType
- Range: /Core/PresenceType
File renamed without changes.
2 changes: 1 addition & 1 deletion model/Dataset/Classes/Dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Metadata information that can be added to a dataset that may be used in a softwa
- type: xsd:string
- minCount: 0
- sensitivePersonalInformation
- type: PresenceType
- type: /Core/PresenceType
- minCount: 0
- maxCount: 1
- anonymizationMethodUsed
Expand Down
2 changes: 1 addition & 1 deletion model/Dataset/Properties/sensitivePersonalInformation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ or information that allows drawing conclusions about a person's identity.

- name: sensitivePersonalInformation
- Nature: ObjectProperty
- Range: PresenceType
- Range: /Core/PresenceType

0 comments on commit 195a10c

Please sign in to comment.