OntoDL Statement: define: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→Syntax) |
K (→Syntax) |
||
| Zeile 11: | Zeile 11: | ||
| ''ObjectName'' | | ''ObjectName'' | ||
| := | | := | ||
| − | | ''Name'' | + | | [[OntoDL Statement: Base Types|''Name'']] |
| | | | ||
| <font face="arial" size="2"> </font> | | <font face="arial" size="2"> </font> | ||
Version vom 14. September 2016, 07:30 Uhr
Syntax
| DefinitionStatement | := | define TypeName ObjectName DefinitionBody | ||
| ObjectName | := | Name | ||
| DefinitionBody | := | { FullDefinition * } | ||
| | | = QualifiedConcept | |||
| | | = InternalReference | |||
| Fulldefinition | := | DefineStatement | ||
| | | DefaultStatement | |||
| | | SetStatement | |||
| | | PredicateStatement | |||
| | | SetAsTableStatement | Must be formatted as 2-column MS Word table using style "OntoDL" | ||
| SetAsTableStatement | := | PropertyName (($)? Text | The prefix "($" advises the OntoDL interpreter to consider the provided text as a string (which will not be further processed) | |
| | | PropertyName InternalReference | |||
| PropertyName | := | Name |