PhoneNumber¶
A PhoneNumber defines the complete international phone number and type of number.
IRI: https://w3id.org/citydata/part2/v1/PhoneNumber
Diagram¶

Formalization for PhoneNumber¶
| Property | Constraint |
|---|---|
| hasAreaCode | exactly 1 |
| hasAreaCode | exactly 1 xsd:nonNegativeInteger |
| hasCountryCode | exactly 1 |
| hasCountryCode | exactly 1 xsd:nonNegativeInteger |
| hasPhoneNumber | exactly 1 |
| hasPhoneNumber | exactly 1 xsd:nonNegativeInteger |
| hasPhoneType | exactly 1 |
| hasPhoneType | exactly 1 PhoneType |
| subClassOf | ContactThing |
Used by classes¶
| Class | Property |
|---|---|
| Organization | hasTelephone |
| Person | hasTelephone |