Fix typo in document
This commit is contained in:
parent
48e2bb8a20
commit
183f62a376
|
@ -32,7 +32,7 @@ A program $\P$ is a set of (normal) rules. An ontology $\OO$ is a first-order fo
|
|||
The lattice $\langle \L^2, \preceq_p \rangle$
|
||||
|
||||
\begin{align*}
|
||||
\Gamma(T, P) &\define \{ \head(r) ~|~ r \in \P,~ T \subseteq \bodyp(r),~ \bodyn(r) \intersect P = \emptyset \}\\
|
||||
\Gamma(T, P) &\define \{ \head(r) ~|~ r \in \P,~ \bodyp(r) \subseteq T,~ \bodyn(r) \intersect P = \emptyset \} \union \{ a \in \L ~|~ \OBO{T} \models a \}\\
|
||||
extract(T) &\define \{ a \in \L ~|~ \OBO{T} \models \neg a \} \\
|
||||
\Phi(T, P) &\define \Bigl( \Gamma(T, P), \Gamma(P, T) \setminus extract(T) \Bigr)
|
||||
\end{align*}
|
||||
|
|
Loading…
Reference in New Issue