Skip to content

Commit

Permalink
Adds P7012 extension with RDF and HTML
Browse files Browse the repository at this point in the history
- Adds P7012 extension under `2.1-dev/standards/p7012`
- Contains RDF and HTML outputs for P7012
- The status of the extension is DRAFT
- See #203

Co-authored-by: Iain Henderson <[email protected]>
Co-authored-by: Beatriz Esteves <[email protected]>

Squashed commit of the following:

commit 1d3a678
Author: Harshvardhan Pandit <[email protected]>
Date:   Sun Jan 12 21:30:33 2025 +0000

    WIP: Adds P7012 HTML

commit 47d6acb
Author: Harshvardhan Pandit <[email protected]>
Date:   Sun Jan 12 19:09:50 2025 +0000

    WIP: Adds P7012 RDF

commit 25b9726
Author: Harshvardhan Pandit <[email protected]>
Date:   Sun Jan 12 18:47:38 2025 +0000

    WIP: Adds P7012 CSV sources
  • Loading branch information
coolharsh55 committed Jan 12, 2025
1 parent b700dbf commit 9b9412b
Show file tree
Hide file tree
Showing 97 changed files with 135,351 additions and 2 deletions.
35 changes: 35 additions & 0 deletions 2.1-dev/diagrams/p7012-process-overview.plantuml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
@startuml
!theme plain
actor Person as P
actor PersonAgent as PA
actor ProviderAgent as PRA
actor ServiceProvider as SP

P --> PA : Sets preferences (PP)
PRA --> PA : Query for P7012 contract initiation
PA --> PRA : P7012 supported

alt Contract Supported
PRA --> PA : Request PrivacyTerm (
PA --> PRA : Provide PrivacyTerm reference in Registry

PRA --> PRA : Determines acceptability of term

alt Term Acceptable
PRA --> PA : Initiate and execute contract
PA --> PA : Record contract process
else Term Unacceptable - Offer Negotiation
PRA --> PA : Offer alternative PrivacyTerm reference in Registry

alt Alternative Term Acceptable
PA --> PRA : PrivacyTerm acceptable
PRA --> PA : Initiate and execute contract
PA --> PA : Record contract process
else Term Unacceptable
note over PRA, PA : Contract process terminates
end
end
else Contract Not Supported
note over PRA, PA : No contract initiation
end
@enduml
Binary file added 2.1-dev/diagrams/p7012-process-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions 2.1-dev/search.html

Large diffs are not rendered by default.

Loading

0 comments on commit 9b9412b

Please sign in to comment.