Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bjdmeest committed Jun 17, 2019
1 parent c75f1ec commit 8d1f7d2
Show file tree
Hide file tree
Showing 196 changed files with 2,306 additions and 1,201 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## [4.4.1] - 2019-06-17

### Added

- Javadoc generation

### Fixed

- A file that is mentioned multiple times in the mapping doc is not re-read multiple times
- Turtle output contains datatypes and languages

## [4.4.0] - 2019-05-16

### Added
Expand Down Expand Up @@ -172,6 +183,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- support for accessing remote files (via HTTP GET)
- basic support for functions

[4.4.1]: https://github.com/RMLio/rmlmapper-java/compare/v4.4.0...v4.4.1
[4.4.0]: https://github.com/RMLio/rmlmapper-java/compare/v4.3.3...v4.4.0
[4.3.3]: https://github.com/RMLio/rmlmapper-java/compare/v4.3.2...v4.3.3
[4.3.2]: https://github.com/RMLio/rmlmapper-java/compare/v4.3.1...v4.3.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# RMLMapper

The RMLMapper execute RML rules to generate Linked Data.
It is a Java library, which is available via the command line.
It is a Java library, which is available via the command line ([API docs online](rmlio.github.io/rmlmapper-java/apidocs)).
The RMLMapper loads all data in memory, so be aware when working with big datasets.

## Features
Expand Down
4 changes: 2 additions & 2 deletions buildNumber.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#maven.buildNumber.plugin properties file
#Mon Jun 17 08:03:15 CEST 2019
buildNumber0=81
#Mon Jun 17 17:22:16 CEST 2019
buildNumber0=97
2 changes: 1 addition & 1 deletion dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>be.ugent.rml</groupId>
<artifactId>rmlmapper</artifactId>
<version>4.4.0</version>
<version>4.4.1</version>
<scm>
<connection>scm:git:ssh://[email protected]:RMLio/rmlmapper-java.git</connection>
<url>https://github.com/RMLio/rmlmapper-java</url>
Expand Down
126 changes: 59 additions & 67 deletions docs/apidocs/allclasses-index.html

Large diffs are not rendered by default.

