Manifestation¶
Manifestations may be interpreted as “snapshots” of an object at some point in time. This enables the representation of changing attributes of an object, without losing information about its past values/relationships. The properties of the class must then be identified as properties that are (and aren't) subject to change, in order to distinguish between the static and dynamic aspects of a particular entity.
IRI: https://w3id.org/citydata/part1/v1/Manifestation
Diagram¶

Specializations of Manifestation¶
| Class | Description |
|---|---|
| First Manifestation | The first recorded manifestation of an individual. No prior manifestations (in time) exist for the individual. It is a subclassOf Manifestation. |
| Planned Allocation | Specifies the planned allocation of a resource to an activity via a state. |
| Note that Allocation is a Manifestation as the allocation may change over time. |
Formalization for Manifestation¶
| Property | Constraint |
|---|---|
| existsAt | exactly 1 |
| existsAt | exactly 1 time:TemporalEntity |
| hasFirstManifestation | exactly 1 |
| hasFirstManifestation | exactly 1 Manifestation |
| hasNextManifestation | max 1 |
| hasNextManifestation | max 1 Manifestation |
| hasPreviousManifestation | max 1 |
| hasPreviousManifestation | max 1 Manifestation |
| subClassOf | ChangeThing |
Used by classes¶
| Class | Property |
|---|---|
| Manifestation State | satisfiedBy |