NAME

SemanticWeb::Schema::PostalAddress - The mailing address.

VERSION

version v0.0.1

DESCRIPTION

The mailing address.

ATTRIBUTES

address_country

addressCountry

The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code.

A address_country should be one of the following types:

InstanceOf['SemanticWeb::Schema::Country']
Str

address_locality

addressLocality

The locality. For example, Mountain View.

A address_locality should be one of the following types:

Str

address_region

addressRegion

The region. For example, CA.

A address_region should be one of the following types:

Str

post_office_box_number

postOfficeBoxNumber

The post office box number for PO box addresses.

A post_office_box_number should be one of the following types:

Str

postal_code

postalCode

The postal code. For example, 94043.

A postal_code should be one of the following types:

Str

street_address

streetAddress

The street address. For example, 1600 Amphitheatre Pkwy.

A street_address should be one of the following types:

Str

SEE ALSO

SemanticWeb::Schema::ContactPoint

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)