type

GeoPlace

GeoPlace : PhEntity

Geographic place

meta abstract slots id

Unique identifier for entity in its project

spec

Type of this entity

geoAddr

Free form street address

geoCity

Geographic city or locality name

geoCoord

Geographic coordinate as C(latitude,longitude)

geoCountry

Geographic country as ISO 3166-1 two letter code

geoCounty

Geographic subdivision of US state

geoElevation

Elevation above sea-level of the location

geoPostalCode

Geographic postal code

geoState

State or province name

geoStreet

Geographic street address and name

geoAddr Str?

Free form street address. Best practice is to follow local norms for a postal address. Typically this string includes the geoStreet, geoCity, geoState (in US), and geoPostalCode:

Examples: "1600 Pennsylvania Avenue NW, Washington, DC 20500"

"10 Downing St, Westminster, London SW1A 2AA, United Kingdom"

"Champ de Mars, 5 Avenue Anatole France, 75007 Paris, France"

geoCity Str?

Geographic city or locality name

geoCoord Coord?

Geographic coordinate as C(latitude,longitude)

geoCountry GeoCountry?

Geographic country as ISO 3166-1 two letter code

geoCounty Str?

Geographic subdivision of US state

geoElevation Number?

Elevation above sea-level of the location

geoPostalCode Str?

Geographic postal code; for US this is a five digit zip code

geoState GeoState?

State or province name; for US this is two letter state code. May be used in other countries to model administrative area between the geoCity and geoCountry level.

geoStreet Str?

Geographic street address and name

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST