Looking for help!
NAME
SemanticWeb::Schema::PostalAddress - The mailing address.
VERSION
version v23.0.0
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](http://en.wikipedia.org/wiki/ISO_3166-1).
A address_country should be one of the following types:
_has_address_country
A predicate for the "address_country" attribute.
address_locality
addressLocality
The locality in which the street address is, and which is in the region. For example, Mountain View.
A address_locality should be one of the following types:
Str
_has_address_locality
A predicate for the "address_locality" attribute.
address_region
addressRegion
The region in which the locality is, and which is in the country. For example, California or another appropriate first-level [Administrative division](https://en.wikipedia.org/wiki/List_of_administrative_divisions_by _country).
A address_region should be one of the following types:
Str
_has_address_region
A predicate for the "address_region" attribute.
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
_has_post_office_box_number
A predicate for the "post_office_box_number" attribute.
postal_code
postalCode
The postal code. For example, 94043.
A postal_code should be one of the following types:
Str
_has_postal_code
A predicate for the "postal_code" attribute.
street_address
streetAddress
The street address. For example, 1600 Amphitheatre Pkwy.
A street_address should be one of the following types:
Str
_has_street_address
A predicate for the "street_address" attribute.
SEE ALSO
SemanticWeb::Schema::ContactPoint
SOURCE
The development version is on github at https://github.com/robrwo/SemanticWeb-Schema and may be cloned from git://github.com/robrwo/SemanticWeb-Schema.git
BUGS
Please report any bugs or feature requests on the bugtracker website https://github.com/robrwo/SemanticWeb-Schema/issues
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
Robert Rothenberg <rrwo@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2018-2023 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)