Skip to content

Commit 1ff1011

Browse files
committed
For now 5.8 and 5.9 we're rejecting but let's see what Stephen says.
1 parent 629bce8 commit 1ff1011

2 files changed

Lines changed: 2 additions & 11 deletions

File tree

dprod-contracts/docs/changes-plan.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ Source: 19da58f8 (full proposal in recurrence-redesign.md).
343343
- Decision: **(a)** Change `dprod-shapes:DataContractShape` `dprod:acceptsOffer` to `sh:minCount 1` only (drop `sh:maxCount`), accepting the basket model. Or **(b)** Keep `1`, document the workaround (one mega-offer + selective obligation refs). Or **(c)** Add a sibling property `dprod:acceptsOffers` (plural, basket) and keep `acceptsOffer` as the single-offer shorthand.
344344
- Coupling: depends on 5.8. Whatever is decided here, the formal-semantics resolve algorithm (norm matching across the contract's offers) needs an explicit rule.
345345

346+
## TSNOTE: for now we're rejecting 5.8 and 5.9 as it seems to increase complexity rather than reduce it. Interest here from Stephen on the justifications.
346347
---
347348

348349
## Bucket 6 — Deferred / needs more info

dprod-contracts/docs/contracts-guide.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -396,18 +396,8 @@ ex:contract a dprod:DataOffer ;
396396
odrl:permission [
397397
a odrl:Permission ;
398398
odrl:action odrl:read ;
399-
odrl:target ex:marketPrices
400399
] ;
401-
odrl:permission [
402-
a odrl:Permission ;
403-
odrl:action odrl:read ;
404-
odrl:target ex:referenceData
405-
] ;
406-
odrl:permission [
407-
a odrl:Permission ;
408-
odrl:action odrl:read ;
409-
odrl:target ex:riskMetrics
410-
] .
400+
.
411401
```
412402

413403
---

0 commit comments

Comments
 (0)