forked from software-engineering-amsterdam/latex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtab-grammar2onto.tex
45 lines (42 loc) · 1.7 KB
/
tab-grammar2onto.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
\begin{table}[t]
\begin{center}
\begin{longtable}{ | p{20em} | p{20em} | }
\hline
& \\
\textbf{Grammar constructs} & \textbf{Ontological constructs} \\
& \\
\hline
Convention Set & Style Guide \\ \hline
Contexts (Convention Set) & partly Conventions (Style Guide) \\ \hline
Context & Ignored Constructs (Context) \\ \hline
Conventions (Context) & partly Conventions (Style Guide) \\ \hline
Convention & Convention \\ \hline
Description property (Convention) & Description (Convention) \\ \hline
Pattern Descriptor & Context \\ \hline
Node Descriptor & partly Existence Constraint \\ \hline
Node Relation & partly Existence Constraint \\ \hline
Literal Expression & Literal Value \\ \hline
Variable Expression & Construct \\ \hline
Not Expression & Negation Constraint Combinator \\ \hline
And Expression & Conjunction Constraint Combinator \\ \hline
Or Expression & Disjunction Constraint Combinator \\ \hline
Comparison Expression & Comparison Constraint \\ \hline
Match Expression & Textual Form Constraint \\ \hline
In Expression & Set Membership Constraint \\ \hline
Is Expression & Type Constraint \\ \hline
Call Expression & Property (Construct) \\ \hline
Node Query Expression & partly Existence Constraint \\ \hline
Css Pattern & Pattern \\ \hline
Nodes (Css Pattern) & Number of Constructs (Pattern) \\ \hline
StylesheetNode & Stylesheet \\ \hline
Violations Log & Violations Log \\ \hline
Violations (Violations Log) & Violations (Violation Log) \\ \hline
Violation & Violation \\ \hline
Description (Violation) & Description (Violation) \\ \hline
Position (Violation) & Position in Stylesheet (Violation) \\ \hline
\end{longtable}
\end{center}
\caption{
\label{tab:interpretation}
Interpretation mapping}
\end{table}