Looking for help!
The maintainer of this distribution is looking for people to help them improve this module!
If you're interested then please contact them via
email.
NAME
SemanticWeb::Schema::GeoCoordinates - The geographic coordinates of a place or event.
VERSION
version v0.0.4
DESCRIPTION
The geographic coordinates of a place or event.
ATTRIBUTES
address
Physical address of the item.
A address should be one of the following types:
address_country
addressCountry
A address_country should be one of the following types:
elevation
The elevation of a location (WGS 84).
A elevation should be one of the following types:
Num
Str
latitude
The latitude of a location. For example 37.42242
(WGS 84).
A latitude should be one of the following types:
Str
Num
longitude
The longitude of a location. For example -122.08585
(WGS 84).
A longitude should be one of the following types:
Num
Str
postal_code
postalCode
The postal code. For example, 94043.
A postal_code should be one of the following types:
Str
SEE ALSO
SemanticWeb::Schema::StructuredValue
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)