diff --git a/doc/report/applications.tex b/doc/report/applications.tex
index 4549842506d504cc6e14236898b71decad7b648e..5f17c4ff9f555213d6bf9c08fa7e4d3fc6acbec9 100644
--- a/doc/report/applications.tex
+++ b/doc/report/applications.tex
@@ -1,7 +1,7 @@
 \section{Applications}\label{sec:applications}
 
 With programming endpoints in place, we can now query the data set
-containing both Isabelle and Coq exports stored in {GraphDB}. We
+containing both Isabelle and Col exports stored in {GraphDB}. We
 experimented with the following applications that talk to a GraphDB
 Endpoint, our second contribution.
 
@@ -126,9 +126,10 @@ actually reachable URI on the open web, if that is applicable for a
 given library.
 
 While translating from \texttt{ulo:sourceref} to original URI
-introduced some extra work, implementing this application was easy and
-straight-forward. Implementing similar features for other environments
-should not be very difficult.
+introduced some extra work, implementing this application was
+straight-forward. With this we showed that searching through metadata
+in existing ULO data sets is already quite feasible.  Implementing
+similar features for other environments should not be very difficult.
 
 \subsection{Querying for Tetrapodal Search}\label{sec:tetraq}
 
@@ -333,11 +334,11 @@ query. Because everything is handled by the database, access should be
 about as quick as we can hope it to be.
 
 While the sparse data set available to use only returned a handful of
-results, we see that queries like~$\mathcal{Q}_3$ are easily serviced
-with organizational knowledge formulated in ULO~triplets. More
-advanced queries could look at the interlinks between authors and even
-uncover ``citation cartels'' as was done previously with similar
-approaches~\cite{citcart}.
+results, we showed that queries such as~$\mathcal{Q}_3$ are easily
+serviced with organizational knowledge formulated in
+ULO~triplets. More advanced queries could look at the interlinks
+between authors and even uncover ``citation cartels'' as was done
+previously with similar approaches~\cite{citcart}.
 
 \subsubsection{Summarizing $\mathcal{Q}_1$ to $\mathcal{Q}_3$}
 
diff --git a/doc/report/conclusion.tex b/doc/report/conclusion.tex
index 76da74d07d9e30906fef6eaf65c464f7806551e2..7c8f19626ea87db36a25d0f8a772a03d92940af5 100644
--- a/doc/report/conclusion.tex
+++ b/doc/report/conclusion.tex
@@ -50,7 +50,9 @@ necessary to further extend the upper level ontology.  It will be
 necessary to look at the properties of future exports to make a more
 well-funded decision.
 
-Despite many open questions, \emph{ulo-storage} provides the necessary
-infrastructure for importing ULO triplets into an efficient storage
-engine. A necessary building block for a larger tetrapodal search
-system.
+Despite many remaining open questions, \emph{ulo-storage} provides the
+necessary infrastructure for importing ULO triplets into an efficient
+storage engine. A necessary building block for a larger tetrapodal
+search system. In addition to the concrete implementation, the
+experiences we have made along the way should benefit future research
+towards a greater tetrapodal search system.