You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commonsrdf.apache.org by st...@apache.org on 2016/11/30 23:36:46 UTC

svn commit: r1001918 [6/13] - in /websites/staging/commonsrdf/content: ./ apidocs/ apidocs/org/apache/commons/rdf/api/ apidocs/org/apache/commons/rdf/api/class-use/ apidocs/org/apache/commons/rdf/experimental/ apidocs/org/apache/commons/rdf/experimenta...

Modified: websites/staging/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/RDFTerm.html
==============================================================================
--- websites/staging/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/RDFTerm.html (original)
+++ websites/staging/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/RDFTerm.html Wed Nov 30 23:36:45 2016
@@ -88,38 +88,6 @@
 <div class="block">Commons RDF, a common library of RDF 1.1 concepts.</div>
 </td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="#org.apache.commons.rdf.jena">org.apache.commons.rdf.jena</a></td>
-<td class="colLast">&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a href="#org.apache.commons.rdf.jena.experimental">org.apache.commons.rdf.jena.experimental</a></td>
-<td class="colLast">
-<div class="block">Experimental Commons RDF Jena implementations.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="#org.apache.commons.rdf.jena.impl">org.apache.commons.rdf.jena.impl</a></td>
-<td class="colLast">&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a href="#org.apache.commons.rdf.jsonldjava">org.apache.commons.rdf.jsonldjava</a></td>
-<td class="colLast">
-<div class="block">Integration with jsonld-java</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="#org.apache.commons.rdf.rdf4j">org.apache.commons.rdf.rdf4j</a></td>
-<td class="colLast">
-<div class="block">Commons RDF integration with <a href="http://rdf4j.org/">RDF4J</a>.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a href="#org.apache.commons.rdf.simple">org.apache.commons.rdf.simple</a></td>
-<td class="colLast">
-<div class="block">A simple in-memory implementation of the Commons RDF API.</div>
-</td>
-</tr>
 </tbody>
 </table>
 </li>
@@ -208,16 +176,16 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a></code></td>
-<td class="colLast"><span class="typeNameLabel">Quad.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/Quad.html#getObject--">getObject</a></span>()</code>
-<div class="block">The object of this quad, which may be either a <a href="../../../../../../org/apache/commons/rdf/api/BlankNode.html" title="interface in org.apache.commons.rdf.api"><code>BlankNode</code></a>, an
+<td class="colLast"><span class="typeNameLabel">Triple.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/Triple.html#getObject--">getObject</a></span>()</code>
+<div class="block">The object of this triple, which may be either a <a href="../../../../../../org/apache/commons/rdf/api/BlankNode.html" title="interface in org.apache.commons.rdf.api"><code>BlankNode</code></a>, an
  <a href="../../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api"><code>IRI</code></a>, or a <a href="../../../../../../org/apache/commons/rdf/api/Literal.html" title="interface in org.apache.commons.rdf.api"><code>Literal</code></a>, which are represented in Commons RDF
  by the interface <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api"><code>RDFTerm</code></a>.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a></code></td>
-<td class="colLast"><span class="typeNameLabel">Triple.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/Triple.html#getObject--">getObject</a></span>()</code>
-<div class="block">The object of this triple, which may be either a <a href="../../../../../../org/apache/commons/rdf/api/BlankNode.html" title="interface in org.apache.commons.rdf.api"><code>BlankNode</code></a>, an
+<td class="colLast"><span class="typeNameLabel">Quad.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/Quad.html#getObject--">getObject</a></span>()</code>
+<div class="block">The object of this quad, which may be either a <a href="../../../../../../org/apache/commons/rdf/api/BlankNode.html" title="interface in org.apache.commons.rdf.api"><code>BlankNode</code></a>, an
  <a href="../../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api"><code>IRI</code></a>, or a <a href="../../../../../../org/apache/commons/rdf/api/Literal.html" title="interface in org.apache.commons.rdf.api"><code>Literal</code></a>, which are represented in Commons RDF
  by the interface <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api"><code>RDFTerm</code></a>.</div>
 </td>
@@ -367,467 +335,6 @@
 </tr>
 </tbody>
 </table>
