CityResident¶
A City Resident is a Person who satisfies the requirements of being a city resident for the particular City.
NOTE: Different cities have different definitions of who is that city's Resident, the City Resident Pattern contains the core properties required by each. For example, the city of Toronto's definition of a city resident includes the concept of owning property or owning or operating a business in the city. For Beijing, nationality is a unique aspect. Central to all the definitions is the concept of residing.
IRI: https://w3id.org/citydata/part2/v1/CityResident
Diagram¶

Formalization for CityResident¶
| Property | Constraint |
|---|---|
| hasResidence | only Residence |
| hasResidence | only Residence |
| operates | only EntityOperation |
| operates | only EntityOperation |
| owns | only EntityOwnership |
| owns | only EntityOwnership |
| residentOf | only JurisdictionalArea |
| residentOf | only JurisdictionalArea |
| subClassOf | CityResidentThing |
| subClassOf | Person |