Person¶
A Person is an individual human being.
NOTE: Some properties are not defined in the Person ontology, but in an extension of the Person ontology that captures the interaction between iCity domain ontologies (e.g. Persons and their Vehicles)
IRI: https://w3id.org/citydata/part2/v1/Person
Diagram¶

Specializations of Person¶
| Class | Description |
|---|---|
| City Resident | A City Resident is a Person who satisfies the requirements of being a city resident for the particular City. |
Formalization for Person¶
| Property | Constraint |
|---|---|
| alias | only PersonName |
| alias | only PersonName |
| birthDate | max 1 |
| birthDate | max 1 time:Instant |
| birthplace | max 1 |
| birthplace | max 1 Address |
| children | only Person |
| children | only Person |
| citizenOf | only Citizenship |
| citizenOf | only Citizenship |
| deathDate | max 1 |
| deathDate | max 1 time:Instant |
| deathPlace | max 1 |
| deathPlace | max 1 Address |
| hasAddress | only Address |
| hasAddress | only Address |
| hasEducation | only Education |
| hasEducation | only Education |
| hasEmail | only EmailAddress |
| hasEmail | only EmailAddress |
| hasGenderIdentity | only Gender |
| hasGenderIdentity | only Gender |
| hasPersonID | only PersonId |
| hasPersonID | only PersonId |
| hasSkill | only Skill |
| hasSkill | only Skill |
| hasTelephone | only PhoneNumber |
| hasTelephone | only PhoneNumber |
| income | only cdm1:MonetaryValue |
| income | only cdm1:MonetaryValue |
| name | max 1 |
| name | max 1 PersonName |
| parent | only Person |
| parent | only Person |
| sex | max 1 |
| sex | max 1 Sex |
| spouse | only Person |
| spouse | only Person |
| subClassOf | cdm1:Agent |
| subClassOf | PersonThing |
Used by classes¶
| Class | Property |
|---|---|
| Household (org) | org:hasMember |
| Person | children |
| Person | parent |
| Person | spouse |