Skip to content

Commit

Permalink
Changed the class name to ControlledIdentifierDocument
Browse files Browse the repository at this point in the history
  • Loading branch information
iherman authored and msporny committed Jan 6, 2025
1 parent e8c678f commit 5b24b45
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions vocab/security/vocabulary.drawio
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<mxfile host="Electron" agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/24.7.17 Chrome/128.0.6613.36 Electron/32.0.1 Safari/537.36" version="24.7.17">
<mxfile host="Electron" agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/25.0.2 Chrome/128.0.6613.186 Electron/32.2.5 Safari/537.36" version="25.0.2">
<diagram name="Page-1" id="hQ0IBVJ5jpEcegRt-_B3">
<mxGraphModel dx="1732" dy="2191" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1600" pageHeight="900" math="0" shadow="0">
<mxGraphModel dx="1732" dy="2127" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1600" pageHeight="900" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
Expand Down Expand Up @@ -632,12 +632,12 @@
<mxPoint x="810" y="163.97000000000003" as="targetPoint" />
</mxGeometry>
</mxCell>
<UserObject label="&lt;i&gt;ControllerDocument&lt;/i&gt;" link="https://w3id.org/security#ControllerDocument" id="EKtz_mp9gxkMvZtS7m4M-1">
<mxCell style="ellipse;whiteSpace=wrap;html=1;fontSize=16;fillColor=none;strokeWidth=2;strokeColor=#336600;" vertex="1" parent="1">
<mxGeometry x="779.9981360201509" y="30" width="208.7336272040302" height="46.89083823529412" as="geometry" />
<UserObject label="&lt;i&gt;ControlledIdentifierDocument&lt;/i&gt;" link="https://w3id.org/security#ControlledIdentifierDocument" id="EKtz_mp9gxkMvZtS7m4M-1">
<mxCell style="ellipse;whiteSpace=wrap;html=1;fontSize=16;fillColor=none;strokeWidth=2;strokeColor=#336600;" parent="1" vertex="1">
<mxGeometry x="770" y="30" width="230" height="46.89" as="geometry" />
</mxCell>
</UserObject>
<mxCell id="EKtz_mp9gxkMvZtS7m4M-2" value="" style="endArrow=none;html=1;rounded=0;fontSize=12;startSize=8;endSize=8;curved=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;dashed=1;strokeWidth=2;strokeColor=#CC0000;endFill=0;startArrow=classic;startFill=1;dashPattern=1 1;" edge="1" parent="1" source="Uf8WLKuzS3drS_BCJ-BJ-44" target="EKtz_mp9gxkMvZtS7m4M-1">
<mxCell id="EKtz_mp9gxkMvZtS7m4M-2" value="" style="endArrow=none;html=1;rounded=0;fontSize=12;startSize=8;endSize=8;curved=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;dashed=1;strokeWidth=2;strokeColor=#CC0000;endFill=0;startArrow=classic;startFill=1;dashPattern=1 1;" parent="1" source="Uf8WLKuzS3drS_BCJ-BJ-44" target="EKtz_mp9gxkMvZtS7m4M-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="919.5" y="179" as="sourcePoint" />
<mxPoint x="1022.5" y="-10" as="targetPoint" />
Expand Down
12 changes: 6 additions & 6 deletions vocab/security/vocabulary.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions vocab/security/vocabulary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ ontology:
value: https://www.w3.org/TR/vc-data-integrity/

class:
- id: ControllerDocument
label: Controller document
defined_by: https://www.w3.org/TR/cid-1.0/#controller-documents
- id: ControlledIdentifierDocument
label: Controlled Identifier Document
defined_by: https://www.w3.org/TR/cid-1.0/#controlled-identifier-documents

- id: Proof
label: Digital proof
Expand Down Expand Up @@ -201,7 +201,7 @@ property:
label: Controller
domain:
- sec:VerificationMethod
- sec:ControllerDocument
- sec:ControlledIdentifierDocument
range: IRI
defined_by: https://www.w3.org/TR/cid-1.0/#defn-controller
context: [https://w3id.org/security/multikey/v1, https://w3id.org/security/jwk/v1, https://www.w3.org/ns/did/v1]
Expand Down

0 comments on commit 5b24b45

Please sign in to comment.