Modified: 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/DatasetGraphView.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/DatasetGraphView.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/DatasetGraphView.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>DatasetGraphView (Commons RDF 0.4.0-SNAPSHOT API)</title>
+<title>DatasetGraphView (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="DatasetGraphView (Commons RDF 
0.4.0-SNAPSHOT API)";
+            parent.document.title="DatasetGraphView (Commons RDF 0.5.0 API)";
         }
     }
     catch(err) {
@@ -119,14 +119,14 @@ implements <a href="../../../../../org/a
 <div class="block">A <a 
href="../../../../../org/apache/commons/rdf/api/Graph.html" title="interface in 
org.apache.commons.rdf.api"><code>Graph</code></a> view on a <a 
href="../../../../../org/apache/commons/rdf/api/Dataset.html" title="interface 
in org.apache.commons.rdf.api"><code>Dataset</code></a>.
  <p>
  This view is backed by a <a 
href="../../../../../org/apache/commons/rdf/api/Dataset.html" title="interface 
in org.apache.commons.rdf.api"><code>Dataset</code></a>, and can be constructed 
in two ways:
- 
+
  <dl>
  <dt><a 
href="../../../../../org/apache/commons/rdf/simple/DatasetGraphView.html#DatasetGraphView-org.apache.commons.rdf.api.Dataset-"><code>DatasetGraphView(Dataset)</code></a></dt>
  <dd>Expose a <em>union graph</em> view of the Dataset, where all the
  <a href="../../../../../org/apache/commons/rdf/api/Quad.html" 
title="interface in org.apache.commons.rdf.api"><code>Quad</code></a>s of the 
Dataset is represented as a <a 
href="../../../../../org/apache/commons/rdf/api/Triple.html" title="interface 
in org.apache.commons.rdf.api"><code>Triple</code></a>. Adding
  triples will add them to the <em>default graph</em>, while removing triples
  will remove from all graphs.</dd>
- 
+
  <dt><a 
href="../../../../../org/apache/commons/rdf/simple/DatasetGraphView.html#DatasetGraphView-org.apache.commons.rdf.api.Dataset-org.apache.commons.rdf.api.BlankNodeOrIRI-"><code>DatasetGraphView(Dataset,
 BlankNodeOrIRI)</code></a></dt>
  <dd>Expose a particular graph of the Dataset, either named by an <a 
href="../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in 
org.apache.commons.rdf.api"><code>IRI</code></a>,
  a <a href="../../../../../org/apache/commons/rdf/api/BlankNode.html" 
title="interface in org.apache.commons.rdf.api"><code>BlankNode</code></a>, or 
<code>null</code> for the <em>default
@@ -179,27 +179,27 @@ implements <a href="../../../../../org/a
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/commons/rdf/simple/DatasetGraphView.html#add-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">add</a></span>(<a
 href="../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html" 
title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a>&nbsp;subject,
    <a href="../../../../../org/apache/commons/rdf/api/IRI.html" 
title="interface in org.apache.commons.rdf.api">IRI</a>&nbsp;predicate,
    <a href="../../../../../org/apache/commons/rdf/api/RDFTerm.html" 
title="interface in org.apache.commons.rdf.api">RDFTerm</a>&nbsp;object)</code>
-<div class="block">Add a triple to the graph, possibly mapping any of the 
components to
+<div class="block">Adds a triple to the graph, possibly mapping any of the 
components to
  those supported by this Graph.</div>
 </td>
 </tr>
 <tr id="i1" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/commons/rdf/simple/DatasetGraphView.html#add-org.apache.commons.rdf.api.Triple-">add</a></span>(<a
 href="../../../../../org/apache/commons/rdf/api/Triple.html" title="interface 
in org.apache.commons.rdf.api">Triple</a>&nbsp;triple)</code>
-<div class="block">Add a triple to the graph, possibly mapping any of the 
components of the
+<div class="block">Adds a triple to the graph, possibly mapping any of the 
components of the
  Triple to those supported by this Graph.</div>
 </td>
 </tr>
 <tr id="i2" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/commons/rdf/simple/DatasetGraphView.html#clear--">clear</a></span>()</code>
-<div class="block">Clear the graph, removing all triples.</div>
+<div class="block">Clears the graph, removing all triples.</div>
 </td>
 </tr>
 <tr id="i3" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/commons/rdf/simple/DatasetGraphView.html#close--">close</a></span>()</code>
-<div class="block">Close the graph, relinquishing any underlying 
resources.</div>
+<div class="block">Closes the graph, relinquishing any underlying 
resources.</div>
 </td>
 </tr>
 <tr id="i4" class="altColor">
@@ -207,13 +207,13 @@ implements <a href="../../../../../org/a
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/commons/rdf/simple/DatasetGraphView.html#contains-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">contains</a></span>(<a
 href="../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html" 
title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a>&nbsp;subject,
         <a href="../../../../../org/apache/commons/rdf/api/IRI.html" 
title="interface in org.apache.commons.rdf.api">IRI</a>&nbsp;predicate,
         <a href="../../../../../org/apache/commons/rdf/api/RDFTerm.html" 
title="interface in org.apache.commons.rdf.api">RDFTerm</a>&nbsp;object)</code>
-<div class="block">Check if graph contains a pattern of triples.</div>
+<div class="block">Checks if graph contains a pattern of triples.</div>
 </td>
 </tr>
 <tr id="i5" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/commons/rdf/simple/DatasetGraphView.html#contains-org.apache.commons.rdf.api.Triple-">contains</a></span>(<a
 href="../../../../../org/apache/commons/rdf/api/Triple.html" title="interface 
in org.apache.commons.rdf.api">Triple</a>&nbsp;triple)</code>
-<div class="block">Check if graph contains triple.</div>
+<div class="block">Checks if graph contains triple.</div>
 </td>
 </tr>
 <tr id="i6" class="altColor">
@@ -221,13 +221,13 @@ implements <a href="../../../../../org/a
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/commons/rdf/simple/DatasetGraphView.html#remove-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">remove</a></span>(<a
 href="../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html" 
