Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/RDF4JGraph.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/RDF4JGraph.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/RDF4JGraph.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RDF4JGraph (Commons RDF 0.4.0-SNAPSHOT API)</title>
+<title>RDF4JGraph (Commons RDF 0.5.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="RDF4JGraph (Commons RDF 0.4.0-SNAPSHOT
API)";
+ parent.document.title="RDF4JGraph (Commons RDF 0.5.0 API)";
}
}
catch(err) {
@@ -145,7 +145,7 @@ extends <a href="../../../../../org/apac
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/commons/rdf/rdf4j/ClosableIterable.html"
title="interface in org.apache.commons.rdf.rdf4j">ClosableIterable</a><<a
href="../../../../../org/apache/commons/rdf/api/Triple.html" title="interface
in org.apache.commons.rdf.api">Triple</a>></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/rdf4j/RDF4JGraph.html#iterate--">iterate</a></span>()</code>
-<div class="block">Get an Iterable for iterating over all triples in the
graph.</div>
+<div class="block">Gets an Iterable for iterating over all triples in the
graph.</div>
</td>
</tr>
<tr id="i2" class="altColor">
@@ -153,14 +153,14 @@ extends <a href="../../../../../org/apac
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/rdf4j/RDF4JGraph.html#iterate-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">iterate</a></span>(<a
href="../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html"
title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a> subject,
<a href="../../../../../org/apache/commons/rdf/api/IRI.html"
title="interface in org.apache.commons.rdf.api">IRI</a> predicate,
<a href="../../../../../org/apache/commons/rdf/api/RDFTerm.html"
title="interface in org.apache.commons.rdf.api">RDFTerm</a> object)</code>
-<div class="block">Get an Iterable for iterating over the triples in the graph
that match
+<div class="block">Gets an Iterable for iterating over the triples in the
graph that match
the pattern.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a
href="https://docs.oracle.com/javase/8/docs/api/java/util/stream/Stream.html?is-external=true"
title="class or interface in java.util.stream">Stream</a><<a
href="../../../../../org/apache/commons/rdf/rdf4j/RDF4JTriple.html"
title="interface in
org.apache.commons.rdf.rdf4j">RDF4JTriple</a>></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/rdf4j/RDF4JGraph.html#stream--">stream</a></span>()</code>
-<div class="block">Get all triples contained by the graph.<br></div>
+<div class="block">Gets all triples contained by the graph.<br></div>
</td>
</tr>
<tr id="i4" class="altColor">
@@ -168,7 +168,7 @@ extends <a href="../../../../../org/apac
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/rdf4j/RDF4JGraph.html#stream-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">stream</a></span>(<a
href="../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html"
title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a> subject,
<a href="../../../../../org/apache/commons/rdf/api/IRI.html"
title="interface in org.apache.commons.rdf.api">IRI</a> predicate,
<a href="../../../../../org/apache/commons/rdf/api/RDFTerm.html"
title="interface in org.apache.commons.rdf.api">RDFTerm</a> object)</code>
-<div class="block">Get all triples contained by the graph matched with the
pattern.</div>
+<div class="block">Gets all triples contained by the graph matched with the
pattern.</div>
</td>
</tr>
</table>
@@ -243,7 +243,7 @@ extends <a href="../../../../../org/apac
<li class="blockList">
<h4>stream</h4>
<pre><a
href="https://docs.oracle.com/javase/8/docs/api/java/util/stream/Stream.html?is-external=true"
title="class or interface in java.util.stream">Stream</a><<a
href="../../../../../org/apache/commons/rdf/rdf4j/RDF4JTriple.html"
title="interface in org.apache.commons.rdf.rdf4j">RDF4JTriple</a>> <a
href="../../../../../src-html/org/apache/commons/rdf/rdf4j/RDF4JGraph.html#line.91">stream</a>()</pre>
-<div class="block">Get all triples contained by the graph.<br>
+<div class="block">Gets all triples contained by the graph.<br>
<p>
The iteration does not contain any duplicate triples, as determined by
the <a
href="../../../../../org/apache/commons/rdf/api/Triple.html#equals-java.lang.Object-"><code>Triple.equals(Object)</code></a>
method for each <a
href="../../../../../org/apache/commons/rdf/api/Triple.html" title="interface
in org.apache.commons.rdf.api"><code>Triple</code></a>.
@@ -260,7 +260,7 @@ extends <a href="../../../../../org/apac
<a
href="https://docs.oracle.com/javase/8/docs/api/java/util/stream/BaseStream.html?is-external=true#close--"
title="class or interface in
java.util.stream"><code>BaseStream.close()</code></a>.
<p>
This can generally achieved using a try-with-resources block, e.g.:
-
+
<pre>
int subjects;
try (Stream<RDF4JTriple> s : graph.stream()) {
@@ -286,7 +286,7 @@ extends <a href="../../../../../org/apac
<pre><a
href="https://docs.oracle.com/javase/8/docs/api/java/util/stream/Stream.html?is-external=true"
title="class or interface in java.util.stream">Stream</a><<a
href="../../../../../org/apache/commons/rdf/rdf4j/RDF4JTriple.html"
title="interface in org.apache.commons.rdf.rdf4j">RDF4JTriple</a>> <a
href="../../../../../src-html/org/apache/commons/rdf/rdf4j/RDF4JGraph.html#line.110">stream</a>(<a
href="../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html"
title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a> subject,
<a
href="../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in
org.apache.commons.rdf.api">IRI</a> predicate,
<a
href="../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface
in org.apache.commons.rdf.api">RDFTerm</a> object)</pre>
-<div class="block">Get all triples contained by the graph matched with the
pattern.
+<div class="block">Gets all triples contained by the graph matched with the
pattern.
<p>
The iteration does not contain any duplicate triples, as determined by
the <a
href="../../../../../org/apache/commons/rdf/api/Triple.html#equals-java.lang.Object-"><code>Triple.equals(Object)</code></a>
method for each <a
href="../../../../../org/apache/commons/rdf/api/Triple.html" title="interface
in org.apache.commons.rdf.api"><code>Triple</code></a>.
@@ -304,7 +304,7 @@ extends <a href="../../../../../org/apac
<a
href="https://docs.oracle.com/javase/8/docs/api/java/util/stream/BaseStream.html?is-external=true#close--"
title="class or interface in
java.util.stream"><code>BaseStream.close()</code></a>.
<p>
This can generally achieved using a try-with-resources block, e.g.:
-
+
<pre>
int subjects;
try (Stream<RDF4JTriple> s : graph.stream(s,p,o)) {
@@ -332,16 +332,16 @@ extends <a href="../../../../../org/apac
<pre><a
href="../../../../../org/apache/commons/rdf/rdf4j/ClosableIterable.html"
title="interface in org.apache.commons.rdf.rdf4j">ClosableIterable</a><<a
href="../../../../../org/apache/commons/rdf/api/Triple.html" title="interface
in org.apache.commons.rdf.api">Triple</a>> <a
href="../../../../../src-html/org/apache/commons/rdf/rdf4j/RDF4JGraph.html#line.133">iterate</a>()
throws <a
href="https://docs.oracle.com/javase/8/docs/api/java/util/ConcurrentModificationException.html?is-external=true"
title="class or interface in java.util">ConcurrentModificationException</a>,
<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalStateException.html?is-external=true"
title="class or interface in java.lang">IllegalStateException</a></pre>
-<div class="block">Get an Iterable for iterating over all triples in the graph.
+<div class="block">Gets an Iterable for iterating over all triples in the
graph.
<p>
This method is meant to be used with a Java for-each loop, e.g.:
-
+
<pre>
for (Triple t : graph.iterate()) {
System.out.println(t);
}
</pre>
-
+
The behaviour of the iterator is not specified if <a
href="../../../../../org/apache/commons/rdf/api/Graph.html#add-org.apache.commons.rdf.api.Triple-"><code>Graph.add(Triple)</code></a>,
<a
href="../../../../../org/apache/commons/rdf/api/Graph.html#remove-org.apache.commons.rdf.api.Triple-"><code>Graph.remove(Triple)</code></a>
or <a
href="../../../../../org/apache/commons/rdf/api/Graph.html#clear--"><code>Graph.clear()</code></a>,
are called on the
<a href="../../../../../org/apache/commons/rdf/api/Graph.html"
title="interface in org.apache.commons.rdf.api"><code>Graph</code></a> before
it terminates. It is undefined if the returned
@@ -363,7 +363,7 @@ extends <a href="../../../../../org/apac
<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true#close--"
title="class or interface in java.lang"><code>AutoCloseable.close()</code></a>.
<p>
This can generally achieved using a try-with-resources block, e.g.:
-
+
<pre>
try (ClosableIterable<Triple> s : graph.iterate()) {
for (Triple t : triples) {
@@ -371,7 +371,7 @@ extends <a href="../../../../../org/apac
}
}
</pre>
-
+
If you don't use a try-with-resources block, the iterator will attempt to
close the ClosableIterable when reaching the end of the iteration.</div>
<dl>
@@ -398,11 +398,11 @@ extends <a href="../../../../../org/apac
<pre><a
href="../../../../../org/apache/commons/rdf/rdf4j/ClosableIterable.html"
title="interface in org.apache.commons.rdf.rdf4j">ClosableIterable</a><<a
href="../../../../../org/apache/commons/rdf/api/Triple.html" title="interface
in org.apache.commons.rdf.api">Triple</a>> <a
href="../../../../../src-html/org/apache/commons/rdf/rdf4j/RDF4JGraph.html#line.156">iterate</a>(<a
href="../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html"
title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a> subject,
<a
href="../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in
org.apache.commons.rdf.api">IRI</a> predicate,
<a
href="../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface
in org.apache.commons.rdf.api">RDFTerm</a> object)</pre>
-<div class="block">Get an Iterable for iterating over the triples in the graph
that match
+<div class="block">Gets an Iterable for iterating over the triples in the
graph that match
the pattern.
<p>
This method is meant to be used with a Java for-each loop, e.g.:
-
+
<pre>
IRI alice = factory.createIRI("http://example.com/alice");
IRI knows = factory.createIRI("http://xmlns.com/foaf/0.1/");
@@ -433,7 +433,7 @@ extends <a href="../../../../../org/apac
<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true#close--"
title="class or interface in java.lang"><code>AutoCloseable.close()</code></a>.
<p>
This can generally achieved using a try-with-resources block, e.g.:
-
+
<pre>
try (ClosableIterable<Triple> s : graph.iterate(s,p,o)) {
for (Triple t : triples) {
@@ -441,7 +441,7 @@ extends <a href="../../../../../org/apac
}
}
</pre>
-
+
If you don't use a try-with-resources block, the iterator will attempt to
close the ClosableIterable when reaching the end of the iteration.</div>
<dl>
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/RDF4JGraphLike.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/RDF4JGraphLike.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/RDF4JGraphLike.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RDF4JGraphLike (Commons RDF 0.4.0-SNAPSHOT API)</title>
+<title>RDF4JGraphLike (Commons RDF 0.5.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="RDF4JGraphLike (Commons RDF 0.4.0-SNAPSHOT
API)";
+ parent.document.title="RDF4JGraphLike (Commons RDF 0.5.0 API)";
}
}
catch(err) {
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/RDF4JIRI.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/RDF4JIRI.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/RDF4JIRI.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RDF4JIRI (Commons RDF 0.4.0-SNAPSHOT API)</title>
+<title>RDF4JIRI (Commons RDF 0.5.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="RDF4JIRI (Commons RDF 0.4.0-SNAPSHOT API)";
+ parent.document.title="RDF4JIRI (Commons RDF 0.5.0 API)";
}
}
catch(err) {
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/RDF4JLiteral.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/RDF4JLiteral.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/RDF4JLiteral.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RDF4JLiteral (Commons RDF 0.4.0-SNAPSHOT API)</title>
+<title>RDF4JLiteral (Commons RDF 0.5.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="RDF4JLiteral (Commons RDF 0.4.0-SNAPSHOT
API)";
+ parent.document.title="RDF4JLiteral (Commons RDF 0.5.0 API)";
}
}
catch(err) {
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/RDF4JQuad.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/RDF4JQuad.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/RDF4JQuad.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RDF4JQuad (Commons RDF 0.4.0-SNAPSHOT API)</title>
+<title>RDF4JQuad (Commons RDF 0.5.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="RDF4JQuad (Commons RDF 0.4.0-SNAPSHOT API)";
+ parent.document.title="RDF4JQuad (Commons RDF 0.5.0 API)";
}
}
catch(err) {
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/RDF4JTerm.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/RDF4JTerm.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/RDF4JTerm.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RDF4JTerm (Commons RDF 0.4.0-SNAPSHOT API)</title>
+<title>RDF4JTerm (Commons RDF 0.5.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="RDF4JTerm (Commons RDF 0.4.0-SNAPSHOT API)";
+ parent.document.title="RDF4JTerm (Commons RDF 0.5.0 API)";
}
}
catch(err) {
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/RDF4JTriple.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/RDF4JTriple.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/RDF4JTriple.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RDF4JTriple (Commons RDF 0.4.0-SNAPSHOT API)</title>
+<title>RDF4JTriple (Commons RDF 0.5.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="RDF4JTriple (Commons RDF 0.4.0-SNAPSHOT
API)";
+ parent.document.title="RDF4JTriple (Commons RDF 0.5.0 API)";
}
}
catch(err) {
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/RDF4JTripleLike.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/RDF4JTripleLike.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/RDF4JTripleLike.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RDF4JTripleLike (Commons RDF 0.4.0-SNAPSHOT API)</title>
+<title>RDF4JTripleLike (Commons RDF 0.5.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="RDF4JTripleLike (Commons RDF 0.4.0-SNAPSHOT
API)";
+ parent.document.title="RDF4JTripleLike (Commons RDF 0.5.0 API)";
}
}
catch(err) {
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/ClosableIterable.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/ClosableIterable.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/ClosableIterable.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.commons.rdf.rdf4j.ClosableIterable
(Commons RDF 0.4.0-SNAPSHOT API)</title>
+<title>Uses of Interface org.apache.commons.rdf.rdf4j.ClosableIterable
(Commons RDF 0.5.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Interface
org.apache.commons.rdf.rdf4j.ClosableIterable (Commons RDF 0.4.0-SNAPSHOT API)";
+ parent.document.title="Uses of Interface
org.apache.commons.rdf.rdf4j.ClosableIterable (Commons RDF 0.5.0 API)";
}
}
catch(err) {
@@ -113,7 +113,7 @@
<tr class="rowColor">
<td class="colFirst"><code><a
href="../../../../../../org/apache/commons/rdf/rdf4j/ClosableIterable.html"
title="interface in org.apache.commons.rdf.rdf4j">ClosableIterable</a><<a
href="../../../../../../org/apache/commons/rdf/api/Triple.html"
title="interface in org.apache.commons.rdf.api">Triple</a>></code></td>
<td class="colLast"><span class="typeNameLabel">RDF4JGraph.</span><code><span
class="memberNameLink"><a
href="../../../../../../org/apache/commons/rdf/rdf4j/RDF4JGraph.html#iterate--">iterate</a></span>()</code>
-<div class="block">Get an Iterable for iterating over all triples in the
graph.</div>
+<div class="block">Gets an Iterable for iterating over all triples in the
graph.</div>
</td>
</tr>
<tr class="altColor">
@@ -121,7 +121,7 @@
<td class="colLast"><span class="typeNameLabel">RDF4JGraph.</span><code><span
class="memberNameLink"><a
href="../../../../../../org/apache/commons/rdf/rdf4j/RDF4JGraph.html#iterate-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">iterate</a></span>(<a
href="../../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html"
title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a> subject,
<a href="../../../../../../org/apache/commons/rdf/api/IRI.html"
title="interface in org.apache.commons.rdf.api">IRI</a> predicate,
<a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html"
title="interface in org.apache.commons.rdf.api">RDFTerm</a> object)</code>
-<div class="block">Get an Iterable for iterating over the triples in the graph
that match
+<div class="block">Gets an Iterable for iterating over the triples in the
graph that match
the pattern.</div>
</td>
</tr>
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4J.Option.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4J.Option.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4J.Option.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.commons.rdf.rdf4j.RDF4J.Option (Commons RDF
0.4.0-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.rdf.rdf4j.RDF4J.Option (Commons RDF
0.5.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.commons.rdf.rdf4j.RDF4J.Option (Commons RDF 0.4.0-SNAPSHOT API)";
+ parent.document.title="Uses of Class
org.apache.commons.rdf.rdf4j.RDF4J.Option (Commons RDF 0.5.0 API)";
}
}
catch(err) {
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4J.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4J.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4J.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.commons.rdf.rdf4j.RDF4J (Commons RDF
0.4.0-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.rdf.rdf4j.RDF4J (Commons RDF 0.5.0
API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.commons.rdf.rdf4j.RDF4J (Commons RDF 0.4.0-SNAPSHOT API)";
+ parent.document.title="Uses of Class
org.apache.commons.rdf.rdf4j.RDF4J (Commons RDF 0.5.0 API)";
}
}
catch(err) {
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4JBlankNode.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4JBlankNode.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4JBlankNode.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.commons.rdf.rdf4j.RDF4JBlankNode (Commons
RDF 0.4.0-SNAPSHOT API)</title>
+<title>Uses of Interface org.apache.commons.rdf.rdf4j.RDF4JBlankNode (Commons
RDF 0.5.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Interface
org.apache.commons.rdf.rdf4j.RDF4JBlankNode (Commons RDF 0.4.0-SNAPSHOT API)";
+ parent.document.title="Uses of Interface
org.apache.commons.rdf.rdf4j.RDF4JBlankNode (Commons RDF 0.5.0 API)";
}
}
catch(err) {
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4JBlankNodeOrIRI.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4JBlankNodeOrIRI.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4JBlankNodeOrIRI.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.commons.rdf.rdf4j.RDF4JBlankNodeOrIRI
(Commons RDF 0.4.0-SNAPSHOT API)</title>
+<title>Uses of Interface org.apache.commons.rdf.rdf4j.RDF4JBlankNodeOrIRI
(Commons RDF 0.5.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Interface
org.apache.commons.rdf.rdf4j.RDF4JBlankNodeOrIRI (Commons RDF 0.4.0-SNAPSHOT
API)";
+ parent.document.title="Uses of Interface
org.apache.commons.rdf.rdf4j.RDF4JBlankNodeOrIRI (Commons RDF 0.5.0 API)";
}
}
catch(err) {
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4JDataset.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4JDataset.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4JDataset.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.commons.rdf.rdf4j.RDF4JDataset (Commons
RDF 0.4.0-SNAPSHOT API)</title>
+<title>Uses of Interface org.apache.commons.rdf.rdf4j.RDF4JDataset (Commons
RDF 0.5.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Interface
org.apache.commons.rdf.rdf4j.RDF4JDataset (Commons RDF 0.4.0-SNAPSHOT API)";
+ parent.document.title="Uses of Interface
org.apache.commons.rdf.rdf4j.RDF4JDataset (Commons RDF 0.5.0 API)";
}
}
catch(err) {
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4JGraph.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4JGraph.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4JGraph.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.commons.rdf.rdf4j.RDF4JGraph (Commons RDF
0.4.0-SNAPSHOT API)</title>
+<title>Uses of Interface org.apache.commons.rdf.rdf4j.RDF4JGraph (Commons RDF
0.5.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Interface
org.apache.commons.rdf.rdf4j.RDF4JGraph (Commons RDF 0.4.0-SNAPSHOT API)";
+ parent.document.title="Uses of Interface
org.apache.commons.rdf.rdf4j.RDF4JGraph (Commons RDF 0.5.0 API)";
}
}
catch(err) {
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4JGraphLike.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4JGraphLike.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4JGraphLike.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.commons.rdf.rdf4j.RDF4JGraphLike (Commons
RDF 0.4.0-SNAPSHOT API)</title>
+<title>Uses of Interface org.apache.commons.rdf.rdf4j.RDF4JGraphLike (Commons
RDF 0.5.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Interface
org.apache.commons.rdf.rdf4j.RDF4JGraphLike (Commons RDF 0.4.0-SNAPSHOT API)";
+ parent.document.title="Uses of Interface
org.apache.commons.rdf.rdf4j.RDF4JGraphLike (Commons RDF 0.5.0 API)";
}
}
catch(err) {
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4JIRI.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4JIRI.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4JIRI.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.commons.rdf.rdf4j.RDF4JIRI (Commons RDF
0.4.0-SNAPSHOT API)</title>
+<title>Uses of Interface org.apache.commons.rdf.rdf4j.RDF4JIRI (Commons RDF
0.5.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Interface
org.apache.commons.rdf.rdf4j.RDF4JIRI (Commons RDF 0.4.0-SNAPSHOT API)";
+ parent.document.title="Uses of Interface
org.apache.commons.rdf.rdf4j.RDF4JIRI (Commons RDF 0.5.0 API)";
}
}
catch(err) {
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4JLiteral.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4JLiteral.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4JLiteral.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.commons.rdf.rdf4j.RDF4JLiteral (Commons
RDF 0.4.0-SNAPSHOT API)</title>
+<title>Uses of Interface org.apache.commons.rdf.rdf4j.RDF4JLiteral (Commons
RDF 0.5.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Interface
org.apache.commons.rdf.rdf4j.RDF4JLiteral (Commons RDF 0.4.0-SNAPSHOT API)";
+ parent.document.title="Uses of Interface
org.apache.commons.rdf.rdf4j.RDF4JLiteral (Commons RDF 0.5.0 API)";
}
}
catch(err) {
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4JQuad.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4JQuad.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4JQuad.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.commons.rdf.rdf4j.RDF4JQuad (Commons RDF
0.4.0-SNAPSHOT API)</title>
+<title>Uses of Interface org.apache.commons.rdf.rdf4j.RDF4JQuad (Commons RDF
0.5.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Interface
org.apache.commons.rdf.rdf4j.RDF4JQuad (Commons RDF 0.4.0-SNAPSHOT API)";
+ parent.document.title="Uses of Interface
org.apache.commons.rdf.rdf4j.RDF4JQuad (Commons RDF 0.5.0 API)";
}
}
catch(err) {
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4JTerm.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4JTerm.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4JTerm.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.commons.rdf.rdf4j.RDF4JTerm (Commons RDF
0.4.0-SNAPSHOT API)</title>
+<title>Uses of Interface org.apache.commons.rdf.rdf4j.RDF4JTerm (Commons RDF
0.5.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Interface
org.apache.commons.rdf.rdf4j.RDF4JTerm (Commons RDF 0.4.0-SNAPSHOT API)";
+ parent.document.title="Uses of Interface
org.apache.commons.rdf.rdf4j.RDF4JTerm (Commons RDF 0.5.0 API)";
}
}
catch(err) {
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4JTriple.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4JTriple.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4JTriple.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.commons.rdf.rdf4j.RDF4JTriple (Commons RDF
0.4.0-SNAPSHOT API)</title>
+<title>Uses of Interface org.apache.commons.rdf.rdf4j.RDF4JTriple (Commons RDF
0.5.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Interface
org.apache.commons.rdf.rdf4j.RDF4JTriple (Commons RDF 0.4.0-SNAPSHOT API)";
+ parent.document.title="Uses of Interface
org.apache.commons.rdf.rdf4j.RDF4JTriple (Commons RDF 0.5.0 API)";
}
}
catch(err) {
@@ -132,7 +132,7 @@
<tr class="altColor">
<td class="colFirst"><code><a
href="https://docs.oracle.com/javase/8/docs/api/java/util/stream/Stream.html?is-external=true"
title="class or interface in java.util.stream">Stream</a><<a
href="../../../../../../org/apache/commons/rdf/rdf4j/RDF4JTriple.html"
title="interface in
org.apache.commons.rdf.rdf4j">RDF4JTriple</a>></code></td>
<td class="colLast"><span class="typeNameLabel">RDF4JGraph.</span><code><span
class="memberNameLink"><a
href="../../../../../../org/apache/commons/rdf/rdf4j/RDF4JGraph.html#stream--">stream</a></span>()</code>
-<div class="block">Get all triples contained by the graph.<br></div>
+<div class="block">Gets all triples contained by the graph.<br></div>
</td>
</tr>
<tr class="rowColor">
@@ -140,7 +140,7 @@
<td class="colLast"><span class="typeNameLabel">RDF4JGraph.</span><code><span
class="memberNameLink"><a
href="../../../../../../org/apache/commons/rdf/rdf4j/RDF4JGraph.html#stream-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">stream</a></span>(<a
href="../../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html"
title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a> subject,
<a href="../../../../../../org/apache/commons/rdf/api/IRI.html"
title="interface in org.apache.commons.rdf.api">IRI</a> predicate,
<a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html"
title="interface in org.apache.commons.rdf.api">RDFTerm</a> object)</code>
-<div class="block">Get all triples contained by the graph matched with the
pattern.</div>
+<div class="block">Gets all triples contained by the graph matched with the
pattern.</div>
</td>
</tr>
</tbody>
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4JTripleLike.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4JTripleLike.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/class-use/RDF4JTripleLike.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.commons.rdf.rdf4j.RDF4JTripleLike (Commons
RDF 0.4.0-SNAPSHOT API)</title>
+<title>Uses of Interface org.apache.commons.rdf.rdf4j.RDF4JTripleLike (Commons
RDF 0.5.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Interface
org.apache.commons.rdf.rdf4j.RDF4JTripleLike (Commons RDF 0.4.0-SNAPSHOT API)";
+ parent.document.title="Uses of Interface
org.apache.commons.rdf.rdf4j.RDF4JTripleLike (Commons RDF 0.5.0 API)";
}
}
catch(err) {
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/experimental/RDF4JParser.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/experimental/RDF4JParser.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/experimental/RDF4JParser.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RDF4JParser (Commons RDF 0.4.0-SNAPSHOT API)</title>
+<title>RDF4JParser (Commons RDF 0.5.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="RDF4JParser (Commons RDF 0.4.0-SNAPSHOT
API)";
+ parent.document.title="RDF4JParser (Commons RDF 0.5.0 API)";
}
}
catch(err) {
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/experimental/class-use/RDF4JParser.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/experimental/class-use/RDF4JParser.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/experimental/class-use/RDF4JParser.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.commons.rdf.rdf4j.experimental.RDF4JParser
(Commons RDF 0.4.0-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.rdf.rdf4j.experimental.RDF4JParser
(Commons RDF 0.5.0 API)</title>
<link rel="stylesheet" type="text/css"
href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.commons.rdf.rdf4j.experimental.RDF4JParser (Commons RDF
0.4.0-SNAPSHOT API)";
+ parent.document.title="Uses of Class
org.apache.commons.rdf.rdf4j.experimental.RDF4JParser (Commons RDF 0.5.0 API)";
}
}
catch(err) {
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/experimental/package-frame.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/experimental/package-frame.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/experimental/package-frame.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.commons.rdf.rdf4j.experimental (Commons RDF 0.4.0-SNAPSHOT
API)</title>
+<title>org.apache.commons.rdf.rdf4j.experimental (Commons RDF 0.5.0
API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/experimental/package-summary.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/experimental/package-summary.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/experimental/package-summary.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.commons.rdf.rdf4j.experimental (Commons RDF 0.4.0-SNAPSHOT
API)</title>
+<title>org.apache.commons.rdf.rdf4j.experimental (Commons RDF 0.5.0
API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="org.apache.commons.rdf.rdf4j.experimental
(Commons RDF 0.4.0-SNAPSHOT API)";
+ parent.document.title="org.apache.commons.rdf.rdf4j.experimental
(Commons RDF 0.5.0 API)";
}
}
catch(err) {
@@ -108,7 +108,7 @@
When a class has stabilized, it will move to the
<a
href="../../../../../../org/apache/commons/rdf/rdf4j/package-summary.html"><code>org.apache.commons.rdf.rdf4j</code></a>
package.
<ul>
- <li><code>RDF4JParser</code> - an RDF4J-backed implementations of
+ <li><a
href="../../../../../../org/apache/commons/rdf/rdf4j/experimental/RDF4JParser.html"
title="class in
org.apache.commons.rdf.rdf4j.experimental"><code>RDF4JParser</code></a> - an
RDF4J-backed implementations of
<a
href="../../../../../../org/apache/commons/rdf/experimental/RDFParser.html"
title="interface in
org.apache.commons.rdf.experimental"><code>RDFParser</code></a>.</li>
</ul></div>
</div>
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/experimental/package-tree.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/experimental/package-tree.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/experimental/package-tree.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.commons.rdf.rdf4j.experimental Class Hierarchy (Commons RDF
0.4.0-SNAPSHOT API)</title>
+<title>org.apache.commons.rdf.rdf4j.experimental Class Hierarchy (Commons RDF
0.5.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="org.apache.commons.rdf.rdf4j.experimental
Class Hierarchy (Commons RDF 0.4.0-SNAPSHOT API)";
+ parent.document.title="org.apache.commons.rdf.rdf4j.experimental
Class Hierarchy (Commons RDF 0.5.0 API)";
}
}
catch(err) {
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/experimental/package-use.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/experimental/package-use.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/experimental/package-use.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.commons.rdf.rdf4j.experimental (Commons RDF
0.4.0-SNAPSHOT API)</title>
+<title>Uses of Package org.apache.commons.rdf.rdf4j.experimental (Commons RDF
0.5.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Package
org.apache.commons.rdf.rdf4j.experimental (Commons RDF 0.4.0-SNAPSHOT API)";
+ parent.document.title="Uses of Package
org.apache.commons.rdf.rdf4j.experimental (Commons RDF 0.5.0 API)";
}
}
catch(err) {
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/impl/InternalRDF4JFactory.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/impl/InternalRDF4JFactory.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/impl/InternalRDF4JFactory.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>InternalRDF4JFactory (Commons RDF 0.4.0-SNAPSHOT API)</title>
+<title>InternalRDF4JFactory (Commons RDF 0.5.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="InternalRDF4JFactory (Commons RDF
0.4.0-SNAPSHOT API)";
+ parent.document.title="InternalRDF4JFactory (Commons RDF 0.5.0
API)";
}
}
catch(err) {
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/impl/class-use/InternalRDF4JFactory.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/impl/class-use/InternalRDF4JFactory.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/impl/class-use/InternalRDF4JFactory.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.commons.rdf.rdf4j.impl.InternalRDF4JFactory
(Commons RDF 0.4.0-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.rdf.rdf4j.impl.InternalRDF4JFactory
(Commons RDF 0.5.0 API)</title>
<link rel="stylesheet" type="text/css"
href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.commons.rdf.rdf4j.impl.InternalRDF4JFactory (Commons RDF
0.4.0-SNAPSHOT API)";
+ parent.document.title="Uses of Class
org.apache.commons.rdf.rdf4j.impl.InternalRDF4JFactory (Commons RDF 0.5.0 API)";
}
}
catch(err) {
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/impl/package-frame.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/impl/package-frame.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/impl/package-frame.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.commons.rdf.rdf4j.impl (Commons RDF 0.4.0-SNAPSHOT
API)</title>
+<title>org.apache.commons.rdf.rdf4j.impl (Commons RDF 0.5.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/impl/package-summary.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/impl/package-summary.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/impl/package-summary.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.commons.rdf.rdf4j.impl (Commons RDF 0.4.0-SNAPSHOT
API)</title>
+<title>org.apache.commons.rdf.rdf4j.impl (Commons RDF 0.5.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="org.apache.commons.rdf.rdf4j.impl (Commons
RDF 0.4.0-SNAPSHOT API)";
+ parent.document.title="org.apache.commons.rdf.rdf4j.impl (Commons
RDF 0.5.0 API)";
}
}
catch(err) {
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/impl/package-tree.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/impl/package-tree.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/impl/package-tree.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.commons.rdf.rdf4j.impl Class Hierarchy (Commons RDF
0.4.0-SNAPSHOT API)</title>
+<title>org.apache.commons.rdf.rdf4j.impl Class Hierarchy (Commons RDF 0.5.0
API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="org.apache.commons.rdf.rdf4j.impl Class
Hierarchy (Commons RDF 0.4.0-SNAPSHOT API)";
+ parent.document.title="org.apache.commons.rdf.rdf4j.impl Class
Hierarchy (Commons RDF 0.5.0 API)";
}
}
catch(err) {
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/impl/package-use.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/impl/package-use.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/impl/package-use.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.commons.rdf.rdf4j.impl (Commons RDF
0.4.0-SNAPSHOT API)</title>
+<title>Uses of Package org.apache.commons.rdf.rdf4j.impl (Commons RDF 0.5.0
API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Package
org.apache.commons.rdf.rdf4j.impl (Commons RDF 0.4.0-SNAPSHOT API)";
+ parent.document.title="Uses of Package
org.apache.commons.rdf.rdf4j.impl (Commons RDF 0.5.0 API)";
}
}
catch(err) {
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/package-frame.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/package-frame.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/package-frame.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.commons.rdf.rdf4j (Commons RDF 0.4.0-SNAPSHOT API)</title>
+<title>org.apache.commons.rdf.rdf4j (Commons RDF 0.5.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/package-summary.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/package-summary.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/package-summary.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.commons.rdf.rdf4j (Commons RDF 0.4.0-SNAPSHOT API)</title>
+<title>org.apache.commons.rdf.rdf4j (Commons RDF 0.5.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="org.apache.commons.rdf.rdf4j (Commons RDF
0.4.0-SNAPSHOT API)";
+ parent.document.title="org.apache.commons.rdf.rdf4j (Commons RDF
0.5.0 API)";
}
}
catch(err) {
@@ -204,28 +204,28 @@
<h2 title="Package org.apache.commons.rdf.rdf4j Description">Package
org.apache.commons.rdf.rdf4j Description</h2>
<div class="block">Commons RDF integration with <a
href="http://rdf4j.org/">RDF4J</a>.
<p>
- Use the <code>RDF4J</code> to convert between Commons RDF and RDF4J types, for
- instance <code>RDF4J#asQuad(org.eclipse.rdf4j.model.Statement)</code>
converts a
+ Use the <a href="../../../../../org/apache/commons/rdf/rdf4j/RDF4J.html"
title="class in org.apache.commons.rdf.rdf4j"><code>RDF4J</code></a> to convert
between Commons RDF and RDF4J types, for
+ instance <a
href="../../../../../org/apache/commons/rdf/rdf4j/RDF4J.html#asQuad-org.eclipse.rdf4j.model.Statement-"><code>RDF4J.asQuad(org.eclipse.rdf4j.model.Statement)</code></a>
converts a
RDF4J <code>Statement</code> to a
<a href="../../../../../org/apache/commons/rdf/api/Quad.html"
title="interface in org.apache.commons.rdf.api"><code>Quad</code></a>.
Converted RDF terms implement the
- <code>RDF4JTerm</code> interface, and converted statements the
- <code>RDF4JTripleLike</code> interface, which provide convenience access to
the
+ <a href="../../../../../org/apache/commons/rdf/rdf4j/RDF4JTerm.html"
title="interface in org.apache.commons.rdf.rdf4j"><code>RDF4JTerm</code></a>
interface, and converted statements the
+ <a href="../../../../../org/apache/commons/rdf/rdf4j/RDF4JTripleLike.html"
title="interface in
org.apache.commons.rdf.rdf4j"><code>RDF4JTripleLike</code></a> interface, which
provide convenience access to the
underlying RDF4J implementations.
<p>
RDF4J <code>Model</code>s and
<code>Repository</code> instances can be adapted to
- Commons RDF <code>Graph</code> and <code>Dataset</code>, e.g. using
- <code>RDF4J#asGraph(org.eclipse.rdf4j.model.Model)</code> or
- <code>RDF4J#asDataset(org.eclipse.rdf4j.repository.Repository,
RDF4J.Option...)</code>
+ Commons RDF <a href="../../../../../org/apache/commons/rdf/api/Graph.html"
title="interface in org.apache.commons.rdf.api"><code>Graph</code></a> and <a
href="../../../../../org/apache/commons/rdf/api/Dataset.html" title="interface
in org.apache.commons.rdf.api"><code>Dataset</code></a>, e.g. using
+ <a
href="../../../../../org/apache/commons/rdf/rdf4j/RDF4J.html#asGraph-org.eclipse.rdf4j.model.Model-"><code>RDF4J.asGraph(org.eclipse.rdf4j.model.Model)</code></a>
or
+ <a
href="../../../../../org/apache/commons/rdf/rdf4j/RDF4J.html#asDataset-org.eclipse.rdf4j.repository.Repository-org.apache.commons.rdf.rdf4j.RDF4J.Option...-"><code>RDF4J.asDataset(org.eclipse.rdf4j.repository.Repository,
RDF4J.Option...)</code></a>
The returned adapted graph/dataset is directly mapped, so changes are
propagated both ways. For convenience, the marker interface
- <code>RDF4JGraph</code> and <code>RDF4JDataset</code> provide access to the
underlying
+ <a href="../../../../../org/apache/commons/rdf/rdf4j/RDF4JGraph.html"
title="interface in org.apache.commons.rdf.rdf4j"><code>RDF4JGraph</code></a>
and <a href="../../../../../org/apache/commons/rdf/rdf4j/RDF4JDataset.html"
title="interface in org.apache.commons.rdf.rdf4j"><code>RDF4JDataset</code></a>
provide access to the underlying
RDF4J implementations.
<p>
- The <code>RDF4JParser</code> can be used to parse RDF files using RDF4j. It
should
- be most efficient if used with <code>RDF4JParser#target(Dataset)</code> and an
- adapted <code>RDF4JDataset</code>, or <code>RDF4JParser#target(Graph)</code>
and a an
- adapted <code>RDF4JGraph</code></div>
+ The <a
href="../../../../../org/apache/commons/rdf/rdf4j/experimental/RDF4JParser.html"
title="class in
org.apache.commons.rdf.rdf4j.experimental"><code>RDF4JParser</code></a> can be
used to parse RDF files using RDF4j. It should
+ be most efficient if used with <a
href="../../../../../org/apache/commons/rdf/simple/experimental/AbstractRDFParser.html#target-org.apache.commons.rdf.api.Dataset-"><code>AbstractRDFParser.target(Dataset)</code></a>
and an
+ adapted <a
href="../../../../../org/apache/commons/rdf/rdf4j/RDF4JDataset.html"
title="interface in
org.apache.commons.rdf.rdf4j"><code>RDF4JDataset</code></a>, or <a
href="../../../../../org/apache/commons/rdf/simple/experimental/AbstractRDFParser.html#target-org.apache.commons.rdf.api.Graph-"><code>AbstractRDFParser.target(Graph)</code></a>
and a an
+ adapted <a href="../../../../../org/apache/commons/rdf/rdf4j/RDF4JGraph.html"
title="interface in
org.apache.commons.rdf.rdf4j"><code>RDF4JGraph</code></a></div>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/package-tree.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/package-tree.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/package-tree.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.commons.rdf.rdf4j Class Hierarchy (Commons RDF
0.4.0-SNAPSHOT API)</title>
+<title>org.apache.commons.rdf.rdf4j Class Hierarchy (Commons RDF 0.5.0
API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="org.apache.commons.rdf.rdf4j Class
Hierarchy (Commons RDF 0.4.0-SNAPSHOT API)";
+ parent.document.title="org.apache.commons.rdf.rdf4j Class
Hierarchy (Commons RDF 0.5.0 API)";
}
}
catch(err) {
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/package-use.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/package-use.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/rdf4j/package-use.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.commons.rdf.rdf4j (Commons RDF
0.4.0-SNAPSHOT API)</title>
+<title>Uses of Package org.apache.commons.rdf.rdf4j (Commons RDF 0.5.0
API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Package
org.apache.commons.rdf.rdf4j (Commons RDF 0.4.0-SNAPSHOT API)";
+ parent.document.title="Uses of Package
org.apache.commons.rdf.rdf4j (Commons RDF 0.5.0 API)";
}
}
catch(err) {