PersonId¶
Person ID is a type of City Thing that represents an identification document issued to a person by an authoritative body.
IRI: https://w3id.org/citydata/part2/v1/PersonId
Diagram¶

Formalization for PersonId¶
| Property | Constraint |
|---|---|
| cdm1:hasIdentifier | exactly 1 |
| cdm1:hasIdentifier | exactly 1 xsd:string |
| hasIDType | only IDType |
| hasIDType | only IDType |
| issuedBy | max 1 |
| issuedBy | max 1 cdm1:Agent |
| photoID | max 1 |
| photoID | max 1 xsd:boolean |
| validityPeriod | max 1 |
| validityPeriod | max 1 time:Interval |
| subClassOf | PersonThing |
Used by classes¶
| Class | Property |
|---|---|
| Person | hasPersonID |