forked from coolharsh55/phd-thesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabbreviations.tex
36 lines (35 loc) · 1.4 KB
/
abbreviations.tex
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
% \thispagestyle{empty}
\section*{List of Abbreviations \& Acronyms}
\begin{table}[htbp]
% \centering
\begin{tabular}{>{\bfseries}l|l}
CCPA & California Consumer Protection Act \\
DPD & Data Protection Directive \\
DPV & Data Privacy Vocabulary \\
DPVCG & W3C Data Protection Vocabularies and Controls Community Group \\
ELI & European Legislative Identifier \\
EU & European Union \\
GDPR & General Data Protection Regulation \\
P-Plan & P-Plan Ontology \\
PROV-O & Provenance Ontology \\
ODRL & Open Digital Rights Language \\
OWL & Web Ontology Language \\
RDF & Resource Description Framework \\
SHACL & Shapes Constraint Language \\
SPARQL & SPARQL Protocol and RDF Query Language \\
SotA & State of the Art \\
\end{tabular}
\end{table}
\section*{List of RDF Namespace Prefixes}
\begin{table}[htbp]
% \centering
\begin{tabular}{>{\bfseries}l|l}
gc & \url{https://w3id.org/GConsent#} \\
gdprov & \url{https://w3id.org/GDPRov#} \\
gdprtext & \url{https://w3id.org/GDPRtEXT#} \\
pplan & \url{http://purl.org/net/p-plan#} \\
prov & \url{http://www.w3.org/ns/prov#} \\
rdf & \url{http://www.w3.org/1999/02/22-rdf-syntax-ns#} \\
rdfs & \url{http://www.w3.org/2000/01/rdf-schema#} \\
\end{tabular}
\end{table}