[TASK] Generic commit.
This commit is contained in:
parent
88c855fc56
commit
0e39961aac
|
@ -802,7 +802,7 @@ WHERE {
|
|||
?b rdf:type <http://example.org/type/B> .
|
||||
}
|
||||
FILTER( (BOUND(?a) || BOUND(?b))
|
||||
&& !(BOUND(?a) && BOUND(?b)) )
|
||||
&& (!(BOUND(?a) && BOUND(?b))) )
|
||||
}
|
||||
\end{lstlisting}
|
||||
Das Ergebnis sind ausschließlich Tripel, in denen \emph{entweder} ein Ereignis vom Typ A \emph{oder} ein Ereignis vom Typ B vorkommt.
|
||||
|
|
Loading…
Reference in New Issue