Skip to content

Commit

Permalink
finalises HumanInvolvement concepts; closes #108
Browse files Browse the repository at this point in the history
- does not include changes to documentation which will be implemented
  later for all changes introduced in v2
  • Loading branch information
coolharsh55 committed May 23, 2024
1 parent df06291 commit d422ad7
Show file tree
Hide file tree
Showing 139 changed files with 85,283 additions and 85,109 deletions.
4 changes: 2 additions & 2 deletions code/vocab_csv/ProcessingContext.csv
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ReversingProcessEffects,Reversing Process Effects,Involvement where entity can r
ReversingProcessOutput,Reversing Process Output,Involvement where entity can reverse output of specified context,,dpv:EntityPermissiveInvolvement,,,,Reversing of outputs indicate discarding the output and going back to the previous output. This is different from correction of output which allows modification of the output - implying continuation of the process.,,2024-05-11,,accepted,,,,,,,,,,,,,,,,,
ChallengingProcessInput,Challenging Process Input,Involvement where entity can challenge input of specified context,,dpv:EntityPermissiveInvolvement,,,,,,2024-05-11,,accepted,,,,,,,,,,,,,,,,,
CorrectingProcessInput,Correcting Process Input,Involvement where entity can correct input of specified context,,dpv:EntityPermissiveInvolvement,,,,,,2024-05-11,,accepted,,,,,,,,,,,,,,,,,
ReversingProcessInput,Reversing Process Input,Involvement where entity can reverse input of specified context,,dpv:EntityPermissiveInvolvement,,,,,,2024-05-11,,accepted,,,,,,,,,,,,,,,,,
ReversingProcessInput,Reversing Process Input,Involvement where entity can reverse input of specified context,,dpv:EntityPermissiveInvolvement,,,,Reversion can be considered a form of correction in some instances. We welcome inputs to further explore and define this relation between correction and reversion concepts.,,2024-05-11,,accepted,,,,,,,,,,,,,,,,,
EntityNonPermissiveInvolvement,Entity Non-Permissive Involvement,Involvement of an entity in specific context where it is not permitted or able to do something,dpv:EntityInvolvement,sc,,,,,,2024-05-11,,accepted,,,,,,,,,,,,,,,,,
CannotOptInToProcess,Cannot Opt-in to Process,Involvement where entity cannot opt-in to specified context,,dpv:EntityNonPermissiveInvolvement,,,,,,2024-05-11,,accepted,,,,,,,,,,,,,,,,,
CannotOptOutFromProcess,Cannot Opt-out from Process,Involvement where entity cannot opt-out from specified context,,dpv:EntityNonPermissiveInvolvement,,,,,,2024-05-11,,accepted,,,,,,,,,,,,,,,,,
Expand All @@ -51,7 +51,7 @@ CannotReverseProcessEffects,Cannot Reverse Process Effects,Involvement where ent
CannotReverseProcessOutput,Cannot Reverse Process Output,Involvement where entity cannot reverse output of specified context,,dpv:EntityNonPermissiveInvolvement,,,,,,2024-05-11,,accepted,,,,,,,,,,,,,,,,,
CannotChallengeProcessInput,Cannot Challenge Process Input,Involvement where entity cannot challenge input of specified context,,dpv:EntityNonPermissiveInvolvement,,,,,,2024-05-11,,accepted,,,,,,,,,,,,,,,,,
CannotCorrectProcessInput,Cannot Correct Process Input,Involvement where entity cannot correct input of specified context,,dpv:EntityNonPermissiveInvolvement,,,,,,2024-05-11,,accepted,,,,,,,,,,,,,,,,,
CannotReverseProcessInput,Cannot Reverse Process Input,Involvement where entity cannot reverse input of specified context,,dpv:EntityNonPermissiveInvolvement,,,,,,2024-05-11,,accepted,,,,,,,,,,,,,,,,,
CannotReverseProcessInput,Cannot Reverse Process Input,Involvement where entity cannot reverse input of specified context,,dpv:EntityNonPermissiveInvolvement,,,,Reversion can be considered a form of correction in some instances. We welcome inputs to further explore and define this relation between correction and reversion concepts.,,2024-05-11,,accepted,,,,,,,,,,,,,,,,,
,,,,,,,,,,,,,,
EntityActiveInvolvement,Entity Active Involvement,Involvement where entity is 'actively' involved,dpv:EntityInvolvement,sc,,,,,,2024-05-11,,accepted,,,,,,,,,,,,,,,,,
EntityPassiveInvolvement,Entity Passive Involvement,Involvement where entity is 'passively' or 'not actively' involved,dpv:EntityInvolvement,sc,,,,,,2024-05-11,,accepted,,,,,,,,,,,,,,,,,
Expand Down
Binary file modified code/vocab_csv/purpose_processing.xlsx
Binary file not shown.
10 changes: 8 additions & 2 deletions dpv/dpv-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -10510,7 +10510,10 @@ <h4>Cannot Reverse Process Input</h4>
<th>Definition</th>
<td><i>Involvement where entity cannot reverse input of specified context</i></td>
</tr>

<tr>
<th>Usage Note</th>
<td><i>Reversion can be considered a form of correction in some instances. We welcome inputs to further explore and define this relation between correction and reversion concepts.</i></td>
</tr>


<tr class="table-separator"></tr>
Expand Down Expand Up @@ -53896,7 +53899,10 @@ <h4>Reversing Process Input</h4>
<th>Definition</th>
<td><i>Involvement where entity can reverse input of specified context</i></td>
</tr>

<tr>
<th>Usage Note</th>
<td><i>Reversion can be considered a form of correction in some instances. We welcome inputs to further explore and define this relation between correction and reversion concepts.</i></td>
</tr>


<tr class="table-separator"></tr>
Expand Down
10 changes: 8 additions & 2 deletions dpv/dpv-owl.html
Original file line number Diff line number Diff line change
Expand Up @@ -6322,7 +6322,10 @@ <h4>Cannot Reverse Process Input</h4>
<th>Definition</th>
<td><i>Involvement where entity cannot reverse input of specified context</i></td>
</tr>

<tr>
<th>Usage Note</th>
<td><i>Reversion can be considered a form of correction in some instances. We welcome inputs to further explore and define this relation between correction and reversion concepts.</i></td>
</tr>


<tr class="table-separator"></tr>
Expand Down Expand Up @@ -50640,7 +50643,10 @@ <h4>Reversing Process Input</h4>
<th>Definition</th>
<td><i>Involvement where entity can reverse input of specified context</i></td>
</tr>

<tr>
<th>Usage Note</th>
<td><i>Reversion can be considered a form of correction in some instances. We welcome inputs to further explore and define this relation between correction and reversion concepts.</i></td>
</tr>


<tr class="table-separator"></tr>
Expand Down
Loading

0 comments on commit d422ad7

Please sign in to comment.