OntoDL Syntax: InternalReference
Version vom 8. September 2016, 00:55 Uhr von Caumanns (Diskussion | Beiträge)
Syntax
| InternalReference | := | ObjectReference | ||
| | | ObjectReference? PropertyReference+ PropertyQualifer* | if property qualifiers are given, the leading part of the internal reference must resolve to an object of type collection. If no object reference is stated, it is consodered that the base object is me. | ||
| ObjectReference | := | ObjectName | ||
| PropertyReference | := | . PropertyName | ||
| | | me | me refers to the object that controls the current definition scope. If me is used outside a definition scope, it refers to the system object OntoDL. | ||
| PropertyQualifier | := | [ PropertyName = InternalReference ] |