-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (67 loc) · 3.77 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>R2rml-api by R2RML-api</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-dark.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>R2rml-api</h1>
<p>R2RML API</p>
<p class="view"><a href="https://github.com/R2RML-api/R2RML-api">View the Project on GitHub <small>R2RML-api/R2RML-api</small></a></p>
<ul>
<li><a href="https://github.com/R2RML-api/R2RML-api/zipball/master">Download <strong>ZIP File</strong></a></li>
<li><a href="https://github.com/R2RML-api/R2RML-api/tarball/master">Download <strong>TAR Ball</strong></a></li>
<li><a href="https://github.com/R2RML-api/R2RML-api">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<p><a href="https://travis-ci.org/R2RML-api"><img src="https://travis-ci.org/R2RML-api/R2RML-api.svg?branch=master" alt="Build Status"></a></p>
<h1>
<a id="r2rml-api" class="anchor" href="#r2rml-api" aria-hidden="true"><span class="octicon octicon-link"></span></a>R2RML-api</h1>
<p>
Optique R2RML-API is developed by the EU Project Optique. It is used by the Optique platform and the Ontop project.
</p>
<h2>
<a id="how-to-use-r2rml-api-as-a-maven-dependency" class="anchor" href="#how-to-use-r2rml-api-as-a-maven-dependency" aria-hidden="true"><span class="octicon octicon-link"></span></a>How to use R2RML-api as a Maven dependency</h2>
<ul>
<li>put the following fragments into your <code>pom.xml</code>
</li>
</ul>
<div class="highlight highlight-text-xml">
<pre>
<<span class="pl-ent">dependencies</span>>
<span class="pl-c"><!-- Optique R2RML API --></span>
<<span class="pl-ent">dependency</span>>
<<span class="pl-ent">groupId</span>>eu.optique-project</<span class="pl-ent">groupId</span>>
<<span class="pl-ent">artifactId</span>>r2rml-api</<span class="pl-ent">artifactId</span>>
<<span class="pl-ent">version</span>>0.3.0</<span class="pl-ent">version</span>>
</<span class="pl-ent">dependency</span>>
<<span class="pl-ent">dependency</span>>
<<span class="pl-ent">groupId</span>>eu.optique-project</<span class="pl-ent">groupId</span>>
<<span class="pl-ent">artifactId</span>>r2rml-api-sesame-bridge</<span class="pl-ent">artifactId</span>>
<<span class="pl-ent">version</span>>0.3.0</<span class="pl-ent">version</span>>
</<span class="pl-ent">dependency</span>>
</<span class="pl-ent">dependencies</span>></pre></div>
<h2>
<a id="reference" class="anchor" href="#reference" aria-hidden="true"><span class="octicon octicon-link"></span></a>Reference</h2>
<p>[1] "An R2RML Mapping Management API in Java", Marius Strandhaug, Master’s Thesis Spring 2014, University of Oslo.</p>
<p>[2] The javadoc documentation of the API v0.1 can be found by following this URL: <a href="http://folk.uio.no/marstran/doc/">http://folk.uio.no/marstran/doc/</a>.</p>
</section>
</div>
<footer>
<p>Project maintained by <a href="https://github.com/R2RML-api">R2RML-api</a></p>
<p>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></p>
</footer>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>