12 changes: 5 additions & 7 deletions docs/apidocs/allclasses.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.2) on Mon Jun 17 16:54:22 CEST 2019 -->
<title>All Classes (rmlmapper 4.3.3 API)</title>
<!-- Generated by javadoc (11.0.2) on Mon Jun 17 17:22:23 CEST 2019 -->
<title>All Classes (rmlmapper 4.4.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2019-06-17">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand All @@ -30,11 +30,11 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="be/ugent/rml/extractor/ConstantExtractor.html" title="class in be.ugent.rml.extractor">ConstantExtractor</a></li>
<li><a href="be/ugent/rml/records/CSV.html" title="class in be.ugent.rml.records">CSV</a></li>
<li><a href="be/ugent/rml/records/CSVRecord.html" title="class in be.ugent.rml.records">CSVRecord</a></li>
<li><a href="be/ugent/rml/records/CSVRecordAdapter.html" title="class in be.ugent.rml.records">CSVRecordAdapter</a></li>
<li><a href="be/ugent/rml/DatabaseType.html" title="class in be.ugent.rml">DatabaseType</a></li>
<li><a href="be/ugent/rml/DatabaseType.Database.html" title="enum in be.ugent.rml">DatabaseType.Database</a></li>
<li><a href="be/ugent/rml/DataFetcher.html" title="class in be.ugent.rml">DataFetcher</a></li>
<li><a href="be/ugent/rml/metadata/DatasetLevelMetadataGenerator.html" title="class in be.ugent.rml.metadata">DatasetLevelMetadataGenerator</a></li>
<li><a href="be/ugent/rml/model/DataSource.html" title="class in be.ugent.rml.model">DataSource</a></li>
<li><a href="be/ugent/rml/functions/DynamicMultipleRecordsFunctionExecutor.html" title="class in be.ugent.rml.functions">DynamicMultipleRecordsFunctionExecutor</a></li>
<li><a href="be/ugent/rml/functions/DynamicSingleRecordFunctionExecutor.html" title="class in be.ugent.rml.functions">DynamicSingleRecordFunctionExecutor</a></li>
<li><a href="be/ugent/rml/Executor.html" title="class in be.ugent.rml">Executor</a></li>
Expand All @@ -47,12 +47,10 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="be/ugent/rml/functions/lib/IDLabFunctions.html" title="class in be.ugent.rml.functions.lib">IDLabFunctions</a></li>
<li><a href="be/ugent/rml/Initializer.html" title="class in be.ugent.rml">Initializer</a></li>
<li><a href="be/ugent/rml/records/IteratorFormat.html" title="class in be.ugent.rml.records">IteratorFormat</a></li>
<li><a href="be/ugent/rml/functions/JoinConditionFunctionExecutor.html" title="interface in be.ugent.rml.functions"><span class="interfaceName">JoinConditionFunctionExecutor</span></a></li>
<li><a href="be/ugent/rml/records/JSON.html" title="class in be.ugent.rml.records">JSON</a></li>
<li><a href="be/ugent/rml/records/JSONRecord.html" title="class in be.ugent.rml.records">JSONRecord</a></li>
<li><a href="be/ugent/rml/records/JSONRecordFactory.html" title="class in be.ugent.rml.records">JSONRecordFactory</a></li>
<li><a href="be/ugent/rml/term/Literal.html" title="class in be.ugent.rml.term">Literal</a></li>
<li><a href="be/ugent/rml/termgenerator/LiteralGenerator.html" title="class in be.ugent.rml.termgenerator">LiteralGenerator</a></li>
<li><a href="be/ugent/rml/model/LogicalSource.html" title="class in be.ugent.rml.model">LogicalSource</a></li>
<li><a href="be/ugent/rml/cli/Main.html" title="class in be.ugent.rml.cli">Main</a></li>
<li><a href="be/ugent/rml/Mapping.html" title="class in be.ugent.rml">Mapping</a></li>
<li><a href="be/ugent/rml/MappingFactory.html" title="class in be.ugent.rml">MappingFactory</a></li>
Expand Down Expand Up @@ -93,8 +91,8 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="be/ugent/rml/functions/lib/UtilFunctions.html" title="class in be.ugent.rml.functions.lib">UtilFunctions</a></li>
<li><a href="be/ugent/rml/Utils.html" title="class in be.ugent.rml">Utils</a></li>
<li><a href="be/ugent/rml/ValuedJoinCondition.html" title="class in be.ugent.rml">ValuedJoinCondition</a></li>
<li><a href="be/ugent/rml/records/XML.html" title="class in be.ugent.rml.records">XML</a></li>
<li><a href="be/ugent/rml/records/XMLRecord.html" title="class in be.ugent.rml.records">XMLRecord</a></li>
<li><a href="be/ugent/rml/records/XMLRecordFactory.html" title="class in be.ugent.rml.records">XMLRecordFactory</a></li>
</ul>
</main>
</body>
Expand Down
16 changes: 6 additions & 10 deletions docs/apidocs/allpackages-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.2) on Mon Jun 17 16:54:22 CEST 2019 -->
<title>All Packages (rmlmapper 4.3.3 API)</title>
<!-- Generated by javadoc (11.0.2) on Mon Jun 17 17:22:23 CEST 2019 -->
<title>All Packages (rmlmapper 4.4.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2019-06-17">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="All Packages (rmlmapper 4.3.3 API)";
parent.document.title="All Packages (rmlmapper 4.4.1 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -132,22 +132,18 @@ <h1 title="All&amp;nbsp;Packages" class="title">All&nbsp;Packages</h1>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="be/ugent/rml/model/package-summary.html">be.ugent.rml.model</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="be/ugent/rml/records/package-summary.html">be.ugent.rml.records</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="be/ugent/rml/store/package-summary.html">be.ugent.rml.store</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<th class="colFirst" scope="row"><a href="be/ugent/rml/term/package-summary.html">be.ugent.rml.term</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="be/ugent/rml/termgenerator/package-summary.html">be.ugent.rml.termgenerator</a></th>
<td class="colLast">&nbsp;</td>
</tr>
Expand Down
8 changes: 4 additions & 4 deletions docs/apidocs/be/ugent/rml/DataFetcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.2) on Mon Jun 17 16:54:22 CEST 2019 -->
<title>DataFetcher (rmlmapper 4.3.3 API)</title>
<!-- Generated by javadoc (11.0.2) on Mon Jun 17 17:22:23 CEST 2019 -->
<title>DataFetcher (rmlmapper 4.4.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2019-06-17">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="DataFetcher (rmlmapper 4.3.3 API)";
parent.document.title="DataFetcher (rmlmapper 4.4.1 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -203,7 +203,7 @@ <h3>Method Summary</h3>
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
Expand Down
8 changes: 4 additions & 4 deletions docs/apidocs/be/ugent/rml/DatabaseType.Database.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.2) on Mon Jun 17 16:54:22 CEST 2019 -->
<title>DatabaseType.Database (rmlmapper 4.3.3 API)</title>
<!-- Generated by javadoc (11.0.2) on Mon Jun 17 17:22:23 CEST 2019 -->
<title>DatabaseType.Database (rmlmapper 4.4.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2019-06-17">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="DatabaseType.Database (rmlmapper 4.3.3 API)";
parent.document.title="DatabaseType.Database (rmlmapper 4.4.1 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -227,7 +227,7 @@ <h3>Method Summary</h3>
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Enum</h3>
<code>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf</code></li>
<code>compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object">
Expand Down
8 changes: 4 additions & 4 deletions docs/apidocs/be/ugent/rml/DatabaseType.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.2) on Mon Jun 17 16:54:22 CEST 2019 -->
<title>DatabaseType (rmlmapper 4.3.3 API)</title>
<!-- Generated by javadoc (11.0.2) on Mon Jun 17 17:22:23 CEST 2019 -->
<title>DatabaseType (rmlmapper 4.4.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2019-06-17">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="DatabaseType (rmlmapper 4.3.3 API)";
parent.document.title="DatabaseType (rmlmapper 4.4.1 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -253,7 +253,7 @@ <h3>Method Summary</h3>
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
Expand Down
8 changes: 4 additions & 4 deletions docs/apidocs/be/ugent/rml/Executor.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.2) on Mon Jun 17 16:54:22 CEST 2019 -->
<title>Executor (rmlmapper 4.3.3 API)</title>
<!-- Generated by javadoc (11.0.2) on Mon Jun 17 17:22:23 CEST 2019 -->
<title>Executor (rmlmapper 4.4.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2019-06-17">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Executor (rmlmapper 4.3.3 API)";
parent.document.title="Executor (rmlmapper 4.4.1 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -233,7 +233,7 @@ <h3>Method Summary</h3>
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
Expand Down
8 changes: 4 additions & 4 deletions docs/apidocs/be/ugent/rml/Initializer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.2) on Mon Jun 17 16:54:22 CEST 2019 -->
<title>Initializer (rmlmapper 4.3.3 API)</title>
<!-- Generated by javadoc (11.0.2) on Mon Jun 17 17:22:23 CEST 2019 -->
<title>Initializer (rmlmapper 4.4.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2019-06-17">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Initializer (rmlmapper 4.3.3 API)";
parent.document.title="Initializer (rmlmapper 4.4.1 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -198,7 +198,7 @@ <h3>Method Summary</h3>
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
Expand Down
8 changes: 4 additions & 4 deletions docs/apidocs/be/ugent/rml/Mapping.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.2) on Mon Jun 17 16:54:22 CEST 2019 -->
<title>Mapping (rmlmapper 4.3.3 API)</title>
<!-- Generated by javadoc (11.0.2) on Mon Jun 17 17:22:23 CEST 2019 -->
<title>Mapping (rmlmapper 4.4.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2019-06-17">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Mapping (rmlmapper 4.3.3 API)";
parent.document.title="Mapping (rmlmapper 4.4.1 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -199,7 +199,7 @@ <h3>Method Summary</h3>
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
Expand Down
Loading

0 comments on commit 8d1f7d2

Please sign in to comment.