OntoDL Statement: define: Unterschied zwischen den Versionen

Aus CTS2-LE
Zur Navigation springen Zur Suche springen
(Syntax)
K (Syntax)
Zeile 97: Zeile 97:
 
| ''PropertyName'' ('''($''')? ''Text''
 
| ''PropertyName'' ('''($''')? ''Text''
 
|  
 
|  
| <font face="arial" size="2"> </font>   
+
| <font face="arial" size="2">The prefix "($" advises the OntoDL interpreter to consider the provided text as a string (which will not be further processed)</font>   
 
|- style="vertical-align:top"
 
|- style="vertical-align:top"
 
|  
 
|  

Version vom 10. September 2016, 15:38 Uhr

Syntax


DefinitionStatement := define ObjectType ObjectName DefinitionBody  
ObjectName := Name
ObjectType := codesystem
| system
| concept
| predicate
| property
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


Description

Examples