-</li>
-<li class="blockList"><a name="org.apache.commons.rdf.jena">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a> in <a href="../../../../../../org/apache/commons/rdf/jena/package-summary.html">org.apache.commons.rdf.jena</a></h3>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a href="../../../../../../org/apache/commons/rdf/jena/package-summary.html">org.apache.commons.rdf.jena</a> with type parameters of type <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Interface and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>interface&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/jena/JenaQuadLike.html" title="interface in org.apache.commons.rdf.jena">JenaQuadLike</a>&lt;G extends <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a>&gt;</span></code>
-<div class="block">A <a href="../../../../../../org/apache/commons/rdf/api/QuadLike.html" title="interface in org.apache.commons.rdf.api"><code>QuadLike</code></a> wrapper of a Jena <code>Quad</code>.</div>
-</td>
-</tr>
-</tbody>
-</table>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation">
-<caption><span>Subinterfaces of <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a> in <a href="../../../../../../org/apache/commons/rdf/jena/package-summary.html">org.apache.commons.rdf.jena</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Interface and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>interface&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/jena/JenaBlankNode.html" title="interface in org.apache.commons.rdf.jena">JenaBlankNode</a></span></code>
-<div class="block">A Jena-backed <a href="../../../../../../org/apache/commons/rdf/api/BlankNode.html" title="interface in org.apache.commons.rdf.api"><code>BlankNode</code></a>.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>interface&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/jena/JenaIRI.html" title="interface in org.apache.commons.rdf.jena">JenaIRI</a></span></code>
-<div class="block">A Jena-backed <a href="../../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api"><code>IRI</code></a>.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>interface&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/jena/JenaLiteral.html" title="interface in org.apache.commons.rdf.jena">JenaLiteral</a></span></code>
-<div class="block">A Jena-backed <a href="../../../../../../org/apache/commons/rdf/api/Literal.html" title="interface in org.apache.commons.rdf.api"><code>Literal</code></a>
-
- The underlying Jena <code>Node</code> can be accessed from <a href="../../../../../../org/apache/commons/rdf/jena/JenaRDFTerm.html#asJenaNode--"><code>JenaRDFTerm.asJenaNode()</code></a>.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>interface&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/jena/JenaRDFTerm.html" title="interface in org.apache.commons.rdf.jena">JenaRDFTerm</a></span></code>
-<div class="block">A Jena-backed <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api"><code>RDFTerm</code></a>.</div>
-</td>
-</tr>
-</tbody>
-</table>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../../org/apache/commons/rdf/jena/package-summary.html">org.apache.commons.rdf.jena</a> that return <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a></code></td>
-<td class="colLast"><span class="typeNameLabel">JenaRDF.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/jena/JenaRDF.html#asRDFTerm-org.apache.commons.rdf.api.RDF-org.apache.jena.graph.Node-">asRDFTerm</a></span>(<a href="../../../../../../org/apache/commons/rdf/api/RDF.html" title="interface in org.apache.commons.rdf.api">RDF</a>&nbsp;factory,
-         org.apache.jena.graph.Node&nbsp;node)</code>
-<div class="block">Convert from Jena <code>Node</code> to any Commons RDF implementation.</div>
-</td>
-</tr>
-</tbody>
-</table>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../../org/apache/commons/rdf/jena/package-summary.html">org.apache.commons.rdf.jena</a> that return types with arguments of type <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/jena/JenaQuadLike.html" title="interface in org.apache.commons.rdf.jena">JenaQuadLike</a>&lt;<a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a>&gt;</code></td>
-<td class="colLast"><span class="typeNameLabel">JenaRDF.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/jena/JenaRDF.html#asGeneralizedQuad-org.apache.jena.sparql.core.Quad-">asGeneralizedQuad</a></span>(org.apache.jena.sparql.core.Quad&nbsp;quad)</code>
-<div class="block">Adapt a generalized Jena <code>Quad</code> to a
- CommonsRDF <a href="../../../../../../org/apache/commons/rdf/api/QuadLike.html" title="interface in org.apache.commons.rdf.api"><code>QuadLike</code></a>.</div>
-</td>
-</tr>
-</tbody>
-</table>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../../org/apache/commons/rdf/jena/package-summary.html">org.apache.commons.rdf.jena</a> with parameters of type <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>org.apache.jena.graph.Node</code></td>
-<td class="colLast"><span class="typeNameLabel">JenaRDF.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/jena/JenaRDF.html#asJenaNode-org.apache.commons.rdf.api.RDFTerm-">asJenaNode</a></span>(<a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a>&nbsp;term)</code>
-<div class="block">Convert a CommonsRDF RDFTerm to a Jena Node.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/jena/JenaGeneralizedQuadLike.html" title="interface in org.apache.commons.rdf.jena">JenaGeneralizedQuadLike</a></code></td>
-<td class="colLast"><span class="typeNameLabel">JenaRDF.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/jena/JenaRDF.html#createGeneralizedQuad-org.apache.commons.rdf.api.RDFTerm-org.apache.commons.rdf.api.RDFTerm-org.apache.commons.rdf.api.RDFTerm-org.apache.commons.rdf.api.RDFTerm-">createGeneralizedQuad</a></span>(<a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a>&nbsp;subject,
-                     <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a>&nbsp;predicate,
-                     <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a>&nbsp;object,
-                     <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a>&nbsp;graphName)</code>
-<div class="block">Create a generalized Jena quad.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/jena/JenaGeneralizedTripleLike.html" title="interface in org.apache.commons.rdf.jena">JenaGeneralizedTripleLike</a></code></td>
-<td class="colLast"><span class="typeNameLabel">JenaRDF.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/jena/JenaRDF.html#createGeneralizedTriple-org.apache.commons.rdf.api.RDFTerm-org.apache.commons.rdf.api.RDFTerm-org.apache.commons.rdf.api.RDFTerm-">createGeneralizedTriple</a></span>(<a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a>&nbsp;subject,
-                       <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</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">Create a generalized Jena triple.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/jena/JenaQuad.html" title="interface in org.apache.commons.rdf.jena">JenaQuad</a></code></td>
-<td class="colLast"><span class="typeNameLabel">JenaRDF.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/jena/JenaRDF.html#createQuad-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">createQuad</a></span>(<a href="../../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html" title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a>&nbsp;graphName,
-          <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>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/jena/JenaTriple.html" title="interface in org.apache.commons.rdf.jena">JenaTriple</a></code></td>
-<td class="colLast"><span class="typeNameLabel">JenaRDF.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/jena/JenaRDF.html#createTriple-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">createTriple</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>&nbsp;</td>
-</tr>
-</tbody>
-</table>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Method parameters in <a href="../../../../../../org/apache/commons/rdf/jena/package-summary.html">org.apache.commons.rdf.jena</a> with type arguments of type <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>org.apache.jena.riot.system.StreamRDF</code></td>
-<td class="colLast"><span class="typeNameLabel">JenaRDF.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/jena/JenaRDF.html#streamJenaToGeneralizedQuad-java.util.function.Consumer-">streamJenaToGeneralizedQuad</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Consumer.html?is-external=true" title="class or interface in java.util.function">Consumer</a>&lt;<a href="../../../../../../org/apache/commons/rdf/api/QuadLike.html" title="interface in org.apache.commons.rdf.api">QuadLike</a>&lt;<a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a>&gt;&gt;&nbsp;generalizedConsumer)</code>
-<div class="block">Create a <code>StreamRDF</code> instance that inserts generalized
- <a href="../../../../../../org/apache/commons/rdf/api/QuadLike.html" title="interface in org.apache.commons.rdf.api"><code>QuadLike</code></a>s.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.commons.rdf.jena.experimental">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a> in <a href="../../../../../../org/apache/commons/rdf/jena/experimental/package-summary.html">org.apache.commons.rdf.jena.experimental</a></h3>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Method parameters in <a href="../../../../../../org/apache/commons/rdf/jena/experimental/package-summary.html">org.apache.commons.rdf.jena.experimental</a> with type arguments of type <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/jena/experimental/JenaRDFParser.html" title="class in org.apache.commons.rdf.jena.experimental">JenaRDFParser</a></code></td>
-<td class="colLast"><span class="typeNameLabel">JenaRDFParser.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/jena/experimental/JenaRDFParser.html#targetGeneralizedQuad-java.util.function.Consumer-">targetGeneralizedQuad</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Consumer.html?is-external=true" title="class or interface in java.util.function">Consumer</a>&lt;<a href="../../../../../../org/apache/commons/rdf/api/QuadLike.html" title="interface in org.apache.commons.rdf.api">QuadLike</a>&lt;<a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a>&gt;&gt;&nbsp;consumer)</code>&nbsp;</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.commons.rdf.jena.impl">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a> in <a href="../../../../../../org/apache/commons/rdf/jena/impl/package-summary.html">org.apache.commons.rdf.jena.impl</a></h3>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../../org/apache/commons/rdf/jena/impl/package-summary.html">org.apache.commons.rdf.jena.impl</a> with parameters of type <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/jena/JenaGeneralizedQuadLike.html" title="interface in org.apache.commons.rdf.jena">JenaGeneralizedQuadLike</a></code></td>
-<td class="colLast"><span class="typeNameLabel">InternalJenaFactory.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/jena/impl/InternalJenaFactory.html#createGeneralizedQuad-org.apache.commons.rdf.api.RDFTerm-org.apache.commons.rdf.api.RDFTerm-org.apache.commons.rdf.api.RDFTerm-org.apache.commons.rdf.api.RDFTerm-">createGeneralizedQuad</a></span>(<a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a>&nbsp;subject,
-                     <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a>&nbsp;predicate,
-                     <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a>&nbsp;object,
-                     <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a>&nbsp;graphName)</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/jena/JenaGeneralizedTripleLike.html" title="interface in org.apache.commons.rdf.jena">JenaGeneralizedTripleLike</a></code></td>
-<td class="colLast"><span class="typeNameLabel">InternalJenaFactory.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/jena/impl/InternalJenaFactory.html#createGeneralizedTriple-org.apache.commons.rdf.api.RDFTerm-org.apache.commons.rdf.api.RDFTerm-org.apache.commons.rdf.api.RDFTerm-">createGeneralizedTriple</a></span>(<a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a>&nbsp;subject,
-                       <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</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>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/jena/JenaQuad.html" title="interface in org.apache.commons.rdf.jena">JenaQuad</a></code></td>
-<td class="colLast"><span class="typeNameLabel">InternalJenaFactory.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/jena/impl/InternalJenaFactory.html#createQuad-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-org.apache.commons.rdf.api.BlankNodeOrIRI-">createQuad</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,
-          <a href="../../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html" title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a>&nbsp;graphName)</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/jena/JenaTriple.html" title="interface in org.apache.commons.rdf.jena">JenaTriple</a></code></td>
-<td class="colLast"><span class="typeNameLabel">InternalJenaFactory.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/jena/impl/InternalJenaFactory.html#createTriple-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">createTriple</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>&nbsp;</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.commons.rdf.jsonldjava">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a> in <a href="../../../../../../org/apache/commons/rdf/jsonldjava/package-summary.html">org.apache.commons.rdf.jsonldjava</a></h3>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a href="../../../../../../org/apache/commons/rdf/jsonldjava/package-summary.html">org.apache.commons.rdf.jsonldjava</a> with type parameters of type <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Interface and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>interface&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/jsonldjava/JsonLdQuadLike.html" title="interface in org.apache.commons.rdf.jsonldjava">JsonLdQuadLike</a>&lt;G extends <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a>&gt;</span></code>&nbsp;</td>
-</tr>
-</tbody>
-</table>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation">
-<caption><span>Subinterfaces of <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a> in <a href="../../../../../../org/apache/commons/rdf/jsonldjava/package-summary.html">org.apache.commons.rdf.jsonldjava</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Interface and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>interface&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/jsonldjava/JsonLdBlankNode.html" title="interface in org.apache.commons.rdf.jsonldjava">JsonLdBlankNode</a></span></code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>interface&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/jsonldjava/JsonLdIRI.html" title="interface in org.apache.commons.rdf.jsonldjava">JsonLdIRI</a></span></code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>interface&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/jsonldjava/JsonLdLiteral.html" title="interface in org.apache.commons.rdf.jsonldjava">JsonLdLiteral</a></span></code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>interface&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/jsonldjava/JsonLdTerm.html" title="interface in org.apache.commons.rdf.jsonldjava">JsonLdTerm</a></span></code>&nbsp;</td>
-</tr>
-</tbody>
-</table>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../../org/apache/commons/rdf/jsonldjava/package-summary.html">org.apache.commons.rdf.jsonldjava</a> with parameters of type <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>com.github.jsonldjava.core.RDFDataset.Node</code></td>
-<td class="colLast"><span class="typeNameLabel">JsonLdRDF.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/jsonldjava/JsonLdRDF.html#asJsonLdNode-org.apache.commons.rdf.api.RDFTerm-">asJsonLdNode</a></span>(<a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a>&nbsp;term)</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/jsonldjava/JsonLdQuad.html" title="interface in org.apache.commons.rdf.jsonldjava">JsonLdQuad</a></code></td>
-<td class="colLast"><span class="typeNameLabel">JsonLdRDF.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/jsonldjava/JsonLdRDF.html#createQuad-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">createQuad</a></span>(<a href="../../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html" title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a>&nbsp;graphName,
-          <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>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/jsonldjava/JsonLdTriple.html" title="interface in org.apache.commons.rdf.jsonldjava">JsonLdTriple</a></code></td>
-<td class="colLast"><span class="typeNameLabel">JsonLdRDF.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/jsonldjava/JsonLdRDF.html#createTriple-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">createTriple</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>&nbsp;</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.commons.rdf.rdf4j">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a> in <a href="../../../../../../org/apache/commons/rdf/rdf4j/package-summary.html">org.apache.commons.rdf.rdf4j</a></h3>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation">
-<caption><span>Subinterfaces of <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a> in <a href="../../../../../../org/apache/commons/rdf/rdf4j/package-summary.html">org.apache.commons.rdf.rdf4j</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Interface and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>interface&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/rdf4j/RDF4JBlankNode.html" title="interface in org.apache.commons.rdf.rdf4j">RDF4JBlankNode</a></span></code>
-<div class="block">Marker interface for RDF4J implementations of Commons RDF
- <a href="../../../../../../org/apache/commons/rdf/api/BlankNode.html" title="interface in org.apache.commons.rdf.api"><code>BlankNode</code></a>.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>interface&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/rdf4j/RDF4JBlankNodeOrIRI.html" title="interface in org.apache.commons.rdf.rdf4j">RDF4JBlankNodeOrIRI</a></span></code>
-<div class="block">Marker interface for RDF4J implementations of Commons RDF
- <a href="../../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html" title="interface in org.apache.commons.rdf.api"><code>BlankNodeOrIRI</code></a> (e.g.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>interface&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/rdf4j/RDF4JIRI.html" title="interface in org.apache.commons.rdf.rdf4j">RDF4JIRI</a></span></code>
-<div class="block">Marker interface for RDF4J implementations of Commons RDF
- <a href="../../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api"><code>IRI</code></a>.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>interface&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/rdf4j/RDF4JLiteral.html" title="interface in org.apache.commons.rdf.rdf4j">RDF4JLiteral</a></span></code>
-<div class="block">Marker interface for RDF4J implementations of Commons RDF
- <a href="../../../../../../org/apache/commons/rdf/api/Literal.html" title="interface in org.apache.commons.rdf.api"><code>Literal</code></a>.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>interface&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/rdf4j/RDF4JTerm.html" title="interface in org.apache.commons.rdf.rdf4j">RDF4JTerm</a></span></code>
-<div class="block">Marker interface for RDF4J implementations of RDFTerm.</div>
-</td>
-</tr>
-</tbody>
-</table>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../../org/apache/commons/rdf/rdf4j/package-summary.html">org.apache.commons.rdf.rdf4j</a> with parameters of type <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>org.eclipse.rdf4j.model.Value</code></td>
-<td class="colLast"><span class="typeNameLabel">RDF4J.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/rdf4j/RDF4J.html#asValue-org.apache.commons.rdf.api.RDFTerm-">asValue</a></span>(<a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a>&nbsp;term)</code>
-<div class="block">Adapt a Commons RDF <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api"><code>RDFTerm</code></a> as a RDF4J <code>Value</code>.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/api/Quad.html" title="interface in org.apache.commons.rdf.api">Quad</a></code></td>
-<td class="colLast"><span class="typeNameLabel">RDF4J.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/rdf4j/RDF4J.html#createQuad-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">createQuad</a></span>(<a href="../../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html" title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a>&nbsp;graphName,
-          <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>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><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">RDF4J.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/rdf4j/RDF4J.html#createTriple-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">createTriple</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>&nbsp;</td>
-</tr>
-<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>&lt;<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"><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>&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 an Iterable for iterating over the triples in the graph that match
- the pattern.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/rdf4j/ClosableIterable.html" title="interface in org.apache.commons.rdf.rdf4j">ClosableIterable</a>&lt;<a href="../../../../../../org/apache/commons/rdf/api/Quad.html" title="interface in org.apache.commons.rdf.api">Quad</a>&gt;</code></td>
-<td class="colLast"><span class="typeNameLabel">RDF4JDataset.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/rdf4j/RDF4JDataset.html#iterate-java.util.Optional-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">iterate</a></span>(<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/BlankNodeOrIRI.html" title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a>&gt;&nbsp;graphName,
-       <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 an Iterable for iterating over the quads in the dataset that match
- the pattern.</div>
-</td>
-</tr>
-<tr 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;<a href="../../../../../../org/apache/commons/rdf/rdf4j/RDF4JTriple.html" title="interface in org.apache.commons.rdf.rdf4j">RDF4JTriple</a>&gt;</code></td>
-<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>&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>
-</td>
-</tr>
-<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>&lt;<a href="../../../../../../org/apache/commons/rdf/rdf4j/RDF4JQuad.html" title="interface in org.apache.commons.rdf.rdf4j">RDF4JQuad</a>&gt;</code></td>
-<td class="colLast"><span class="typeNameLabel">RDF4JDataset.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/rdf4j/RDF4JDataset.html#stream-java.util.Optional-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">stream</a></span>(<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/BlankNodeOrIRI.html" title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a>&gt;&nbsp;graphName,
-      <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 quads contained by the dataset matched with the pattern.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.commons.rdf.simple">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a> in <a href="../../../../../../org/apache/commons/rdf/simple/package-summary.html">org.apache.commons.rdf.simple</a></h3>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a href="../../../../../../org/apache/commons/rdf/simple/package-summary.html">org.apache.commons.rdf.simple</a> that implement <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/simple/Types.html" title="class in org.apache.commons.rdf.simple">Types</a></span></code>
-<div class="block">Types from the RDF and XML Schema vocabularies.</div>
-</td>
-</tr>
-</tbody>
-</table>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../../org/apache/commons/rdf/simple/package-summary.html">org.apache.commons.rdf.simple</a> with parameters of type <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">DatasetGraphView.</span><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>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><span class="typeNameLabel">DatasetGraphView.</span><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>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/api/Quad.html" title="interface in org.apache.commons.rdf.api">Quad</a></code></td>
-<td class="colLast"><span class="typeNameLabel">SimpleRDF.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/simple/SimpleRDF.html#createQuad-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">createQuad</a></span>(<a href="../../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html" title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a>&nbsp;graphName,
-          <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>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><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">SimpleRDFTermFactory.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/simple/SimpleRDFTermFactory.html#createTriple-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">createTriple</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"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
-&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><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">SimpleRDF.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/simple/SimpleRDF.html#createTriple-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">createTriple</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>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">DatasetGraphView.</span><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>&nbsp;</td>
-</tr>
-<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>&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"><span class="typeNameLabel">DatasetGraphView.</span><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>&nbsp;</td>
-</tr>
-</tbody>
-</table>
 </li>
 </ul>
 </li>

Modified: websites/staging/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/RDFTermFactory.html
==============================================================================
--- websites/staging/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/RDFTermFactory.html (original)
+++ websites/staging/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/RDFTermFactory.html Wed Nov 30 23:36:45 2016
@@ -72,51 +72,7 @@
 <div class="header">
 <h2 title="Uses of Interface org.apache.commons.rdf.api.RDFTermFactory" class="title">Uses of Interface<br>org.apache.commons.rdf.api.RDFTermFactory</h2>
 </div>
-<div class="classUseContainer">
-<ul class="blockList">
-<li class="blockList">
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
-<caption><span>Packages that use <a href="../../../../../../org/apache/commons/rdf/api/RDFTermFactory.html" title="interface in org.apache.commons.rdf.api">RDFTermFactory</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Package</th>
-<th class="colLast" scope="col">Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><a href="#org.apache.commons.rdf.simple">org.apache.commons.rdf.simple</a></td>
-<td class="colLast">
-<div class="block">A simple in-memory implementation of the Commons RDF API.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList">
-<ul class="blockList">
-<li class="blockList"><a name="org.apache.commons.rdf.simple">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../../../org/apache/commons/rdf/api/RDFTermFactory.html" title="interface in org.apache.commons.rdf.api">RDFTermFactory</a> in <a href="../../../../../../org/apache/commons/rdf/simple/package-summary.html">org.apache.commons.rdf.simple</a></h3>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a href="../../../../../../org/apache/commons/rdf/simple/package-summary.html">org.apache.commons.rdf.simple</a> that implement <a href="../../../../../../org/apache/commons/rdf/api/RDFTermFactory.html" title="interface in org.apache.commons.rdf.api">RDFTermFactory</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/simple/SimpleRDFTermFactory.html" title="class in org.apache.commons.rdf.simple">SimpleRDFTermFactory</a></span></code>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-</ul>
-</li>
-</ul>
-</div>
+<div class="classUseContainer">No usage of org.apache.commons.rdf.api.RDFTermFactory</div>
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
 <div class="bottomNav"><a name="navbar.bottom">
 <!--   -->

Modified: websites/staging/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/Triple.html
==============================================================================
--- websites/staging/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/Triple.html (original)
+++ websites/staging/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/Triple.html Wed Nov 30 23:36:45 2016
@@ -88,28 +88,6 @@
 <div class="block">Commons RDF, a common library of RDF 1.1 concepts.</div>
 </td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="#org.apache.commons.rdf.jena">org.apache.commons.rdf.jena</a></td>
-<td class="colLast">&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a href="#org.apache.commons.rdf.jsonldjava">org.apache.commons.rdf.jsonldjava</a></td>
-<td class="colLast">
-<div class="block">Integration with jsonld-java</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="#org.apache.commons.rdf.rdf4j">org.apache.commons.rdf.rdf4j</a></td>
-<td class="colLast">
-<div class="block">Commons RDF integration with <a href="http://rdf4j.org/">RDF4J</a>.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a href="#org.apache.commons.rdf.simple">org.apache.commons.rdf.simple</a></td>
-<td class="colLast">
-<div class="block">A simple in-memory implementation of the Commons RDF API.</div>
-</td>
-</tr>
 </tbody>
 </table>
 </li>
@@ -230,205 +208,6 @@
 </tr>
 </tbody>
 </table>
-</li>
-<li class="blockList"><a name="org.apache.commons.rdf.jena">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../../../org/apache/commons/rdf/api/Triple.html" title="interface in org.apache.commons.rdf.api">Triple</a> in <a href="../../../../../../org/apache/commons/rdf/jena/package-summary.html">org.apache.commons.rdf.jena</a></h3>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation">
-<caption><span>Subinterfaces of <a href="../../../../../../org/apache/commons/rdf/api/Triple.html" title="interface in org.apache.commons.rdf.api">Triple</a> in <a href="../../../../../../org/apache/commons/rdf/jena/package-summary.html">org.apache.commons.rdf.jena</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Interface and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>interface&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/jena/JenaTriple.html" title="interface in org.apache.commons.rdf.jena">JenaTriple</a></span></code>
-<div class="block">A Jena-backed <a href="../../../../../../org/apache/commons/rdf/api/Triple.html" title="interface in org.apache.commons.rdf.api"><code>Triple</code></a>.</div>
-</td>
-</tr>
-</tbody>
-</table>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../../org/apache/commons/rdf/jena/package-summary.html">org.apache.commons.rdf.jena</a> that return <a href="../../../../../../org/apache/commons/rdf/api/Triple.html" title="interface in org.apache.commons.rdf.api">Triple</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>static <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">JenaRDF.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/jena/JenaRDF.html#asTriple-org.apache.commons.rdf.api.RDF-org.apache.jena.graph.Triple-">asTriple</a></span>(<a href="../../../../../../org/apache/commons/rdf/api/RDF.html" title="interface in org.apache.commons.rdf.api">RDF</a>&nbsp;factory,
-        org.apache.jena.graph.Triple&nbsp;triple)</code>
-<div class="block">Convert from Jena <code>Triple</code> to a Commons RDF
- <a href="../../../../../../org/apache/commons/rdf/api/Triple.html" title="interface in org.apache.commons.rdf.api"><code>Triple</code></a>.</div>
-</td>
-</tr>
-</tbody>
-</table>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../../org/apache/commons/rdf/jena/package-summary.html">org.apache.commons.rdf.jena</a> with parameters of type <a href="../../../../../../org/apache/commons/rdf/api/Triple.html" title="interface in org.apache.commons.rdf.api">Triple</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>org.apache.jena.graph.Triple</code></td>
-<td class="colLast"><span class="typeNameLabel">JenaRDF.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/jena/JenaRDF.html#asJenaTriple-org.apache.commons.rdf.api.Triple-">asJenaTriple</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">Convert a CommonsRDF <a href="../../../../../../org/apache/commons/rdf/api/Triple.html" title="interface in org.apache.commons.rdf.api"><code>Triple</code></a> to a Jena
- <code>Triple</code>.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.commons.rdf.jsonldjava">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../../../org/apache/commons/rdf/api/Triple.html" title="interface in org.apache.commons.rdf.api">Triple</a> in <a href="../../../../../../org/apache/commons/rdf/jsonldjava/package-summary.html">org.apache.commons.rdf.jsonldjava</a></h3>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation">
-<caption><span>Subinterfaces of <a href="../../../../../../org/apache/commons/rdf/api/Triple.html" title="interface in org.apache.commons.rdf.api">Triple</a> in <a href="../../../../../../org/apache/commons/rdf/jsonldjava/package-summary.html">org.apache.commons.rdf.jsonldjava</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Interface and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>interface&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/jsonldjava/JsonLdTriple.html" title="interface in org.apache.commons.rdf.jsonldjava">JsonLdTriple</a></span></code>&nbsp;</td>
-</tr>
-</tbody>
-</table>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../../org/apache/commons/rdf/jsonldjava/package-summary.html">org.apache.commons.rdf.jsonldjava</a> with parameters of type <a href="../../../../../../org/apache/commons/rdf/api/Triple.html" title="interface in org.apache.commons.rdf.api">Triple</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>com.github.jsonldjava.core.RDFDataset.Quad</code></td>
-<td class="colLast"><span class="typeNameLabel">JsonLdRDF.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/jsonldjava/JsonLdRDF.html#asJsonLdQuad-org.apache.commons.rdf.api.Triple-">asJsonLdQuad</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">Adapt a Commons RDF <a href="../../../../../../org/apache/commons/rdf/api/Triple.html" title="interface in org.apache.commons.rdf.api"><code>Triple</code></a> as a JsonLd
- <code>RDFDataset.Quad</code>.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.commons.rdf.rdf4j">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../../../org/apache/commons/rdf/api/Triple.html" title="interface in org.apache.commons.rdf.api">Triple</a> in <a href="../../../../../../org/apache/commons/rdf/rdf4j/package-summary.html">org.apache.commons.rdf.rdf4j</a></h3>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation">
-<caption><span>Subinterfaces of <a href="../../../../../../org/apache/commons/rdf/api/Triple.html" title="interface in org.apache.commons.rdf.api">Triple</a> in <a href="../../../../../../org/apache/commons/rdf/rdf4j/package-summary.html">org.apache.commons.rdf.rdf4j</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Interface and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>interface&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/rdf4j/RDF4JTriple.html" title="interface in org.apache.commons.rdf.rdf4j">RDF4JTriple</a></span></code>
-<div class="block">Marker interface for RDF4J implementations of Triple.</div>
-</td>
-</tr>
-</tbody>
-</table>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../../org/apache/commons/rdf/rdf4j/package-summary.html">org.apache.commons.rdf.rdf4j</a> that return types with arguments of type <a href="../../../../../../org/apache/commons/rdf/api/Triple.html" title="interface in org.apache.commons.rdf.api">Triple</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/rdf4j/ClosableIterable.html" title="interface in org.apache.commons.rdf.rdf4j">ClosableIterable</a>&lt;<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"><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>
-</td>
-</tr>
-<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>&lt;<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"><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>&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 an Iterable for iterating over the triples in the graph that match
- the pattern.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.commons.rdf.simple">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../../../org/apache/commons/rdf/api/Triple.html" title="interface in org.apache.commons.rdf.api">Triple</a> in <a href="../../../../../../org/apache/commons/rdf/simple/package-summary.html">org.apache.commons.rdf.simple</a></h3>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../../org/apache/commons/rdf/simple/package-summary.html">org.apache.commons.rdf.simple</a> that return <a href="../../../../../../org/apache/commons/rdf/api/Triple.html" title="interface in org.apache.commons.rdf.api">Triple</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code><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">SimpleRDFTermFactory.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/simple/SimpleRDFTermFactory.html#createTriple-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">createTriple</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"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
-&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><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">SimpleRDF.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/simple/SimpleRDF.html#createTriple-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">createTriple</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>&nbsp;</td>
-</tr>
-</tbody>
-</table>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../../org/apache/commons/rdf/simple/package-summary.html">org.apache.commons.rdf.simple</a> that return types with arguments of type <a href="../../../../../../org/apache/commons/rdf/api/Triple.html" title="interface in org.apache.commons.rdf.api">Triple</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<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>&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"><span class="typeNameLabel">DatasetGraphView.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/simple/DatasetGraphView.html#stream--">stream</a></span>()</code>&nbsp;</td>
-</tr>
-<tr 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"><span class="typeNameLabel">DatasetGraphView.</span><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>&nbsp;</td>
-</tr>
-</tbody>
-</table>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../../org/apache/commons/rdf/simple/package-summary.html">org.apache.commons.rdf.simple</a> with parameters of type <a href="../../../../../../org/apache/commons/rdf/api/Triple.html" title="interface in org.apache.commons.rdf.api">Triple</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">DatasetGraphView.</span><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>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><span class="typeNameLabel">DatasetGraphView.</span><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>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">DatasetGraphView.</span><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>&nbsp;</td>
-</tr>
-</tbody>
-</table>
 </li>
 </ul>
 </li>