type

GeoPlace

GeoPlace : PhEntity

Geographic place

subtypes Site  ​WeatherStation 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? inherits ph::PhEntity.geoAddr

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? inherits ph::PhEntity.geoCity

Geographic city or locality name

geoCoord Coord? inherits ph::PhEntity.geoCoord

Geographic coordinate as C(latitude,longitude)

geoCountry GeoCountry? inherits ph::PhEntity.geoCountry

Geographic country as ISO 3166-1 two letter code

geoCounty Str? inherits ph::PhEntity.geoCounty

Geographic subdivision of US state

geoElevation Number? inherits ph::PhEntity.geoElevation

Elevation above sea-level of the location

geoPostalCode Str? inherits ph::PhEntity.geoPostalCode

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

geoState GeoState? inherits ph::PhEntity.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? inherits ph::PhEntity.geoStreet

Geographic street address and name

Haxall 4.0.6 ∙ 21-Jul-2026 09:48 EDT