title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a>&nbsp;subject,
       <a href="../../../../../org/apache/commons/rdf/api/IRI.html" 
title="interface in org.apache.commons.rdf.api">IRI</a>&nbsp;predicate,
       <a href="../../../../../org/apache/commons/rdf/api/RDFTerm.html" 
title="interface in org.apache.commons.rdf.api">RDFTerm</a>&nbsp;object)</code>
-<div class="block">Remove a concrete pattern of triples from the graph.</div>
+<div class="block">Removes a concrete pattern of triples from the graph.</div>
 </td>
 </tr>
 <tr id="i7" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/commons/rdf/simple/DatasetGraphView.html#remove-org.apache.commons.rdf.api.Triple-">remove</a></span>(<a
 href="../../../../../org/apache/commons/rdf/api/Triple.html" title="interface 
in org.apache.commons.rdf.api">Triple</a>&nbsp;triple)</code>
-<div class="block">Remove a concrete triple from the graph.</div>
+<div class="block">Removes a concrete triple from the graph.</div>
 </td>
 </tr>
 <tr id="i8" class="altColor">
@@ -239,7 +239,7 @@ implements <a href="../../../../../org/a
 <tr id="i9" 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>&lt;? extends <a 
href="../../../../../org/apache/commons/rdf/api/Triple.html" title="interface 
in org.apache.commons.rdf.api">Triple</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/commons/rdf/simple/DatasetGraphView.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="i10" class="altColor">
@@ -247,7 +247,7 @@ implements <a href="../../../../../org/a
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/commons/rdf/simple/DatasetGraphView.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>&nbsp;subject,
       <a href="../../../../../org/apache/commons/rdf/api/IRI.html" 
title="interface in org.apache.commons.rdf.api">IRI</a>&nbsp;predicate,
       <a href="../../../../../org/apache/commons/rdf/api/RDFTerm.html" 
title="interface in org.apache.commons.rdf.api">RDFTerm</a>&nbsp;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>
@@ -315,7 +315,7 @@ implements <a href="../../../../../org/a
 <pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/commons/rdf/simple/DatasetGraphView.html#line.72">close</a>()
            throws <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true";
 title="class or interface in java.lang">Exception</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../org/apache/commons/rdf/api/Graph.html#close--">Graph</a></code></span></div>
-<div class="block">Close the graph, relinquishing any underlying resources.
+<div class="block">Closes the graph, relinquishing any underlying resources.
  <p>
  For example, this would close any open file and network streams and free
  database locks held by the Graph implementation.
@@ -343,7 +343,7 @@ implements <a href="../../../../../org/a
 <h4>add</h4>
 <pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/commons/rdf/simple/DatasetGraphView.html#line.78">add</a>(<a
 href="../../../../../org/apache/commons/rdf/api/Triple.html" title="interface 
in org.apache.commons.rdf.api">Triple</a>&nbsp;triple)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../org/apache/commons/rdf/api/Graph.html#add-org.apache.commons.rdf.api.Triple-">Graph</a></code></span></div>
-<div class="block">Add a triple to the graph, possibly mapping any of the 
components of the
+<div class="block">Adds a triple to the graph, possibly mapping any of the 
components of the
  Triple to those supported by this Graph.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@@ -365,7 +365,7 @@ implements <a href="../../../../../org/a
                 <a href="../../../../../org/apache/commons/rdf/api/IRI.html" 
title="interface in org.apache.commons.rdf.api">IRI</a>&nbsp;predicate,
                 <a 
href="../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface 
in org.apache.commons.rdf.api">RDFTerm</a>&nbsp;object)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../org/apache/commons/rdf/api/Graph.html#add-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">Graph</a></code></span></div>
-<div class="block">Add a triple to the graph, possibly mapping any of the 
components to
+<div class="block">Adds a triple to the graph, possibly mapping any of the 
components to
  those supported by this Graph.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@@ -385,7 +385,7 @@ implements <a href="../../../../../org/a
 <h4>contains</h4>
 <pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/commons/rdf/simple/DatasetGraphView.html#line.88">contains</a>(<a
 href="../../../../../org/apache/commons/rdf/api/Triple.html" title="interface 
in org.apache.commons.rdf.api">Triple</a>&nbsp;triple)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../org/apache/commons/rdf/api/Graph.html#contains-org.apache.commons.rdf.api.Triple-">Graph</a></code></span></div>
-<div class="block">Check if graph contains triple.</div>
+<div class="block">Checks if graph contains triple.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/commons/rdf/api/Graph.html#contains-org.apache.commons.rdf.api.Triple-">contains</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/commons/rdf/api/Graph.html" title="interface in 
org.apache.commons.rdf.api">Graph</a></code></dd>
@@ -408,7 +408,7 @@ implements <a href="../../../../../org/a
                         <a 
href="../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in 
org.apache.commons.rdf.api">IRI</a>&nbsp;predicate,
                         <a 
href="../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface 
in org.apache.commons.rdf.api">RDFTerm</a>&nbsp;object)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../org/apache/commons/rdf/api/Graph.html#contains-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">Graph</a></code></span></div>
-<div class="block">Check if graph contains a pattern of triples.</div>
+<div class="block">Checks if graph contains a pattern of triples.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/commons/rdf/api/Graph.html#contains-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">contains</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/commons/rdf/api/Graph.html" title="interface in 
org.apache.commons.rdf.api">Graph</a></code></dd>
@@ -430,7 +430,7 @@ implements <a href="../../../../../org/a
 <h4>remove</h4>
 <pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/commons/rdf/simple/DatasetGraphView.html#line.105">remove</a>(<a
 href="../../../../../org/apache/commons/rdf/api/Triple.html" title="interface 
in org.apache.commons.rdf.api">Triple</a>&nbsp;triple)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../org/apache/commons/rdf/api/Graph.html#remove-org.apache.commons.rdf.api.Triple-">Graph</a></code></span></div>
-<div class="block">Remove a concrete triple from the graph.</div>
+<div class="block">Removes a concrete triple from the graph.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/commons/rdf/api/Graph.html#remove-org.apache.commons.rdf.api.Triple-">remove</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/commons/rdf/api/Graph.html" title="interface in 
org.apache.commons.rdf.api">Graph</a></code></dd>
@@ -451,7 +451,7 @@ implements <a href="../../../../../org/a
                    <a 
