PhD

The LaTeX sources of my Ph.D. thesis
git clone https://esimon.eu/repos/PhD.git
Log | Files | Refs | README | LICENSE

sparql.tex (317B)


      1 \begin{tabular}{@{}l l@{}}
      2 	\multicolumn{2}{@{}l}{\textsc{select} \texttt{?capital}}\\
      3 	\multicolumn{2}{@{}l}{\textsc{where} \texttt{\{}}\\
      4 	\hspace{2mm} & \texttt{?capital} \textsl{capital of} \texttt{?country.}\\
      5 	             & \texttt{?country}  \textsl{part of} \texttt{Asia.}\\
      6 	\texttt{\}}  & \\
      7 \end{tabular}