Looking for help!
NAME
SemanticWeb::Schema::ParcelDelivery - The delivery of a parcel either via the postal service or a commercial service.
VERSION
version v0.0.4
DESCRIPTION
The delivery of a parcel either via the postal service or a commercial service.
ATTRIBUTES
carrier
'carrier' is an out-dated term indicating the 'provider' for parcel delivery and flights.
A carrier should be one of the following types:
delivery_address
deliveryAddress
Destination address.
A delivery_address should be one of the following types:
delivery_status
deliveryStatus
New entry added as the package passes through each leg of its journey (from shipment to final delivery).
A delivery_status should be one of the following types:
expected_arrival_from
expectedArrivalFrom
The earliest date the package may arrive.
A expected_arrival_from should be one of the following types:
Str
expected_arrival_until
expectedArrivalUntil
The latest date the package may arrive.
A expected_arrival_until should be one of the following types:
Str
has_delivery_method
hasDeliveryMethod
Method used for delivery or shipping.
A has_delivery_method should be one of the following types:
item_shipped
itemShipped
Item(s) being shipped.
A item_shipped should be one of the following types:
origin_address
originAddress
Shipper's address.
A origin_address should be one of the following types:
part_of_order
partOfOrder
The overall order the items in this delivery were included in.
A part_of_order should be one of the following types:
provider
The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller.
A provider should be one of the following types:
tracking_number
trackingNumber
Shipper tracking number.
A tracking_number should be one of the following types:
Str
tracking_url
trackingUrl
Tracking url for the parcel delivery.
A tracking_url should be one of the following types:
Str
SEE ALSO
SemanticWeb::Schema::Intangible
AUTHOR
Robert Rothenberg <rrwo@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2018 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)