Skip to content
Snippets Groups Projects
Commit 33338770 authored by Valerian Wintner's avatar Valerian Wintner
Browse files

Appendix.

parent 8cbe64d4
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -395,9 +395,17 @@ Each member of the group contributed in an enthusiastic and equal manner, levera
\end{itemize}
\section{Appendix}
You may use appendices to include any auxiliary results you would like to share, however cannot insert in the main text due to the page limit.
This appendix shows \emph{ShEx}-output and tables of data that were too large to be in the main body. Section \ref{section:runtime} links to some of the figures listed here.
\subsection{\emph{ShEx} outputs}
\begin{itemize}
\item Figure~\ref{fig:shexer_output} shows the \emph{Shexer}-output from our attempt at using it. The code is shown in Figure~\ref{code:shexer}.
\item Figures~\ref{fig:shex_canal_50}, \ref{fig:shex_rbow_50} and \ref{fig:shex_service_50} show our generated \emph{ShEx} for subgraphs with a small \emph{LIMIT}, sometimes resulting in graphs only consisting of blank nodes, and therefore empty \emph{ShEx} constraints.
\item Figures~\ref{fig:shex_canal_wo_limit}, \ref{fig:shex_rbow_wo_limit} and \ref{fig:shex_service_wo_limit} show our generated \emph{ShEx} for subgraphs without any \emph{LIMIT}.
\end{itemize}
\subsection{Code listings and additional data}
\begin{figure}
\centering
\lstinputlisting[language=python]{code_snippets/shexer.py}
......@@ -454,19 +462,12 @@ You may use appendices to include any auxiliary results you would like to share,
\label{fig:shex_service_wo_limit}
\end{figure}
\begin{table}[!ht]
\centering
\begin{tabular}{|l|r|r|r|r|}
\hline
Rdftype & Triples & [$t_{graph}$] = ms & [$t_{shex}$] = ms & [$t_{validation}$] = ms \\ \hline
Canal & 16961 & 360000 & 737 & 45 \\ \hline
GeoCoordinates & 204 & 468000 & 585 & 4 \\ \hline
RiverBodyOfWater & 1769 & 468000 & 613 & 15 \\ \hline
Service & 7334 & 462000 & 618 & 19 \\ \hline
\end{tabular}
\caption{Execution times per RDF-Type, queried on full graph of the RiverBodyOfWater dataset (containing 49915 triples)}
\label{table:runtimes_wo_limit}
\end{table}
\subsection{Runtime data tables}
\begin{itemize}
\item Table~\ref{table:runtimes_w_limit} shows the runtimes with different \emph{LIMIT}s given.
\item Table~\ref{table:runtimes_wo_limit} shows the runtimes without any \emph{LIMIT} given.
\end{itemize}
\begin{table}
\centering
......@@ -498,4 +499,18 @@ You may use appendices to include any auxiliary results you would like to share,
\label{table:runtimes_w_limit}
\end{table}
\begin{table}[!ht]
\centering
\begin{tabular}{|l|r|r|r|r|}
\hline
Rdftype & Triples & [$t_{graph}$] = ms & [$t_{shex}$] = ms & [$t_{validation}$] = ms \\ \hline
Canal & 16961 & 360000 & 737 & 45 \\ \hline
GeoCoordinates & 204 & 468000 & 585 & 4 \\ \hline
RiverBodyOfWater & 1769 & 468000 & 613 & 15 \\ \hline
Service & 7334 & 462000 & 618 & 19 \\ \hline
\end{tabular}
\caption{Execution times per RDF-Type, queried on full graph of the RiverBodyOfWater dataset (containing 49915 triples)}
\label{table:runtimes_wo_limit}
\end{table}
\end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment