|
144 | 144 | %The \emph{RDF dump} is available at \url{https://github.com/IMISE/snik-ontology/releases/download/0.8.0/snik-0.8.zip} and contains all triples of SNIK in Turtle syntax, such as: |
145 | 145 |
|
146 | 146 | %\begin{tcolorbox}[colback=white,colframe=mediblue,title=RDF Dump\\\url{https://github.com/IMISE/snik-ontology/releases/download/0.8.0/snik-0.8.zip}] |
147 | | -\begin{tcolorbox}[colback=white,colframe=mediblue,title=RDF Dump~~\url{http://www.snik.eu/download/snik-0.8.zip}] |
| 147 | +\newtcolorbox{subsectionbox}[1] |
| 148 | +{ |
| 149 | + colframe=white, |
| 150 | + colback=white, |
| 151 | + colbacktitle=mediblue, |
| 152 | + sharp corners=all, |
| 153 | + title = {#1}, |
| 154 | +} |
| 155 | +\begin{subsectionbox}{RDF Dump~~\url{http://www.snik.eu/download/snik-0.8.zip}} |
148 | 156 | The \emph{RDF dump} contains all triples of SNIK in Turtle syntax, such as: |
149 | 157 | \begin{lstlisting}[basicstyle=\ttfamily] |
150 | 158 | bb:InformationSystem |
|
155 | 163 | \end{lstlisting} |
156 | 164 | %offers several interfaces that are useful for researchers practitioners and students, depending on their objectives and their semantic web skills. |
157 | 165 | \vspace{-1.0em} |
158 | | -\end{tcolorbox} |
| 166 | +\end{subsectionbox} |
159 | 167 | \vspace{-0.5em} |
160 | 168 |
|
161 | | -\begin{tcolorbox}[colback=white,colframe=mediblue,title=LodLive RDF Browser~~~~~~~~~~~~~\url{http://www.snik.eu/ontology}] |
| 169 | +\begin{subsectionbox}{LodLive RDF Browser~~~~~~~~~~~~~\url{http://www.snik.eu/ontology}} |
162 | 170 | %Users can open a SNIK class URL in a web browser using \emph{LodLive}~\cite{lodlive}: |
163 | 171 | \includegraphics[width=\textwidth]{img/lodlive.png} |
164 | 172 | \vspace{-1.0em} |
165 | | -\end{tcolorbox} |
| 173 | +\end{subsectionbox} |
166 | 174 | \vspace{-0.5em} |
167 | 175 |
|
168 | | -\begin{tcolorbox}[colback=white,colframe=mediblue,title=SNIK Graph~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\url{http://www.snik.eu/graph}] |
| 176 | +\begin{subsectionbox}{SNIK Graph~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\url{http://www.snik.eu/graph}} |
169 | 177 | \emph{SNIK Graph} visualizes the structure of SNIK by modelling each class as a node and each RDF triple and OWL restriction as an edge: |
170 | 178 | \includegraphics[width=\textwidth]{img/snikgraph.png} |
171 | 179 | %SNIK Graph queries the list of classes and their relations from the SPARQL endpoint and transforms them into nodes and edges of the graph. |
172 | 180 | %Exploration options like the “spider worm”, which consists of the shortest path between a start node and an end node together with the end node’s neighbourhood, illustrate the context of a concept. |
173 | 181 | %The meta model and the subontologies can be freely accessed via SPARQL queries: |
174 | 182 | \vspace{-1.0em} |
175 | | -\end{tcolorbox} |
| 183 | +\end{subsectionbox} |
176 | 184 | \vspace{-0.5em} |
177 | 185 |
|
178 | | -\begin{tcolorbox}[colback=white,colframe=mediblue,title=SPARQL Endpoint~~~~~~~~~~~~~~~~\url{http://www.snik.eu/sparql}] |
| 186 | +\begin{subsectionbox}{SPARQL Endpoint~~~~~~~~~~~~~~~~\url{http://www.snik.eu/sparql}} |
179 | 187 | The SPARQL endpoint is the most expressive interface to SNIK but requires knowledge of both the SPARQL syntax and the SNIK meta model. |
180 | 188 | %Read access is publicly available at \url{http://www.snik.eu/sparql} |
181 | 189 | It can be used both as an API and directly. Examples:\\ |
|
195 | 203 | %ASK {bb:TransinstitutionalHealthInformationSystem meta:supports bb:Telemicroscopy.} |
196 | 204 | %\end{lstlisting} |
197 | 205 | \vspace{-1.0em} |
198 | | -\end{tcolorbox} |
| 206 | +\end{subsectionbox} |
199 | 207 | \vspace{-0.5em} |
200 | 208 |
|
201 | 209 | \end{posterbox} |
|
0 commit comments