href="../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in 
org.apache.commons.rdf.api">IRI</a>&nbsp;predicate,
                    <a 
href="../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface 
in org.apache.commons.rdf.api">RDFTerm</a>&nbsp;object)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../org/apache/commons/rdf/api/Graph.html#remove-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">Graph</a></code></span></div>
-<div class="block">Remove a concrete pattern of triples from the graph.</div>
+<div class="block">Removes a concrete pattern of triples from the graph.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/commons/rdf/api/Graph.html#remove-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">remove</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/commons/rdf/api/Graph.html" title="interface in 
org.apache.commons.rdf.api">Graph</a></code></dd>
@@ -470,7 +470,7 @@ implements <a href="../../../../../org/a
 <h4>clear</h4>
 <pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/commons/rdf/simple/DatasetGraphView.html#line.115">clear</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../org/apache/commons/rdf/api/Graph.html#clear--">Graph</a></code></span></div>
-<div class="block">Clear the graph, removing all triples.</div>
+<div class="block">Clears the graph, removing all triples.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/commons/rdf/api/Graph.html#clear--">clear</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/commons/rdf/api/Graph.html" title="interface in 
org.apache.commons.rdf.api">Graph</a></code></dd>
@@ -509,7 +509,7 @@ implements <a href="../../../../../org/a
 <h4>stream</h4>
 <pre>public&nbsp;<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>&lt;? extends <a 
href="../../../../../org/apache/commons/rdf/api/Triple.html" title="interface 
in org.apache.commons.rdf.api">Triple</a>&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/commons/rdf/simple/DatasetGraphView.html#line.125">stream</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../org/apache/commons/rdf/api/Graph.html#stream--">Graph</a></code></span></div>
-<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>.
@@ -540,7 +540,7 @@ implements <a href="../../../../../org/a
                                        <a 
href="../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in 
org.apache.commons.rdf.api">IRI</a>&nbsp;predicate,
                                        <a 
href="../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface 
in org.apache.commons.rdf.api">RDFTerm</a>&nbsp;object)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../org/apache/commons/rdf/api/Graph.html#stream-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">Graph</a></code></span></div>
-<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>.

