Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AI/Dataset: Rename sensitivePersonalInformation to make them unique #656

Merged
merged 2 commits into from
Mar 17, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions model/AI/Classes/AIPackage.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Provides information about the fields in the AI package profile.

## Description

Metadata information that can be added to a package to describe an AI application or trained AI model.
Metadata information that can be added to a package to describe an AI application or trained AI model.

## Metadata

Expand Down Expand Up @@ -49,7 +49,7 @@ Metadata information that can be added to a package to describe an AI applicatio
- modelExplainability
- type: xsd:string
- minCount: 0
- sensitivePersonalInformation
- useSensitivePersonalInformation
- type: /Core/PresenceType
- minCount: 0
- maxCount: 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
SPDX-License-Identifier: Community-Spec-1.0

# sensitivePersonalInformation
# useSensitivePersonalInformation

## Summary

Records if sensitive personal information is used during model training.
Records if sensitive personal information is used during model training or could be used during the inference.

## Description

SensitivePersonalInformation notes if sensitive personal information
useSensitivePersonalInformation notes if sensitive personal information
is used in the training or inference of the AI models.
This might include biometric data, addresses or other data that can be used to infer a person's identity.

Related: sensitivePersonalInformation in /Dataset/Dataset/

## Metadata

- name: sensitivePersonalInformation
- name: useSensitivePersonalInformation
- Nature: ObjectProperty
- Range: /Core/PresenceType
2 changes: 1 addition & 1 deletion model/Dataset/Classes/Dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Metadata information that can be added to a dataset that may be used in a softwa
- knownBias
- type: xsd:string
- minCount: 0
- sensitivePersonalInformation
- hasSensitivePersonalInformation
- type: /Core/PresenceType
- minCount: 0
- maxCount: 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
SPDX-License-Identifier: Community-Spec-1.0

# sensitivePersonalInformation
# hasSensitivePersonalInformation

## Summary

Describes if any sensitive personal information is present in the dataset.

## Description

SensitivePersonalInformation indicates the presence of sensitive personal data
hasSensitivePersonalInformation indicates the presence of sensitive personal data
or information that allows drawing conclusions about a person's identity.

## Metadata

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