Josh Cornejo

Results 36 issues of Josh Cornejo

https://github.com/hyperledger-labs/microfab/blob/main/docs/Tutorial.md has instructions that no longer work curl -sSL https://github.com/hyperledger-labs/microfab/releases/download/v0.0.18/microfab-linux-amd64 -o microfab (/releases no longer exists ... not sure how to replace it?)

From your diagram, every class with the `dcatap:applicableLegislation` is a descendant of `dcat:Resource`, it would be better to place the new attribute in `dcat:Resource` rather than repeating it everywhere.

status:resolution-proposed

Section 8.10 "This class represents the legislation,**policy or policies** that lie behind the Rules that govern the service." Section 8.17 [Policy](http://www.w3.org/ns/odrl/2/Policy) **Definition** A non-empty group of Permissions and/or Prohibitions. Comments:...

type:improvement

### Asset Refinements: **Definition:** [Refinement property with an Asset Collection](https://www.w3.org/TR/odrl-model/#constraint-asset) An AssetCollection MAY include a refinement property to indicate the refinement context under which to **_identify individual Asset(s)_** of the...

bug
Profile Best Practices
ODRL-3

Developers of clients ("those that call an evaluator") can benefit from having an example of one simple interface compliant with [authZen](https://openid.net/wg/authzen/) ("the call") or [RFC-9396](https://www.rfc-editor.org/rfc/rfc9396.html) ("the response"): ### Client call:...

ODRL-3
Example

This example aims to showcase a possible representation for agent delegation of a "state of the world" (which is composed of the state and ODRL policies) for an assignee ("userID")...

Example

As best practice and to guarantee interoperability, it is advisable to: ### Of `odrl:leftOperand` - Create an ontology that recommends valid associations of `odrl:leftOperand` with rule types e.g. `odrl:payAmount` 'semantically'...

Implementation Best Practices
Profile Best Practices

[Set](https://www.w3.org/TR/odrl-model/#policy-set) definition: An ODRL Policy of subclass Set represents **any combination** of Rules. The Set Policy subclass is also the default subclass of Policy (if none is specified). [Offer](https://www.w3.org/TR/odrl-model/#policy-offer) definition:...

Protocol

A call to the **(1)** function evaluate ( actor, action, asset ) can return **(2)** a list of duties to be fulfilled as pairs < triggerId, dutyDetail>, some of those...

Protocol

**Part A** How to represent "asset X can be played 5 times every time duty Y is fulfilled" * Permission A - has a counter (start 0) constraint `count lt...

Formal Semantics
Protocol