[TASK] Generic commit.

This commit is contained in:
Jan Philipp Timme 2016-10-12 15:29:38 +02:00
parent 88c855fc56
commit 0e39961aac
1 changed files with 1 additions and 1 deletions

View File

@ -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.