summaryrefslogtreecommitdiffstats
path: root/rommel/photo1.tex
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2005-09-19 08:56:14 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2005-09-19 08:56:14 (GMT)
commitfa54b2b961ea9f3eb7aa12c8c46b6af008cc0452 (patch)
treea91bdaa1b163c52748ecc6585f65133379d2716e /rommel/photo1.tex
parentf7ca8ac8e56e3fd64c6aebdfb29b4ae1692d4faa (diff)
download2ii10-fa54b2b961ea9f3eb7aa12c8c46b6af008cc0452.zip
2ii10-fa54b2b961ea9f3eb7aa12c8c46b6af008cc0452.tar.gz
2ii10-fa54b2b961ea9f3eb7aa12c8c46b6af008cc0452.tar.bz2
Assignment files + other project templates.
Diffstat (limited to 'rommel/photo1.tex')
-rw-r--r--rommel/photo1.tex33
1 files changed, 33 insertions, 0 deletions
diff --git a/rommel/photo1.tex b/rommel/photo1.tex
new file mode 100644
index 0000000..3f6c969
--- /dev/null
+++ b/rommel/photo1.tex
@@ -0,0 +1,33 @@
+\chapter{Photo 1}
+\section{Detailed description}
+\section{Instance RDF-graph}
+Figure 1.1 shows an instance RDF-graph of the first photo I have
+chosen to give an detailed description.
+\begin{figure}[!ht]
+ \begin{center}
+ \includegraphics[scale=0.75]{photo1.jpg}
+ \end{center}
+ \caption{An instance RDF-graph of photo 1.}
+\end{figure}
+\section{Sniplet XML-RDF serialization}
+Some properties of a class are instance of other class. The
+sniplets of these instances of classes are described in chapter 4.
+\begin{verbatim}
+<kb:Photo rdf:about="&kb;Assignment_1_Instance_0_"
+ kb:Aperture="F/9.5"
+ kb:Creation_Date="30072005"
+ kb:Filename="STA60547"
+ kb:Focal_Length="23"
+ kb:ISO_Sensitivity="ISO-50"
+ kb:Image_Type="JPEG"
+ kb:Resolution_Height="2112"
+ kb:Resolution_Width="2816"
+ kb:Shutter_Speed="1/110"
+ kb:Size="973"
+ rdfs:label="Assignment_1_Instance_0_">
+ <kb:Created_With rdf:resource="&kb;Assignment_1_Instance_1"/>
+ <kb:Created_By rdf:resource="&kb;Assignment_1_Instance_2"/>
+ <kb:Photo_Story rdf:resource="&kb;Assignment_1_Instance_3_"/>
+ <kb:Photo_Location rdf:resource="&kb;Assignment_1_Instance_5"/>
+</kb:Photo>
+\end{verbatim}