Difference between
version 116
and
version 115:
Line 62 was replaced by line 62 |
- For resources and their objects, the simple syntax permits the following expressions given a resource label {{T}} and attributes {{A1}} to {{An}}: |
+ For resources and their objects, the abbreviated syntax permits the following expressions given a resource label {{T}} and attributes {{A1}} to {{An}}. |
Line 72 was replaced by line 72 |
- The expression {{T}} selects corresponding objects of the resource. For example, if the resource is a data set, {{T}} selects the tuple objects of the resource. If the resource is an actor, {{T}} selects instances of the actor. Similarly, the expression {{T.A1}} selects the nested {{A1}} objects of {{T}}. For {{T}} representing a data set, this expression would select the values of attribute {{A1}}. The last expression selects nested attributes for complex structures that can occur in actor input/output ports. For example, if {{T}} represented an input port to some actor, the expression {{T.A1.A2}} selects the {{A2}} objects nested within {{A1}} objects of {{T}} instances. |
+ The expression {{T}} selects corresponding objects of the resource. For example, if the resource is a data set, {{T}} selects the tuple objects of the resource. If the resource is an actor, {{T}} selects instances of the actor. The expression {{T.A1}} selects the nested {{A1}} objects for objects of {{T}}. For {{T}} representing a data set, this expression would select the values of attribute {{A1}} for tuples of {{T}}. The last expression selects nested attributes for complex structures occuring, for example, in actor input/output ports. For instance, if {{T}} represents an input port to some actor, the expression {{T.A1.A2}} selects the {{A2}} objects nested within {{A1}} objects for {{T}} objects. |
Line 74 was replaced by line 74 |
- In the simple-version of the annotation syntax ontology expressions consist of single concept labels {{C}} defined as resources. |
+ In the abbreviated syntax, ontology expressions consist of single concept labels {{C}}. |
Back to KRSMS Semantic Annotation Language,
or to the Page History.
|