Code¶
A code represents a possible set of values for a property, according to some predefined system of values.
IRI: https://w3id.org/citydata/part2/v1/Code
Diagram¶

Formalization for Code¶
| Property | Constraint |
|---|---|
| cdm1:hasDescription | only xsd:string |
| cdm1:hasDescription | datatype xsd:string |
| cdm1:hasIdentifier | max 1 |
| cdm1:hasIdentifier | max 1 xsd:string |
| cdm1:hasName | only xsd:string |
| cdm1:hasName | datatype xsd:string |
| definedBy | max 1 |
| definedBy | max 1 cdm1:Organization |
| specification | only xsd:string |
| specification | datatype xsd:string |
| subClassOf | CodeThing |