...
Name | Abbreviation | Description |
---|---|---|
assignment | A | Captures the assignment of an IUI to a particular (or instance) |
particular to universal | PtoU | Captures the assertion that a particular, identified by an IUI, is related to a universal by a particular relation. It is typically used for the instance of relation. |
temporal entity | Te | Captures the assignment of an IUI to a temporal entity, as well as the basic type (interval vs. instant) of the temporal entity. This template is a "shortcut" combination of assignment and particular-to-universal for temporal entities. It and the Ten template help to reduce significantly the number of templates needed to capture temporal entities and their names. |
temporal entity name | Ten | Captures the name of a temporal entity (e.g. "2013-10" for the month of October in the Gregorian Calendar according to the ISO 8601 standard). Names of other entities are explicitly represented with an A template (assign IUI to name), a PtoP template (relate name to the entity it designates), and a PtoDR template (relate name to its concretized form). |
particular to particular | PtoP | Captures the assertion that two particulars are related by a particular relation such as part of. |
particular lacks universal | PtoLackU | Captures the assertion that a particular lacks a specific relation r to any instance of a universal. |
particular to concept | PtoCo | Captures the annotation of a particular with a concept from a concept-based terminology. It does NOT assert that the particular is an instance of a given type (or universal), is related to other particulars by specific relations, or lacks a relation to any instance of a given universal. |
particular to digital entity | PtoDE | Captures the relationship between information content entities and their concretization as an encoded string of binary digits. Note that the purist way of doing things would be to assign an IUI to evey unique character string in some set of characters. But since each such unique string can serve as its own identifier, it seems very inefficient. Trying to keep two or more RTSs in synch so that they all have the same IUI for the string "befuddled" would be befuddling indeed. |
metadata | D | Captures data about templates. More formally, we have reconfigured the metadata template to represent an event that occurs inside the RTS itself. |
...
- Captures the assignment of the IUI to the name in addition to the name
- Implicit type of the name is Proper name from the Proper Names Ontology.
- Implicit relationship between the name and the temporal entity it designates is designates.
- Every Ten template is associated with one Te template. A Te template may be associated with multiple Ten templates.
The IUI that designates the temporal region at which this PtoU assertion was made
Parameter | Description | Notes |
---|---|---|
iuip | The IUI of the name of the temporal region | IUIs that designate a temporal region must first be assigned using a Te template. |
iuia | The IUI that designates the entity who asserted this name for the temporal entity.The entity that asserted that this name denotes a particular temporal entity. | |
ta | The IUI that designates the temporal region at which this PtoU assertion was made | |
iuite | The IUI of the temporal entity that this name designates. | There must be a Te template that assigns this IUI. |
name | The name itself, ideally as a Unicode string | For example: 2013-11-08T18:00-02:00 |
ns | The IUI of the naming system to which the name belongs | For example, Gregorian Calendar, Hebrew Calendar, Chinese Calendar, etc. ISO 8601 is a standard for formatting names according to the Gregorian Calendar. |
iuit | The IUI of the Ten template itself | Every template gets an IUI that is referenced minimally by one metadata template. |
...