RalphTro / epcis-event-hash-generator

ALGORITHM and SOFTWARE PROTOTYPE to uniquely identify/validate the integrity of any EPCIS event through a common, syntax-agnostic approach based on hashing. Takes an EPCIS Document (formatted in either XML or JSON-LD) and returns the corresponding hash value(s).
MIT License
8 stars 4 forks source link

replace isA with type #64

Closed dakbhavesh closed 2 years ago

dakbhavesh commented 2 years ago

Dear @RalphTro , @Echsecutor ,

I have put together the changes to replace isA with type in logic. Examples and tests are also fixed.

Please take a look and let me know if we are good to go with this.

Echsecutor commented 2 years ago

@dakbhavesh @RalphTro Many thanks for providing the fix and review!