You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Ballot 4 Consolidation
This PR consolidates the Ballot 4 changes from `ballot/4` into
`develop`.
## Included PRs (merged into `ballot/4`)
- #161 — DPROD-17: add `Retire` to `DataProductLifecycleStatus` (#28)
- #162 — DPROD-16: add `dprod-shapes` namespace to normative namespaces
(#29)
- #163 — DPROD-18: prevent SHACL shape labels leaking into generated
spec (#79)
- #164 — DPROD-20: correct ODRL modeling in data-rights example (#81,
#82, #83)
- #168 — DPROD-23: fix `DataProductagreement` typo in examples (#101)
- #169 — DPROD-24: fix `Protocol` / `SecuritySchemaType` modeling and
`rdfs:label` (#98, #139, #141)
- #171 — apply superseding data-rights example variant from original
#165 (#83)
## Notes
- Original PR #165 was superseded and closed after
signature-rule/history conflicts on `joshcornejo-patch-2`.
- Replacement PR #171 carries the intended data-rights example update on
a clean signed branch.
## Ballot Process Status
This PR should remain open until Ballot 4 voting is complete.
Do **not** merge into `develop` before vote approval.
rdfs:label "data product lifecycle status shape" ;
128
-
dct:description "The development status of the data product taken from a controlled list (e.g. Ideation, Design, Build, Deploy, Consume)."@en ;
127
+
dct:description "The development status of the data product taken from a controlled list (e.g. Ideation, Design, Build, Deploy, Consume, Retire)."@en ;
129
128
sh:targetClass dprod:DataProductLifecycleStatus;
130
129
rdfs:isDefinedBy dprod-shapes:;
131
130
.
132
131
133
-
dprod-shapes:ProtocolShape
134
-
a sh:NodeShape;
135
-
rdfs:label "protocol shape" ;
136
-
dct:description "A detailed specification, possibly including a specific version, for how to communicate with a service."@en ;
0 commit comments