-
Notifications
You must be signed in to change notification settings - Fork 0
/
reply-letter-2.tex
112 lines (74 loc) · 3.86 KB
/
reply-letter-2.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
\documentclass{letter}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[a4paper,margin=3cm,top=2.5cm]{geometry}
\usepackage{microtype}
\usepackage{csquotes}
\usepackage{url}
\linespread{1.3}
\include{reviewing}
\newcounter{section}
\newcounter{subsection}[section]
\setcounter{secnumdepth}{3}
\makeatletter
\newcommand\section{\@startsection {section}{1}{\z@}%
{-3.5ex \@plus -1ex \@minus -.2ex}%
{2.3ex \@plus.2ex}%
{\normalfont\Large\bfseries}}
\newcommand\subsection{\@startsection{subsection}{2}{\z@}%
{-3.25ex\@plus -1ex \@minus -.2ex}%
{1.5ex \@plus .2ex}%
{\normalfont\large\bfseries}}
\renewcommand \thesection{\@arabic\c@section}
\renewcommand\thesubsection{\thesection.\@arabic\c@subsection}
\makeatother
\signature{Ruben Taelman\\on behalf of the authors}
\address{imec -- Ghent University -- IDLab\\Technologiepark-Zwijnaarde 15\\B-9052 Gent\\Belgium}
\begin{document}
\begin{letter}{To the Editors of the Special Issue on\\Managing the Evolution and Preservation of the Data Web\\of the Journal of Web Semantics}
\opening{Dear Editors and Reviewers,}
\bigskip
Thank you for your reviews.
Please find attached to this letter a revised version of our submission entitled
\enquote{Triple Storage for Random-Access Versioned Querying of RDF Archives}
in which we have addressed your comments.
\bigskip
Hereafter, you can find detailed answers to your questions and remarks.
Should you have any further questions or concerns, please do not hesitate to contact us.
We look forward to hearing back from you and thank you in advance.
\bigskip
\closing{Sincerely,}
\pagebreak
\section*{Review 2}
\textbf{\enquote{Missing overview of related work in the context of evolving graph databases (not just RDF).}}
We now briefly mention existing work on evolving non-RDF graph databases in Section 2.2.
\textbf{\enquote{Two recent papers on Extended Characteristic Sets are missing}}
We now discuss this topic and the mentioned papers in Section 2.1.
\section*{Review 3}
\textbf{\enquote{The BEAR journal paper has been accepted at Semantic Web Journal}}
We have updated the BEAR reference.
\textbf{\enquote{Strange notation in formalization}}
We improved the notation of the symbols in the formalization in Section 2.4 by using subscripts where needed.
\textbf{\enquote{In the problem statement in Section 3, I would maybe briefly mention the meaning of "offset" in this context}}
Offset and limit have now been clarified in Section 3.
\textbf{\enquote{The titles of Sections 4, 5, 6 and 7 are too generic}}
We have updated the titles of Sections 4, 5, 6 and 7.
\textbf{\enquote{I would suggest to represent the triples with the notation (D0, S1, D1)}}
We have updated all triples in the paper to use the suggested notation.
\textbf{\enquote{Figure 3 and 4 could be somehow aligned}}
We have updated Figure 4 to be aligned with Figure 3.
The representations of the addition and deletion trees have been made consistent now.
\textbf{\enquote{Results are not commented in the result section}}
All results are now commented on in the results section (8.3).
They are then summarized and discussed later (8.4).
\section*{Review 4}
\textbf{\enquote{the symbols used in Section 2 where not previously explained}}
All symbols in Section 2 should already be explained in that section.
As suggested by Reviewer 2, we have improved some of the notations.
\textbf{\enquote{How was the threshold of 200 chosen?}}
This threshold was defined empirically.
This has been clarified in Section 8.3.1.
\textbf{\enquote{The proof of correctness in section 7.1.4 is strange and it is not really a formal proof}}
We have rewritten the proof (in Section 7.1.4) to use induction.
\end{letter}
\end{document}