-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
116 lines (90 loc) · 4.62 KB
/
index.html
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
113
114
115
116
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>R&Wbase by rawbase</title>
</head>
<body>
<header>
<div class="inner">
<h1>R&Wbase</h1>
<h2>enabling the distributed version control for linked data</h2>
<a href="https://github.com/rawbase" class="button"><small>Follow me on</small>GitHub</a>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<p>R&Wbase (read: rawbase) enables the Read-Write Web. It is an interpretation layer on top of Triple Stores, that offers versioning to its interfaces (e.g., SPARQL endpoint). </p>
<h1>
<a name="features" class="anchor" href="#features"><span class="octicon octicon-link"></span></a>Features</h1>
<h2>
<a name="versioning-on-live-triples" class="anchor" href="#versioning-on-live-triples"><span class="octicon octicon-link"></span></a>Versioning on live triples</h2>
<h2>
<a name="branching" class="anchor" href="#branching"><span class="octicon octicon-link"></span></a>Branching</h2>
<h2>
<a name="sparql-11-support" class="anchor" href="#sparql-11-support"><span class="octicon octicon-link"></span></a>SPARQL 1.1 Support</h2>
<h2>
<a name="console-access" class="anchor" href="#console-access"><span class="octicon octicon-link"></span></a>Console access</h2>
<h1>
<a name="software-release" class="anchor" href="#software-release"><span class="octicon octicon-link"></span></a>Software Release</h1>
<p>The current implementation of R&Wbase is based on a modified Fuseki-Virtuoso setup. </p>
<p>With R&Wbase you will be able to commit to a local branch, you will be able to push towards a remote, or pull from a remote and so on and so forth. It brings the same innovation that Git brought to software development towards data.</p>
<h1>
<a name="authors" class="anchor" href="#authors"><span class="octicon octicon-link"></span></a>Authors</h1>
<h2>
<a name="organisations" class="anchor" href="#organisations"><span class="octicon octicon-link"></span></a>Organisations</h2>
<ul>
<li>iMinds</li>
<li>University Ghent</li>
<li>MultiMediaLab</li>
<li>OKFN Belgium</li>
</ul><h2>
<a name="people" class="anchor" href="#people"><span class="octicon octicon-link"></span></a>People</h2>
<ul>
<li>Miel Vander Sande</li>
<li>Pieter Colpaert</li>
<li>Ruben Verborgh</li>
<li>Sam Coppens</li>
<li>Erik Mannens</li>
</ul><h1>
<a name="acknowledgements" class="anchor" href="#acknowledgements"><span class="octicon octicon-link"></span></a>Acknowledgements</h1>
<p>The project has started thanks to the Flemish organisation for Economy, Science and Innovation (EWI).</p>
<h1>
<a name="license" class="anchor" href="#license"><span class="octicon octicon-link"></span></a>License</h1>
<p>AGPLv3</p>
<h1>
<a name="publications" class="anchor" href="#publications"><span class="octicon octicon-link"></span></a>Publications</h1>
<ul>
<li>M. Vander Sande, P. Colpaert, R. Verborgh, S. Coppens, E. Mannens, and R. Van de
Walle. R&Wbase: git for triples. In Proceedings of the 6th Workshop on Linked Data
on the Web, May 2013. → <a href="http://events.linkeddata.org/ldow2013/papers/ldow2013-paper-01.pdf">download</a>
</li>
</ul>
</section>
<aside id="sidebar">
<p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p>
</aside>
</div>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-40357469-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>