forked from software-engineering-amsterdam/latex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tab-onto2grammar.tex
50 lines (46 loc) · 2.01 KB
/
tab-onto2grammar.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
\begin{table}[t]
\begin{center}
\begin{longtable}{ | p{20em} | p{20em} | }
\hline
& \\
\textbf{Ontological constructs} & \textbf{Grammar constructs} \\
& \\
\hline
Style Guide & Convention Set \\ \hline
Conventions (Style Guide) & Contexts (Convention Set), Conventions (Context) \\ \hline
Convention & Convention \\ \hline
Description (Convention) & Description (Convention) \\ \hline
Context & Pattern Descriptor \\ \hline
Ignored Constructs (Context) & Context \\ \hline
Constraint Combinator & Not, Or, And Expression \\ \hline
Number of Subjects (Constraint Combinator) & Operand of Combinator Expressions \\ \hline
Negation Constraint Combinator & Not Expression \\ \hline
Disjunction Constraint Combinator & Or Expression \\ \hline
Conjunction Constraint Combinator & And Expression \\ \hline
Constraint & Comparison, Is, In, Match, Node Query Expressions \\ \hline
Subject (Constraint) & Operand of Constraint Expressions \\ \hline
Value (Constraint Subclasses) & Second Operand of Binary Expression \\ \hline
Existence Constraint & Node Descriptor, Node Relation, Node Query Expression \\ \hline
Comparison Constraint & Comparison Expression \\ \hline
Type Constraint & Is Expression \\ \hline
Textual Form Constraint & Match Expression \\ \hline
Set Membership Constraint & In Expression \\ \hline
Literal Value & Literal Expression \\ \hline
Value (Literal Value) & Value (Literal Expression) \\ \hline
Violation Log & Violation Log \\ \hline
Violations (Violation Log) & Violations (Violation Log) \\ \hline
Violation & Violation \\ \hline
Description (Violation) & Description (Violation) \\ \hline
Position in Stylesheet (Violation) & Position (Violation) \\ \hline
Stylesheet & Stylesheet Node \\ \hline
Checked (Stylesheet) & - \\ \hline
Construct & Variable Expression \\ \hline
Property (Construct) & Call Expression \\ \hline
Pattern & Css Pattern \\ \hline
Number of Constructs (Pattern) & Nodes (Css Pattern) \\ \hline
\end{longtable}
\end{center}
\caption{
\label{tab:representation}
Representation mapping}
\end{table}