From 2c608939c6d1cb76bff9a0e62a265228444f4c92 Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Mon, 17 Oct 2016 14:02:14 +0200 Subject: [PATCH] [TASK] Generic commit. --- Bachelorkolloquium.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Bachelorkolloquium.tex b/Bachelorkolloquium.tex index 94751ad..46665fe 100644 --- a/Bachelorkolloquium.tex +++ b/Bachelorkolloquium.tex @@ -152,6 +152,10 @@ Fakten über ein beispielhaftes Subjekt in RDF: car:23 carOnt:isCarModel carModel:42 . car:23 carOnt:hasNickname "Alf"^^xsd:string . \end{lstlisting} +\begin{itemize} +\item Turtle erlaubt mit \texttt{@prefix} die Definition von Prefixen +\item $\rightarrow$ Übersichtliche Repräsentation der Fakten +\end{itemize} \end{frame} \begin{frame}[fragile]{Beispiel: Zwei RDF-Tripel visualisiert}