Modified: 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/SimpleRDF.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/SimpleRDF.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/SimpleRDF.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>SimpleRDF (Commons RDF 0.4.0-SNAPSHOT API)</title>
+<title>SimpleRDF (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="SimpleRDF (Commons RDF 0.4.0-SNAPSHOT API)";
+            parent.document.title="SimpleRDF (Commons RDF 0.5.0 API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/SimpleRDFTermFactory.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/SimpleRDFTermFactory.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/SimpleRDFTermFactory.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>SimpleRDFTermFactory (Commons RDF 0.4.0-SNAPSHOT API)</title>
+<title>SimpleRDFTermFactory (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="SimpleRDFTermFactory (Commons RDF 
0.4.0-SNAPSHOT API)";
+            parent.document.title="SimpleRDFTermFactory (Commons RDF 0.5.0 
API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/Types.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/Types.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/Types.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>Types (Commons RDF 0.4.0-SNAPSHOT API)</title>
+<title>Types (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="Types (Commons RDF 0.4.0-SNAPSHOT API)";
+            parent.document.title="Types (Commons RDF 0.5.0 API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/class-use/DatasetGraphView.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/class-use/DatasetGraphView.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/class-use/DatasetGraphView.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.simple.DatasetGraphView (Commons 
RDF 0.4.0-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.rdf.simple.DatasetGraphView (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.simple.DatasetGraphView (Commons RDF 0.4.0-SNAPSHOT 
API)";
+            parent.document.title="Uses of Class 
org.apache.commons.rdf.simple.DatasetGraphView (Commons RDF 0.5.0 API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/class-use/SimpleRDF.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/class-use/SimpleRDF.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/class-use/SimpleRDF.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.simple.SimpleRDF (Commons RDF 
0.4.0-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.rdf.simple.SimpleRDF (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.simple.SimpleRDF (Commons RDF 0.4.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class 
org.apache.commons.rdf.simple.SimpleRDF (Commons RDF 0.5.0 API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/class-use/SimpleRDFTermFactory.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/class-use/SimpleRDFTermFactory.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/class-use/SimpleRDFTermFactory.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.simple.SimpleRDFTermFactory 
(Commons RDF 0.4.0-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.rdf.simple.SimpleRDFTermFactory 
(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.simple.SimpleRDFTermFactory (Commons RDF 0.4.0-SNAPSHOT 
API)";
+            parent.document.title="Uses of Class 
org.apache.commons.rdf.simple.SimpleRDFTermFactory (Commons RDF 0.5.0 API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/class-use/Types.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/class-use/Types.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/class-use/Types.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.simple.Types (Commons RDF 
0.4.0-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.rdf.simple.Types (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.simple.Types (Commons RDF 0.4.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class 
org.apache.commons.rdf.simple.Types (Commons RDF 0.5.0 API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/experimental/AbstractRDFParser.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/experimental/AbstractRDFParser.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/experimental/AbstractRDFParser.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>AbstractRDFParser (Commons RDF 0.4.0-SNAPSHOT API)</title>
+<title>AbstractRDFParser (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="AbstractRDFParser (Commons RDF 
0.4.0-SNAPSHOT API)";
+            parent.document.title="AbstractRDFParser (Commons RDF 0.5.0 API)";
         }
     }
     catch(err) {
@@ -259,7 +259,7 @@ implements <a href="../../../../../../or
 </tr>
 <tr id="i9" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/commons/rdf/simple/experimental/AbstractRDFParser.html"
 title="type parameter in AbstractRDFParser">T</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/commons/rdf/simple/experimental/AbstractRDFParser.html#contentType-org.apache.commons.rdf.api.RDFSyntax-">contentType</a></span>(<a
 href="../../../../../../org/apache/commons/rdf/api/RDFSyntax.html" title="enum 
in org.apache.commons.rdf.api">RDFSyntax</a>&nbsp;rdfSyntax)</code>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/commons/rdf/simple/experimental/AbstractRDFParser.html#contentType-org.apache.commons.rdf.api.RDFSyntax-">contentType</a></span>(<a
 href="../../../../../../org/apache/commons/rdf/api/RDFSyntax.html" 
title="interface in 
org.apache.commons.rdf.api">RDFSyntax</a>&nbsp;rdfSyntax)</code>
 <div class="block">Specify the content type of the RDF syntax to parse.</div>
 </td>
 </tr>
@@ -288,9 +288,9 @@ implements <a href="../../../../../../or
 </td>
 </tr>
 <tr id="i14" class="altColor">
-<td class="colFirst"><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional</a>&lt;<a 
href="../../../../../../org/apache/commons/rdf/api/RDFSyntax.html" title="enum 
in org.apache.commons.rdf.api">RDFSyntax</a>&gt;</code></td>
+<td class="colFirst"><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional</a>&lt;<a 
href="../../../../../../org/apache/commons/rdf/api/RDFSyntax.html" 
title="interface in org.apache.commons.rdf.api">RDFSyntax</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/commons/rdf/simple/experimental/AbstractRDFParser.html#getContentTypeSyntax--">getContentTypeSyntax</a></span>()</code>
-<div class="block">Get the set content-type <a 
href="../../../../../../org/apache/commons/rdf/api/RDFSyntax.html" title="enum 
in org.apache.commons.rdf.api"><code>RDFSyntax</code></a>, if any.</div>
+<div class="block">Get the set content-type <a 
href="../../../../../../org/apache/commons/rdf/api/RDFSyntax.html" 
title="interface in org.apache.commons.rdf.api"><code>RDFSyntax</code></a>, if 
any.</div>
 </td>
 </tr>
 <tr id="i15" class="rowColor">
@@ -336,7 +336,7 @@ implements <a href="../../../../../../or
 </td>
 </tr>
 <tr id="i22" class="altColor">
-<td class="colFirst"><code>protected static <a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional</a>&lt;<a 
href="../../../../../../org/apache/commons/rdf/api/RDFSyntax.html" title="enum 
in org.apache.commons.rdf.api">RDFSyntax</a>&gt;</code></td>
+<td class="colFirst"><code>protected static <a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional</a>&lt;<a 
href="../../../../../../org/apache/commons/rdf/api/RDFSyntax.html" 
title="interface in org.apache.commons.rdf.api">RDFSyntax</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/commons/rdf/simple/experimental/AbstractRDFParser.html#guessRDFSyntax-java.nio.file.Path-">guessRDFSyntax</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/nio/file/Path.html?is-external=true";
 title="class or interface in java.nio.file">Path</a>&nbsp;path)</code>
 <div class="block">Guess RDFSyntax from a local file's extension.</div>
 </td>
@@ -497,14 +497,14 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getContentTypeSyntax</h4>
-<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional</a>&lt;<a 
href="../../../../../../org/apache/commons/rdf/api/RDFSyntax.html" title="enum 
in org.apache.commons.rdf.api">RDFSyntax</a>&gt;&nbsp;<a 
href="../../../../../../src-html/org/apache/commons/rdf/simple/experimental/AbstractRDFParser.html#line.86">getContentTypeSyntax</a>()</pre>
-<div class="block">Get the set content-type <a 
href="../../../../../../org/apache/commons/rdf/api/RDFSyntax.html" title="enum 
in org.apache.commons.rdf.api"><code>RDFSyntax</code></a>, if any.
+<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional</a>&lt;<a 
href="../../../../../../org/apache/commons/rdf/api/RDFSyntax.html" 
title="interface in org.apache.commons.rdf.api">RDFSyntax</a>&gt;&nbsp;<a 
href="../../../../../../src-html/org/apache/commons/rdf/simple/experimental/AbstractRDFParser.html#line.86">getContentTypeSyntax</a>()</pre>
+<div class="block">Get the set content-type <a 
href="../../../../../../org/apache/commons/rdf/api/RDFSyntax.html" 
title="interface in org.apache.commons.rdf.api"><code>RDFSyntax</code></a>, if 
any.
  <p>
  If this is <a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true#isPresent--";
 title="class or interface in java.util"><code>Optional.isPresent()</code></a>, 
then <a 
href="../../../../../../org/apache/commons/rdf/simple/experimental/AbstractRDFParser.html#getContentType--"><code>getContentType()</code></a>
- contains the value of <a 
href="../../../../../../org/apache/commons/rdf/api/RDFSyntax.html#mediaType"><code>RDFSyntax.mediaType</code></a>.</div>
+ contains the value of <a 
href="../../../../../../org/apache/commons/rdf/api/RDFSyntax.html#mediaType--"><code>RDFSyntax.mediaType()</code></a>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
-<dd>The <a href="../../../../../../org/apache/commons/rdf/api/RDFSyntax.html" 
title="enum in org.apache.commons.rdf.api"><code>RDFSyntax</code></a> of the 
content type, or
+<dd>The <a href="../../../../../../org/apache/commons/rdf/api/RDFSyntax.html" 
title="interface in org.apache.commons.rdf.api"><code>RDFSyntax</code></a> of 
the content type, or
          <a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true#empty--";
 title="class or interface in java.util"><code>Optional.empty()</code></a> if 
it has not been set</dd>
 </dl>
 </li>
@@ -520,7 +520,7 @@ implements <a href="../../../../../../or
  <p>
  If this is <a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true#isPresent--";
 title="class or interface in java.util"><code>Optional.isPresent()</code></a> 
and is recognized by
  <a 
href="../../../../../../org/apache/commons/rdf/api/RDFSyntax.html#byMediaType-java.lang.String-"><code>RDFSyntax.byMediaType(String)</code></a>,
 then the corresponding
- <a href="../../../../../../org/apache/commons/rdf/api/RDFSyntax.html" 
title="enum in org.apache.commons.rdf.api"><code>RDFSyntax</code></a> is set on 
<a 
href="../../../../../../org/apache/commons/rdf/simple/experimental/AbstractRDFParser.html#getContentType--"><code>getContentType()</code></a>,
 otherwise that is
+ <a href="../../../../../../org/apache/commons/rdf/api/RDFSyntax.html" 
title="interface in org.apache.commons.rdf.api"><code>RDFSyntax</code></a> is 
set on <a 
href="../../../../../../org/apache/commons/rdf/simple/experimental/AbstractRDFParser.html#getContentType--"><code>getContentType()</code></a>,
 otherwise that is
  <a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true#empty--";
 title="class or interface in 
java.util"><code>Optional.empty()</code></a>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -722,7 +722,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>contentType</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/commons/rdf/simple/experimental/AbstractRDFParser.html"
 title="type parameter in AbstractRDFParser">T</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/commons/rdf/simple/experimental/AbstractRDFParser.html#line.240">contentType</a>(<a
 href="../../../../../../org/apache/commons/rdf/api/RDFSyntax.html" title="enum 
in org.apache.commons.rdf.api">RDFSyntax</a>&nbsp;rdfSyntax)
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/commons/rdf/simple/experimental/AbstractRDFParser.html"
 title="type parameter in AbstractRDFParser">T</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/commons/rdf/simple/experimental/AbstractRDFParser.html#line.240">contentType</a>(<a
 href="../../../../../../org/apache/commons/rdf/api/RDFSyntax.html" 
title="interface in org.apache.commons.rdf.api">RDFSyntax</a>&nbsp;rdfSyntax)
               throws <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true";
 title="class or interface in java.lang">IllegalArgumentException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../../org/apache/commons/rdf/experimental/RDFParser.html#contentType-org.apache.commons.rdf.api.RDFSyntax-">RDFParser</a></code></span></div>
 <div class="block">Specify the content type of the RDF syntax to parse.
@@ -741,7 +741,7 @@ implements <a href="../../../../../../or
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../../org/apache/commons/rdf/experimental/RDFParser.html#contentType-org.apache.commons.rdf.api.RDFSyntax-">contentType</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../../org/apache/commons/rdf/experimental/RDFParser.html" 
title="interface in 
org.apache.commons.rdf.experimental">RDFParser</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>rdfSyntax</code> - An <a 
href="../../../../../../org/apache/commons/rdf/api/RDFSyntax.html" title="enum 
in org.apache.commons.rdf.api"><code>RDFSyntax</code></a> to parse the source 
according to, e.g.
+<dd><code>rdfSyntax</code> - An <a 
href="../../../../../../org/apache/commons/rdf/api/RDFSyntax.html" 
title="interface in org.apache.commons.rdf.api"><code>RDFSyntax</code></a> to 
parse the source according to, e.g.
             <a 
href="../../../../../../org/apache/commons/rdf/api/RDFSyntax.html#TURTLE"><code>RDFSyntax.TURTLE</code></a>.</dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>An <a 
href="../../../../../../org/apache/commons/rdf/experimental/RDFParser.html" 
title="interface in 
org.apache.commons.rdf.experimental"><code>RDFParser</code></a> that will use 
the specified content type.</dd>
@@ -1194,7 +1194,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>guessRDFSyntax</h4>
-<pre>protected static&nbsp;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional</a>&lt;<a 
href="../../../../../../org/apache/commons/rdf/api/RDFSyntax.html" title="enum 
in org.apache.commons.rdf.api">RDFSyntax</a>&gt;&nbsp;<a 
href="../../../../../../src-html/org/apache/commons/rdf/simple/experimental/AbstractRDFParser.html#line.487">guessRDFSyntax</a>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/nio/file/Path.html?is-external=true";
 title="class or interface in java.nio.file">Path</a>&nbsp;path)</pre>
+<pre>protected static&nbsp;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional</a>&lt;<a 
href="../../../../../../org/apache/commons/rdf/api/RDFSyntax.html" 
title="interface in org.apache.commons.rdf.api">RDFSyntax</a>&gt;&nbsp;<a 
href="../../../../../../src-html/org/apache/commons/rdf/simple/experimental/AbstractRDFParser.html#line.487">guessRDFSyntax</a>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/nio/file/Path.html?is-external=true";
 title="class or interface in java.nio.file">Path</a>&nbsp;path)</pre>
 <div class="block">Guess RDFSyntax from a local file's extension.
  <p>
  This method can be used by subclasses if <a 
href="../../../../../../org/apache/commons/rdf/simple/experimental/AbstractRDFParser.html#getContentType--"><code>getContentType()</code></a>
 is not
@@ -1203,8 +1203,8 @@ implements <a href="../../../../../../or
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>path</code> - Path which extension should be checked</dd>
 <dt><span class="returnLabel">Returns:</span></dt>
-<dd>The <a href="../../../../../../org/apache/commons/rdf/api/RDFSyntax.html" 
title="enum in org.apache.commons.rdf.api"><code>RDFSyntax</code></a> which has 
a matching
-         <a 
href="../../../../../../org/apache/commons/rdf/api/RDFSyntax.html#fileExtension"><code>RDFSyntax.fileExtension</code></a>,
 otherwise
+<dd>The <a href="../../../../../../org/apache/commons/rdf/api/RDFSyntax.html" 
title="interface in org.apache.commons.rdf.api"><code>RDFSyntax</code></a> 
which has a matching
+         <a 
href="../../../../../../org/apache/commons/rdf/api/RDFSyntax.html#fileExtension--"><code>RDFSyntax.fileExtension()</code></a>,
 otherwise
          <a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true#empty--";
 title="class or interface in java.util"><code>Optional.empty()</code></a>.</dd>
 </dl>
 </li>
@@ -1323,7 +1323,7 @@ implements <a href="../../../../../../or
  <a 
href="../../../../../../org/apache/commons/rdf/experimental/RDFParser.html#parse--"><code>RDFParser.parse()</code></a>
 call.
  <p>
  This method is typically called with a functional consumer, for example:
- 
+
  <pre>
  <code>
  List&lt;Quad&gt; quads = new ArrayList&lt;Quad&gt;;
@@ -1386,7 +1386,7 @@ implements <a href="../../../../../../or
 <div class="block">Specify a <a 
href="../../../../../../org/apache/commons/rdf/api/Graph.html" title="interface 
in org.apache.commons.rdf.api"><code>Graph</code></a> to add parsed triples to.
  <p>
  If the source supports datasets (e.g. the <a 
href="../../../../../../org/apache/commons/rdf/experimental/RDFParser.html#contentType-org.apache.commons.rdf.api.RDFSyntax-"><code>RDFParser.contentType(RDFSyntax)</code></a>
- set has <a 
href="../../../../../../org/apache/commons/rdf/api/RDFSyntax.html#supportsDataset"><code>RDFSyntax.supportsDataset</code></a>
 is true)), then only quads in
+ set has <a 
href="../../../../../../org/apache/commons/rdf/api/RDFSyntax.html#supportsDataset--"><code>RDFSyntax.supportsDataset()</code></a>
 is true)), then only quads in
  the <em>default graph</em> will be added to the Graph as <a 
href="../../../../../../org/apache/commons/rdf/api/Triple.html" 
title="interface in org.apache.commons.rdf.api"><code>Triple</code></a>s.
  <p>
  It is undefined if any triples are added to the specified <a 
href="../../../../../../org/apache/commons/rdf/api/Graph.html" title="interface 
in org.apache.commons.rdf.api"><code>Graph</code></a>

Modified: 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/experimental/RDFParseException.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/experimental/RDFParseException.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/experimental/RDFParseException.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>RDFParseException (Commons RDF 0.4.0-SNAPSHOT API)</title>
+<title>RDFParseException (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="RDFParseException (Commons RDF 
0.4.0-SNAPSHOT API)";
+            parent.document.title="RDFParseException (Commons RDF 0.5.0 API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/experimental/class-use/AbstractRDFParser.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/experimental/class-use/AbstractRDFParser.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/experimental/class-use/AbstractRDFParser.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.simple.experimental.AbstractRDFParser (Commons RDF 
0.4.0-SNAPSHOT API)</title>
+<title>Uses of Class 
org.apache.commons.rdf.simple.experimental.AbstractRDFParser (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.simple.experimental.AbstractRDFParser (Commons RDF 
0.4.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class 
org.apache.commons.rdf.simple.experimental.AbstractRDFParser (Commons RDF 0.5.0 
API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/experimental/class-use/RDFParseException.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/experimental/class-use/RDFParseException.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/experimental/class-use/RDFParseException.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.simple.experimental.RDFParseException (Commons RDF 
0.4.0-SNAPSHOT API)</title>
+<title>Uses of Class 
org.apache.commons.rdf.simple.experimental.RDFParseException (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.simple.experimental.RDFParseException (Commons RDF 
0.4.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class 
org.apache.commons.rdf.simple.experimental.RDFParseException (Commons RDF 0.5.0 
API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/experimental/package-frame.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/experimental/package-frame.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/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.simple.experimental (Commons RDF 0.4.0-SNAPSHOT 
API)</title>
+<title>org.apache.commons.rdf.simple.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/simple/experimental/package-summary.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/experimental/package-summary.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/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.simple.experimental (Commons RDF 0.4.0-SNAPSHOT 
API)</title>
+<title>org.apache.commons.rdf.simple.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.simple.experimental 
(Commons RDF 0.4.0-SNAPSHOT API)";
+            parent.document.title="org.apache.commons.rdf.simple.experimental 
(Commons RDF 0.5.0 API)";
         }
     }
     catch(err) {
@@ -123,7 +123,7 @@
  When a class has stabilized, it will move to the
  <a 
href="../../../../../../org/apache/commons/rdf/simple/package-summary.html"><code>org.apache.commons.rdf.simple</code></a>
 package.
  <ul>
- <li><code>AbstractRDFParser</code> - an abstract helper class for 
implementations
+ <li><a 
href="../../../../../../org/apache/commons/rdf/simple/experimental/AbstractRDFParser.html"
 title="class in 
org.apache.commons.rdf.simple.experimental"><code>AbstractRDFParser</code></a> 
- an abstract helper class for 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/simple/experimental/package-tree.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/experimental/package-tree.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/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.simple.experimental Class Hierarchy (Commons RDF 
0.4.0-SNAPSHOT API)</title>
+<title>org.apache.commons.rdf.simple.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.simple.experimental 
Class Hierarchy (Commons RDF 0.4.0-SNAPSHOT API)";
+            parent.document.title="org.apache.commons.rdf.simple.experimental 
Class Hierarchy (Commons RDF 0.5.0 API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/experimental/package-use.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/experimental/package-use.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/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.simple.experimental (Commons RDF 
0.4.0-SNAPSHOT API)</title>
+<title>Uses of Package org.apache.commons.rdf.simple.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.simple.experimental (Commons RDF 0.4.0-SNAPSHOT API)";
+            parent.document.title="Uses of Package 
org.apache.commons.rdf.simple.experimental (Commons RDF 0.5.0 API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/package-frame.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/package-frame.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/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.simple (Commons RDF 0.4.0-SNAPSHOT API)</title>
+<title>org.apache.commons.rdf.simple (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/simple/package-summary.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/package-summary.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/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.simple (Commons RDF 0.4.0-SNAPSHOT API)</title>
+<title>org.apache.commons.rdf.simple (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.simple (Commons RDF 
0.4.0-SNAPSHOT API)";
+            parent.document.title="org.apache.commons.rdf.simple (Commons RDF 
0.5.0 API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/package-tree.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/package-tree.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/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.simple Class Hierarchy (Commons RDF 
0.4.0-SNAPSHOT API)</title>
+<title>org.apache.commons.rdf.simple 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.simple Class 
Hierarchy (Commons RDF 0.4.0-SNAPSHOT API)";
+            parent.document.title="org.apache.commons.rdf.simple Class 
Hierarchy (Commons RDF 0.5.0 API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/package-use.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/package-use.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/simple/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.simple (Commons RDF 
0.4.0-SNAPSHOT API)</title>
+<title>Uses of Package org.apache.commons.rdf.simple (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.simple (Commons RDF 0.4.0-SNAPSHOT API)";
+            parent.document.title="Uses of Package 
org.apache.commons.rdf.simple (Commons RDF 0.5.0 API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-rdf/apidocs/overview-frame.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rdf/apidocs/overview-frame.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rdf/apidocs/overview-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>Overview List (Commons RDF 0.4.0-SNAPSHOT API)</title>
+<title>Overview List (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/overview-summary.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rdf/apidocs/overview-summary.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rdf/apidocs/overview-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>Overview (Commons RDF 0.4.0-SNAPSHOT API)</title>
+<title>Overview (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="Overview (Commons RDF 0.4.0-SNAPSHOT API)";
+            parent.document.title="Overview (Commons RDF 0.5.0 API)";
         }
     }
     catch(err) {
@@ -70,7 +70,7 @@
 </a></div>
 <!-- ========= END OF TOP NAVBAR ========= -->
 <div class="header">
-<h1 class="title">Commons RDF 0.4.0-SNAPSHOT API</h1>
+<h1 class="title">Commons RDF 0.5.0 API</h1>
 </div>
 <div class="contentContainer">
 <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Packages table, listing packages, and an explanation">

Modified: 
websites/production/commons/content/proper/commons-rdf/apidocs/overview-tree.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rdf/apidocs/overview-tree.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rdf/apidocs/overview-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>Class Hierarchy (Commons RDF 0.4.0-SNAPSHOT API)</title>
+<title>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="Class Hierarchy (Commons RDF 0.4.0-SNAPSHOT 
API)";
+            parent.document.title="Class Hierarchy (Commons RDF 0.5.0 API)";
         }
     }
     catch(err) {
@@ -207,6 +207,7 @@
 <li type="circle">org.apache.commons.rdf.api.<a 
href="org/apache/commons/rdf/api/RDF.html" title="interface in 
org.apache.commons.rdf.api"><span class="typeNameLink">RDF</span></a></li>
 <li type="circle">org.apache.commons.rdf.experimental.<a 
href="org/apache/commons/rdf/experimental/RDFParser.html" title="interface in 
org.apache.commons.rdf.experimental"><span 
class="typeNameLink">RDFParser</span></a></li>
 <li type="circle">org.apache.commons.rdf.experimental.<a 
href="org/apache/commons/rdf/experimental/RDFParser.ParseResult.html" 
title="interface in org.apache.commons.rdf.experimental"><span 
class="typeNameLink">RDFParser.ParseResult</span></a></li>
+<li type="circle">org.apache.commons.rdf.api.<a 
href="org/apache/commons/rdf/api/RDFSyntax.html" title="interface in 
org.apache.commons.rdf.api"><span class="typeNameLink">RDFSyntax</span></a></li>
 <li type="circle">org.apache.commons.rdf.api.<a 
href="org/apache/commons/rdf/api/RDFTerm.html" title="interface in 
org.apache.commons.rdf.api"><span class="typeNameLink">RDFTerm</span></a>
 <ul>
 <li type="circle">org.apache.commons.rdf.api.<a 
href="org/apache/commons/rdf/api/BlankNode.html" title="interface in 
org.apache.commons.rdf.api"><span class="typeNameLink">BlankNode</span></a>
@@ -395,7 +396,6 @@
 <li type="circle">java.lang.<a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang"><span 
class="typeNameLink">Enum</span></a>&lt;E&gt; (implements java.lang.<a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable</a>&lt;T&gt;, java.io.<a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true";
 title="class or interface in java.io">Serializable</a>)
 <ul>
 <li type="circle">org.apache.commons.rdf.rdf4j.<a 
href="org/apache/commons/rdf/rdf4j/RDF4J.Option.html" title="enum in 
org.apache.commons.rdf.rdf4j"><span 
class="typeNameLink">RDF4J.Option</span></a></li>
-<li type="circle">org.apache.commons.rdf.api.<a 
href="org/apache/commons/rdf/api/RDFSyntax.html" title="enum in 
org.apache.commons.rdf.api"><span class="typeNameLink">RDFSyntax</span></a></li>
 </ul>
 </li>
 </ul>

Modified: 
websites/production/commons/content/proper/commons-rdf/apidocs/serialized-form.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rdf/apidocs/serialized-form.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rdf/apidocs/serialized-form.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>Serialized Form (Commons RDF 0.4.0-SNAPSHOT API)</title>
+<title>Serialized Form (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="Serialized Form (Commons RDF 0.4.0-SNAPSHOT 
API)";
+            parent.document.title="Serialized Form (Commons RDF 0.5.0 API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-rdf/apidocs/src-html/org/apache/commons/rdf/api/Dataset.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rdf/apidocs/src-html/org/apache/commons/rdf/api/Dataset.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rdf/apidocs/src-html/org/apache/commons/rdf/api/Dataset.html
 Sat Dec 23 20:15:28 2017
@@ -31,11 +31,11 @@
 <span class="sourceLineNo">023</span>import java.util.stream.Stream;<a 
name="line.23"></a>
 <span class="sourceLineNo">024</span><a name="line.24"></a>
 <span class="sourceLineNo">025</span>/**<a name="line.25"></a>
-<span class="sourceLineNo">026</span> * An &lt;a 
href="http://www.w3.org/TR/rdf11-concepts/#section-rdf-dataset"&gt; RDF<a 
name="line.26"></a>
-<span class="sourceLineNo">027</span> * 1.1 dataset&lt;/a&gt;, a set of RDF 
quads, as defined by<a name="line.27"></a>
-<span class="sourceLineNo">028</span> * &lt;a 
href="http://www.w3.org/TR/rdf11-concepts/"; &gt;RDF-1.1 Concepts and Abstract<a 
name="line.28"></a>
+<span class="sourceLineNo">026</span> * An &lt;a 
href="http://www.w3.org/TR/rdf11-concepts/#dfn-rdf-dataset"&gt;RDF<a 
name="line.26"></a>
+<span class="sourceLineNo">027</span> * 1.1 Dataset&lt;/a&gt;, a set of RDF 
quads, as defined by<a name="line.27"></a>
+<span class="sourceLineNo">028</span> * &lt;a 
href="http://www.w3.org/TR/rdf11-concepts/#section-rdf-dataset"&gt;RDF-1.1 
Concepts and Abstract<a name="line.28"></a>
 <span class="sourceLineNo">029</span> * Syntax&lt;/a&gt;, a W3C Recommendation 
published on 25 February 2014.<a name="line.29"></a>
-<span class="sourceLineNo">030</span> * <a name="line.30"></a>
+<span class="sourceLineNo">030</span> *<a name="line.30"></a>
 <span class="sourceLineNo">031</span> * @since 0.3.0-incubating<a 
name="line.31"></a>
 <span class="sourceLineNo">032</span> * @see RDF#createDataset()<a 
name="line.32"></a>
 <span class="sourceLineNo">033</span> */<a name="line.33"></a>
@@ -122,7 +122,7 @@
 <span class="sourceLineNo">114</span>     * this Dataset.<a 
name="line.114"></a>
 <span class="sourceLineNo">115</span>     * &lt;p&gt;<a name="line.115"></a>
 <span class="sourceLineNo">116</span>     * The returned graph MAY be empty.<a 
name="line.116"></a>
-<span class="sourceLineNo">117</span>     * <a name="line.117"></a>
+<span class="sourceLineNo">117</span>     *<a name="line.117"></a>
 <span class="sourceLineNo">118</span>     * @see #getGraph(BlankNodeOrIRI)<a 
name="line.118"></a>
 <span class="sourceLineNo">119</span>     * @return The default graph of this 
Dataset<a name="line.119"></a>
 <span class="sourceLineNo">120</span>     */<a name="line.120"></a>
@@ -141,7 +141,7 @@
 <span class="sourceLineNo">133</span>     * &lt;p&gt;<a name="line.133"></a>
 <span class="sourceLineNo">134</span>     * It is unspecified if requesting an 
unknown or empty graph will return<a name="line.134"></a>
 <span class="sourceLineNo">135</span>     * {@link Optional#empty()} or create 
a new empty {@link Graph}.<a name="line.135"></a>
-<span class="sourceLineNo">136</span>     * <a name="line.136"></a>
+<span class="sourceLineNo">136</span>     *<a name="line.136"></a>
 <span class="sourceLineNo">137</span>     * @see #getGraph()<a 
name="line.137"></a>
 <span class="sourceLineNo">138</span>     * @see #getGraphNames()<a 
name="line.138"></a>
 <span class="sourceLineNo">139</span>     * @param graphName<a 
name="line.139"></a>
@@ -170,7 +170,7 @@
 <span class="sourceLineNo">162</span>     * which is not named, and thus is 
not represented in the returned Stream.<a name="line.162"></a>
 <span class="sourceLineNo">163</span>     * The default graph is accessible 
via {@link #getGraph()} or by using<a name="line.163"></a>
 <span class="sourceLineNo">164</span>     * {@link Optional#empty()} in the 
Quad access methods).<a name="line.164"></a>
-<span class="sourceLineNo">165</span>     * <a name="line.165"></a>
+<span class="sourceLineNo">165</span>     *<a name="line.165"></a>
 <span class="sourceLineNo">166</span>     * @return A {@link Stream} of the 
graph names of this Dataset.<a name="line.166"></a>
 <span class="sourceLineNo">167</span>     */<a name="line.167"></a>
 <span class="sourceLineNo">168</span>    Stream&lt;BlankNodeOrIRI&gt; 
getGraphNames();<a name="line.168"></a>
@@ -267,13 +267,13 @@
 <span class="sourceLineNo">259</span>     * Get an Iterable for iterating over 
all quads in the dataset.<a name="line.259"></a>
 <span class="sourceLineNo">260</span>     * &lt;p&gt;<a name="line.260"></a>
 <span class="sourceLineNo">261</span>     * This method is meant to be used 
with a Java for-each loop, e.g.:<a name="line.261"></a>
-<span class="sourceLineNo">262</span>     * <a name="line.262"></a>
+<span class="sourceLineNo">262</span>     *<a name="line.262"></a>
 <span class="sourceLineNo">263</span>     * &lt;pre&gt;<a name="line.263"></a>
 <span class="sourceLineNo">264</span>     * for (Quad t : dataset.iterate()) 
{<a name="line.264"></a>
 <span class="sourceLineNo">265</span>     *     System.out.println(t);<a 
name="line.265"></a>
 <span class="sourceLineNo">266</span>     * }<a name="line.266"></a>
 <span class="sourceLineNo">267</span>     * &lt;/pre&gt;<a name="line.267"></a>
-<span class="sourceLineNo">268</span>     * <a name="line.268"></a>
+<span class="sourceLineNo">268</span>     *<a name="line.268"></a>
 <span class="sourceLineNo">269</span>     * The behaviour of the iterator is 
not specified if {@link #add(Quad)},<a name="line.269"></a>
 <span class="sourceLineNo">270</span>     * {@link #remove(Quad)} or {@link 
#clear()}, are called on the<a name="line.270"></a>
 <span class="sourceLineNo">271</span>     * {@link Dataset} before it 
terminates. It is undefined if the returned<a name="line.271"></a>
@@ -309,7 +309,7 @@
 <span class="sourceLineNo">301</span>     * the pattern.<a name="line.301"></a>
 <span class="sourceLineNo">302</span>     * &lt;p&gt;<a name="line.302"></a>
 <span class="sourceLineNo">303</span>     * This method is meant to be used 
with a Java for-each loop, e.g.:<a name="line.303"></a>
-<span class="sourceLineNo">304</span>     * <a name="line.304"></a>
+<span class="sourceLineNo">304</span>     *<a name="line.304"></a>
 <span class="sourceLineNo">305</span>     * &lt;pre&gt;<a name="line.305"></a>
 <span class="sourceLineNo">306</span>     * IRI alice = 
factory.createIRI("http://example.com/alice";);<a name="line.306"></a>
 <span class="sourceLineNo">307</span>     * IRI knows = 
factory.createIRI("http://xmlns.com/foaf/0.1/";);<a name="line.307"></a>


Reply via email to