Re: Call for consensus on collection design (ISSUE-41)

> A question:
> 
> What about using
> 
>  "managesProperty": "schema:knows",
>  "managesSubject": "/alice"
> 
> instead of
> 
>  "manages": {
>    "property": "schema:knows",
>    "subject": "/alice"
>  }

Only the latter has possibilities for easy extension with existing properties;
the former requires inventing new properties for each step.

Plus, the "manages" object should be interpreted as a whole;
only managesProperty / managesSubject isn't meaningful.

Ruben

Received on Thursday, 3 July 2014 17:49:27 UTC