-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappendix2.tex
More file actions
37 lines (25 loc) · 1.79 KB
/
appendix2.tex
File metadata and controls
37 lines (25 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
\chapter{Code source of vocabularies}
\label{ch:appendixB}
\section{Vocabulary for geometry}
\label{sec:geometryvocab}
\lstset{literate=%
{é}{{\'e}}1 {è}{{\`e}}1 {à}{{\`a}}1 {ï}{{\"i}}1 }
\lstset{basicstyle=\scriptsize, backgroundcolor=\color{white}, frame=single, caption= {Formal definition of the geometry vocabulary in turtle. The current version is deployed at \url{http://data.ign.fr/def/geometrie}}, label=geomvocab, captionpos=b}
\lstinputlisting[breaklines=true,language=ttl]{vocabs/geometrie.ttl}
\section{Vocabulary for CRS}
\label{sec:crsvocab}
%% sorting special character in FR %%
\lstset{literate=%
{é}{{\'e}}1 {è}{{\`e}}1 {à}{{\`a}}1 {ï}{{\"i}}1 }
\lstset{basicstyle=\scriptsize, backgroundcolor=\color{white}, frame=single, caption= {Formal definition of the CRS vocabulary in turtle. The current version is deployed at \url{http://data.ign.fr/def/ignf}}, label=ignfvocab, captionpos=b}
\lstinputlisting[breaklines=true,language=ttl]{vocabs/ignf.ttl}
\section{Vocabulary for French Administrative units}
\label{sec:geoflavocab}
\lstset{literate=%
{é}{{\'e}}1 {è}{{\`e}}1 {à}{{\`a}}1 {ï}{{\"i}}1 }
\lstset{basicstyle=\scriptsize, backgroundcolor=\color{white}, frame=single, caption= {Formal definition of the French administrative units in turtle. The current version is deployed at \url{http://data.ign.fr/def/geofla}}, label=geoflavocab, captionpos=b}
\lstinputlisting[breaklines=true,language=ttl]{vocabs/ignf.ttl}
\section{Vocabulary for Visualization applications}
\label{sec:dviavocab}
\lstset{basicstyle=\scriptsize, backgroundcolor=\color{white}, frame=single, caption= {Formal definition of DVIA vocabulary in turtle. The current version is deployed at \url{http://purl.org/ontology/dvia.}}, label=dviavocab, captionpos=b}
\lstinputlisting[breaklines=true,language=ttl]{vocabs/dvia.ttl}