CASE
CASE copied to clipboard
owner information
Issue ported from old casework github repo (issue 22). Original author: casework
How do we deal with artifacts that can determine that a particular account is the "owner"
- Do we have an "isOwner" property, or do something else?
Reply by sbarnum:
Currently there is no universal ownership property that can be applied to just any object.
For v0.1.0 this is likely best conveyed with a Relationship object with kindOfRelationship="has-owner".
Longer term it may make sense to define an Ownership property bundle containing an "owner" property. This would allow it, for situations where the ownership is unchanging, to be specified on any object and explicitly yet internally convey the ownership relationship.