ebu / ebucoreplus

Maintenance and development of the EBUCorePlus
MIT License
23 stars 6 forks source link

ConsumptionEvent should have object properties to reference Consumer, Account, PublicationPlatform, PublicationChannel and PublicationService #291

Open JuergenGrupp opened 6 months ago

JuergenGrupp commented 6 months ago

A direct reference from the ConsumptionEvent to the Consumer and to the Account is missing. The same with the PublicationPlatform, PublicationChannel and PublicationService. Without it the ConsumptionEvent would be almost useless.

JuergenGrupp commented 2 months ago

Will add: ConsumptionEvent hasConsumer Consumer ConsumptionEvent accountingTo Account ConsumptionEvent occursOn PublicationPlatform ConsumptionEvent occursIn PublicationChannel ConsumptionEvent occursIn PublicationService