You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there are no entity (?) to describe a mail message and/or parcel between two (or more) parties.
There are Message entity, but it looks like it's meant for electronic messages. I'm currently using it, but it's missing physical address property to describe a physical mail. (edit) and also Message requires a bodyText property, which is not always available for paper mail.
As for parcel, there are only a Trip - which is surely not meant to describe a parcel, but still it's something.
Probably, mail and parcel should be two distinct entities - and Parcel (item sent by post) should be Delivery (any items delivered by any ways between two parties - be it a mail parcel, food courier delivery or smuggling something by train trip).
And Delivery should have at least:
sender and receiver entities;
payment entity - to link a payment for the goods, if applicable;
fromLocation and toLocation entities of type Address;
dateSent and dateReceived.
The text was updated successfully, but these errors were encountered:
Currently there are no entity (?) to describe a mail message and/or parcel between two (or more) parties.
There are
Message
entity, but it looks like it's meant for electronic messages. I'm currently using it, but it's missing physicaladdress
property to describe a physical mail. (edit) and alsoMessage
requires abodyText
property, which is not always available for paper mail.As for parcel, there are only a
Trip
- which is surely not meant to describe a parcel, but still it's something.Probably,
mail
andparcel
should be two distinct entities - andParcel
(item sent by post) should beDelivery
(any items delivered by any ways between two parties - be it a mail parcel, food courier delivery or smuggling something by train trip).And
Delivery
should have at least:sender
andreceiver
entities;payment
entity - to link a payment for the goods, if applicable;fromLocation
andtoLocation
entities of type Address;dateSent
anddateReceived
.The text was updated successfully, but these errors were encountered: