The WiSPoT namespace encapsulates WirelessOntology information into a parsable format, indexed by city, then neighborhood or district.
| Element | Description | Example |
| wispot | Defines the start/end of a wispot document | <wispot> |
| wispot:City | Loosely defines a city or MSA/RSA | <wispot:City rdf:ID="Seattle"> |
| wispot:CityName | Name of city or MSA/RSA | <wispot:CityName>Seattle</wispot:CityName> |
| wispot:CityState | Name of state, provence, etc. (if any) | <wispot:CityState>WA</wispot:CityState> |
| wispot:CityCountry | Name of country or nonterritorial geographic location | <wispot:CityCountry>USA</wispot:CityCountry> |
| wispot:Hood | Neighborhood, district, area, etc. like "the redlight district", "queen anne", or "china town" | <wispot:Hood rdf:ID="QueenAnne"> |
| wispot:HoodName | Name of neighborhood, district, area, etc. | <wispot:HoodName>Queen Anne</wispot:HoodName> |