Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/api/RDFSyntax.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/api/RDFSyntax.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/api/RDFSyntax.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>RDFSyntax (Commons RDF 0.4.0-SNAPSHOT API)</title>
+<title>RDFSyntax (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,14 +12,14 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="RDFSyntax (Commons RDF 0.4.0-SNAPSHOT API)";
+ parent.document.title="RDFSyntax (Commons RDF 0.5.0 API)";
}
}
catch(err) {
}
//-->
-var methods = {"i0":9,"i1":9,"i2":10,"i3":9,"i4":9};
-var tabs = {65535:["t0","All Methods"],1:["t1","Static
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var methods =
{"i0":17,"i1":17,"i2":17,"i3":6,"i4":6,"i5":18,"i6":6,"i7":6,"i8":6,"i9":18,"i10":6,"i11":6,"i12":6,"i13":17};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static
Methods"],2:["t2","Instance Methods"],4:["t3","Abstract
Methods"],16:["t5","Default Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
@@ -75,14 +75,14 @@ var activeTableTab = "activeTableTab";
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
-<li><a href="#enum.constant.summary">Enum Constants</a> | </li>
<li><a href="#field.summary">Field</a> | </li>
+<li>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
-<li><a href="#enum.constant.detail">Enum Constants</a> | </li>
<li><a href="#field.detail">Field</a> | </li>
+<li>Constr | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
@@ -93,138 +93,84 @@ var activeTableTab = "activeTableTab";
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.commons.rdf.api</div>
-<h2 title="Enum RDFSyntax" class="title">Enum RDFSyntax</h2>
+<h2 title="Interface RDFSyntax" class="title">Interface RDFSyntax</h2>
</div>
<div class="contentContainer">
-<ul class="inheritance">
-<li><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">java.lang.Object</a></li>
-<li>
-<ul class="inheritance">
-<li><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true"
title="class or interface in java.lang">java.lang.Enum</a><<a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html" title="enum in
org.apache.commons.rdf.api">RDFSyntax</a>></li>
-<li>
-<ul class="inheritance">
-<li>org.apache.commons.rdf.api.RDFSyntax</li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
-<dl>
-<dt>All Implemented Interfaces:</dt>
-<dd><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>, <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><<a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html" title="enum in
org.apache.commons.rdf.api">RDFSyntax</a>></dd>
-</dl>
<hr>
<br>
-<pre>public enum <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.37">RDFSyntax</a>
-extends <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true"
title="class or interface in java.lang">Enum</a><<a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html" title="enum in
org.apache.commons.rdf.api">RDFSyntax</a>></pre>
-<div class="block">Enumeration of the RDF 1.1 serialization syntaxes.
- <p>
- This enumeration lists the W3C standardized RDF 1.1 syntaxes like
- <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#TURTLE"><code>TURTLE</code></a>
and <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#JSONLD"><code>JSONLD</code></a>.
Note the existence of other RDF syntaxes
- that are not included here, e.g.
- <a href="http://www.w3.org/TeamSubmission/n3/">N3</a> and
- <a href="https://en.wikipedia.org/wiki/TriX_%28syntax%29">TriX</a>.</div>
-<dl>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="https://www.w3.org/TR/rdf11-primer/#section-graph-syntax">RDF
- 1.1 Primer</a>,
-<a href="../../../../../org/apache/commons/rdf/experimental/RDFParser.html"
title="interface in
org.apache.commons.rdf.experimental"><code>RDFParser</code></a></dd>
-</dl>
+<pre>public interface <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.39">RDFSyntax</a></pre>
+<div class="block">An RDF syntax, e.g. as used for parsing and writing RDF.
+ <p>
+ An RDF syntax is uniquely identified by its <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#mediaType--"><code>mediaType()</code></a>,
and has a
+ suggested <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#fileExtension--"><code>fileExtension()</code></a>.
+ <p>
+ Some of the RDF syntaxes may <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#supportsDataset--"><code>supportsDataset()</code></a>,
meaning they can
+ represent <a href="../../../../../org/apache/commons/rdf/api/Quad.html"
title="interface in org.apache.commons.rdf.api"><code>Quad</code></a>s.
+ <p>
+ An enumeration of the official RDF 1.1 syntaxes is available in
+ <code>W3CRDFSyntax</code> - for convenience they are also accessible
+ as constants here, e.g. <code>RDFSyntax.JSONLD</code>.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
-<!-- =========== ENUM CONSTANT SUMMARY =========== -->
+<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
-<li class="blockList"><a name="enum.constant.summary">
+<li class="blockList"><a name="field.summary">
<!-- -->
</a>
-<h3>Enum Constant Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0"
summary="Enum Constant Summary table, listing enum constants, and an
explanation">
-<caption><span>Enum Constants</span><span
class="tabEnd"> </span></caption>
+<h3>Field Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0"
summary="Field Summary table, listing fields, and an explanation">
+<caption><span>Fields</span><span class="tabEnd"> </span></caption>
<tr>
-<th class="colOne" scope="col">Enum Constant and Description</th>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#JSONLD">JSONLD</a></span></code>
+<td class="colFirst"><code>static <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html"
title="interface in org.apache.commons.rdf.api">RDFSyntax</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#JSONLD">JSONLD</a></span></code>
<div class="block">JSON-LD 1.0</div>
</td>
</tr>
<tr class="rowColor">
-<td class="colOne"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#NQUADS">NQUADS</a></span></code>
+<td class="colFirst"><code>static <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html"
title="interface in org.apache.commons.rdf.api">RDFSyntax</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#NQUADS">NQUADS</a></span></code>
<div class="block">RDF 1.1 N-Quads</div>
</td>
</tr>
<tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#NTRIPLES">NTRIPLES</a></span></code>
+<td class="colFirst"><code>static <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html"
title="interface in org.apache.commons.rdf.api">RDFSyntax</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#NTRIPLES">NTRIPLES</a></span></code>
<div class="block">RDF 1.1 N-Triples</div>
</td>
</tr>
<tr class="rowColor">
-<td class="colOne"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#RDFA_HTML">RDFA_HTML</a></span></code>
-<div class="block">HTML+RDFa 1.1</div>
+<td class="colFirst"><code>static <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html"
title="interface in org.apache.commons.rdf.api">RDFSyntax</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#RDFA">RDFA</a></span></code>
+<div class="block">HTML+RDFa 1.1 and XHTML+RDFa 1.1</div>
</td>
</tr>
<tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#RDFA_XHTML">RDFA_XHTML</a></span></code>
-<div class="block">XHTML+RDFa 1.1</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#RDFXML">RDFXML</a></span></code>
+<td class="colFirst"><code>static <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html"
title="interface in org.apache.commons.rdf.api">RDFSyntax</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#RDFXML">RDFXML</a></span></code>
<div class="block">RDF 1.1 XML Syntax</div>
</td>
</tr>
-<tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#TRIG">TRIG</a></span></code>
-<div class="block">RDF 1.1 TriG</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#TURTLE">TURTLE</a></span></code>
-<div class="block">RDF 1.1 Turtle</div>
-</td>
-</tr>
-</table>
-</li>
-</ul>
-<!-- =========== FIELD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field.summary">
-<!-- -->
-</a>
-<h3>Field Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0"
summary="Field Summary table, listing fields, and an explanation">
-<caption><span>Fields</span><span class="tabEnd"> </span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Field and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#fileExtension">fileExtension</a></span></code>
-<div class="block">The <a
href="https://tools.ietf.org/html/rfc2046">IANA-registered</a>
- file extension.</div>
-</td>
-</tr>
<tr class="rowColor">
-<td class="colFirst"><code><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#mediaType">mediaType</a></span></code>
-<div class="block">The <a href="https://tools.ietf.org/html/rfc2046">IANA
media type</a> for
- the RDF syntax.</div>
+<td class="colFirst"><code>static <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html"
title="interface in org.apache.commons.rdf.api">RDFSyntax</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#TRIG">TRIG</a></span></code>
+<div class="block">RDF 1.1 TriG</div>
</td>
</tr>
<tr class="altColor">
-<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#supportsDataset">supportsDataset</a></span></code>
-<div class="block">Indicate if this RDF syntax supports
- <a href="https://www.w3.org/TR/rdf11-concepts/#section-dataset">RDF
- Datasets</a>.</div>
+<td class="colFirst"><code>static <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html"
title="interface in org.apache.commons.rdf.api">RDFSyntax</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#TURTLE">TURTLE</a></span></code>
+<div class="block">RDF 1.1 Turtle</div>
</td>
</tr>
</table>
@@ -237,57 +183,104 @@ extends <a href="https://docs.oracle.com
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0"
summary="Method Summary table, listing methods, and an explanation">
-<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span
class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a
href="javascript:show(1);">Static Methods</a></span><span
class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a
href="javascript:show(2);">Instance Methods</a></span><span
class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a
href="javascript:show(8);">Concrete Methods</a></span><span
class="tabEnd"> </span></span></caption>
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span
class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a
href="javascript:show(1);">Static Methods</a></span><span
class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a
href="javascript:show(2);">Instance Methods</a></span><span
class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a
href="javascript:show(4);">Abstract Methods</a></span><span
class="tabEnd"> </span></span><span id="t5" class="tableTab"><span><a
href="javascript:show(16);">Default Methods</a></span><span
class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
-<td class="colFirst"><code>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><<a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html" title="enum in
org.apache.commons.rdf.api">RDFSyntax</a>></code></td>
+<td class="colFirst"><code>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><<a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html"
title="interface in org.apache.commons.rdf.api">RDFSyntax</a>></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#byFileExtension-java.lang.String-">byFileExtension</a></span>(<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> fileExtension)</code>
<div class="block">Return the RDFSyntax with the specified file
extension.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
-<td class="colFirst"><code>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><<a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html" title="enum in
org.apache.commons.rdf.api">RDFSyntax</a>></code></td>
+<td class="colFirst"><code>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><<a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html"
title="interface in org.apache.commons.rdf.api">RDFSyntax</a>></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#byMediaType-java.lang.String-">byMediaType</a></span>(<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> mediaType)</code>
<div class="block">Return the RDFSyntax with the specified media type.</div>
</td>
</tr>
<tr id="i2" class="altColor">
-<td class="colFirst"><code><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#toString--">toString</a></span>()</code>
-<div class="block">A human-readable name for the RDF syntax.</div>
+<td class="colFirst"><code>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><<a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html"
title="interface in org.apache.commons.rdf.api">RDFSyntax</a>></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#byName-java.lang.String-">byName</a></span>(<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> name)</code>
+<div class="block">Return the RDFSyntax with the specified <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#name--"><code>name()</code></a>.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
-<td class="colFirst"><code>static <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html" title="enum in
org.apache.commons.rdf.api">RDFSyntax</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#valueOf-java.lang.String-">valueOf</a></span>(<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> name)</code>
-<div class="block">Returns the enum constant of this type with the specified
name.</div>
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#equals-java.lang.Object-">equals</a></span>(<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a> obj)</code>
+<div class="block">Compare this RDFSyntax with another object.</div>
</td>
</tr>
<tr id="i4" class="altColor">
-<td class="colFirst"><code>static <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html" title="enum in
org.apache.commons.rdf.api">RDFSyntax</a>[]</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#values--">values</a></span>()</code>
-<div class="block">Returns an array containing the constants of this enum
type, in
-the order they are declared.</div>
+<td class="colFirst"><code><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#fileExtension--">fileExtension</a></span>()</code>
+<div class="block">The <a
href="https://tools.ietf.org/html/rfc2046">IANA-registered</a>
+ file extension.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>default <a
href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true"
title="class or interface in java.util">Set</a><<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a>></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#fileExtensions--">fileExtensions</a></span>()</code>
+<div class="block">Set of file extensions for this RDF syntax, including any
non-official extensions.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#hashCode--">hashCode</a></span>()</code>
+<div class="block">The hash code of an RDFSyntax is equivalent to the hash code
+ of the <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#mediaType--"><code>mediaType()</code></a>
in lower case according to
+ <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true#toLowerCase-java.util.Locale-"
title="class or interface in
java.lang"><code>String.toLowerCase(Locale)</code></a> with the locale
+ <a
href="https://docs.oracle.com/javase/8/docs/api/java/util/Locale.html?is-external=true#ROOT"
title="class or interface in java.util"><code>Locale.ROOT</code></a>.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code><a
href="../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in
org.apache.commons.rdf.api">IRI</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#iri--">iri</a></span>()</code>
+<div class="block">Return the <a
href="../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in
org.apache.commons.rdf.api"><code>IRI</code></a> that <em>identifies</em> the
RDF syntax.</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#mediaType--">mediaType</a></span>()</code>
+<div class="block">The <a href="https://tools.ietf.org/html/rfc2046">IANA
media type</a> for
+ the RDF syntax.</div>
+</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code>default <a
href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true"
title="class or interface in java.util">Set</a><<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a>></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#mediaTypes--">mediaTypes</a></span>()</code>
+<div class="block">Set of <a href="https://tools.ietf.org/html/rfc2046">IANA
media types</a> that
+ covers this RDF syntax, including any non-official media types.</div>
+</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#name--">name</a></span>()</code>
+<div class="block">A short name of the RDF Syntax e.g.</div>
+</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#supportsDataset--">supportsDataset</a></span>()</code>
+<div class="block">Indicate if this RDF syntax supports
+ <a href="https://www.w3.org/TR/rdf11-concepts/#section-dataset">RDF
+ Datasets</a>.</div>
+</td>
+</tr>
+<tr id="i12" class="altColor">
+<td class="colFirst"><code><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#title--">title</a></span>()</code>
+<div class="block">The title of the RDF Syntax.</div>
+</td>
+</tr>
+<tr id="i13" class="rowColor">
+<td class="colFirst"><code>static <a
href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true"
title="class or interface in java.util">Set</a><<a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html"
title="interface in org.apache.commons.rdf.api">RDFSyntax</a>></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#w3cSyntaxes--">w3cSyntaxes</a></span>()</code>
+<div class="block">Return the RDF 1.1 serialization syntaxes.</div>
</td>
</tr>
</table>
-<ul class="blockList">
-<li class="blockList"><a name="methods.inherited.from.class.java.lang.Enum">
-<!-- -->
-</a>
-<h3>Methods inherited from class 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">Enum</a></h3>
-<code><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#clone--"
title="class or interface in java.lang">clone</a>, <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#compareTo-E-"
title="class or interface in java.lang">compareTo</a>, <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#equals-java.lang.Object-"
title="class or interface in java.lang">equals</a>, <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#finalize--"
title="class or interface in java.lang">finalize</a>, <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#getDeclaringClass--"
title="class or interface in java.lang">getDeclaringClass</a>, <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#hashCode--"
title="class or interface in java.lang">hashCode</a>, <a
href="https://docs.oracle.com/javase/
8/docs/api/java/lang/Enum.html?is-external=true#name--" title="class or
interface in java.lang">name</a>, <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#ordinal--"
title="class or interface in java.lang">ordinal</a>, <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#valueOf-java.lang.Class-java.lang.String-"
title="class or interface in java.lang">valueOf</a></code></li>
-</ul>
-<ul class="blockList">
-<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
-<!-- -->
-</a>
-<h3>Methods inherited from class java.lang.<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a></h3>
-<code><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--"
title="class or interface in java.lang">getClass</a>, <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--"
title="class or interface in java.lang">notify</a>, <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--"
title="class or interface in java.lang">notifyAll</a>, <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--"
title="class or interface in java.lang">wait</a>, <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-"
title="class or interface in java.lang">wait</a>, <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-"
title="class or interface in java.lang">wait</a></code></li>
-</ul>
</li>
</ul>
</li>
@@ -296,19 +289,19 @@ the order they are declared.</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
-<!-- ============ ENUM CONSTANT DETAIL =========== -->
+<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
-<li class="blockList"><a name="enum.constant.detail">
+<li class="blockList"><a name="field.detail">
<!-- -->
</a>
-<h3>Enum Constant Detail</h3>
+<h3>Field Detail</h3>
<a name="JSONLD">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JSONLD</h4>
-<pre>public static final <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html" title="enum in
org.apache.commons.rdf.api">RDFSyntax</a> <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.46">JSONLD</a></pre>
+<pre>static final <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html"
title="interface in org.apache.commons.rdf.api">RDFSyntax</a> <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.48">JSONLD</a></pre>
<div class="block">JSON-LD 1.0</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
@@ -323,7 +316,7 @@ the order they are declared.</div>
<ul class="blockList">
<li class="blockList">
<h4>TURTLE</h4>
-<pre>public static final <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html" title="enum in
org.apache.commons.rdf.api">RDFSyntax</a> <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.55">TURTLE</a></pre>
+<pre>static final <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html"
title="interface in org.apache.commons.rdf.api">RDFSyntax</a> <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.57">TURTLE</a></pre>
<div class="block">RDF 1.1 Turtle</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
@@ -338,7 +331,7 @@ the order they are declared.</div>
<ul class="blockList">
<li class="blockList">
<h4>NQUADS</h4>
-<pre>public static final <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html" title="enum in
org.apache.commons.rdf.api">RDFSyntax</a> <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.63">NQUADS</a></pre>
+<pre>static final <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html"
title="interface in org.apache.commons.rdf.api">RDFSyntax</a> <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.65">NQUADS</a></pre>
<div class="block">RDF 1.1 N-Quads</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
@@ -353,7 +346,7 @@ the order they are declared.</div>
<ul class="blockList">
<li class="blockList">
<h4>NTRIPLES</h4>
-<pre>public static final <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html" title="enum in
org.apache.commons.rdf.api">RDFSyntax</a> <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.71">NTRIPLES</a></pre>
+<pre>static final <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html"
title="interface in org.apache.commons.rdf.api">RDFSyntax</a> <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.73">NTRIPLES</a></pre>
<div class="block">RDF 1.1 N-Triples</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
@@ -362,32 +355,19 @@ the order they are declared.</div>
</dl>
</li>
</ul>
-<a name="RDFA_HTML">
+<a name="RDFA">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
-<h4>RDFA_HTML</h4>
-<pre>public static final <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html" title="enum in
org.apache.commons.rdf.api">RDFSyntax</a> <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.79">RDFA_HTML</a></pre>
-<div class="block">HTML+RDFa 1.1</div>
-<dl>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href=
-
"https://www.w3.org/TR/html-rdfa/">https://www.w3.org/TR/html-rdfa/</a></dd>
-</dl>
-</li>
-</ul>
-<a name="RDFA_XHTML">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>RDFA_XHTML</h4>
-<pre>public static final <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html" title="enum in
org.apache.commons.rdf.api">RDFSyntax</a> <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.87">RDFA_XHTML</a></pre>
-<div class="block">XHTML+RDFa 1.1</div>
+<h4>RDFA</h4>
+<pre>static final <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html"
title="interface in org.apache.commons.rdf.api">RDFSyntax</a> <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.83">RDFA</a></pre>
+<div class="block">HTML+RDFa 1.1 and XHTML+RDFa 1.1</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href=
+ "https://www.w3.org/TR/html-rdfa/">https://www.w3.org/TR/html-rdfa/</a>,
+<a href=
"https://www.w3.org/TR/xhtml-rdfa/">https://www.w3.org/TR/xhtml-rdfa/</a></dd>
</dl>
</li>
@@ -398,7 +378,7 @@ the order they are declared.</div>
<ul class="blockList">
<li class="blockList">
<h4>RDFXML</h4>
-<pre>public static final <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html" title="enum in
org.apache.commons.rdf.api">RDFSyntax</a> <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.95">RDFXML</a></pre>
+<pre>static final <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html"
title="interface in org.apache.commons.rdf.api">RDFSyntax</a> <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.91">RDFXML</a></pre>
<div class="block">RDF 1.1 XML Syntax</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
@@ -413,7 +393,7 @@ the order they are declared.</div>
<ul class="blockListLast">
<li class="blockList">
<h4>TRIG</h4>
-<pre>public static final <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html" title="enum in
org.apache.commons.rdf.api">RDFSyntax</a> <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.103">TRIG</a></pre>
+<pre>static final <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html"
title="interface in org.apache.commons.rdf.api">RDFSyntax</a> <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.99">TRIG</a></pre>
<div class="block">RDF 1.1 TriG</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
@@ -424,19 +404,52 @@ the order they are declared.</div>
</ul>
</li>
</ul>
-<!-- ============ FIELD DETAIL =========== -->
+<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
-<li class="blockList"><a name="field.detail">
+<li class="blockList"><a name="method.detail">
<!-- -->
</a>
-<h3>Field Detail</h3>
-<a name="mediaType">
+<h3>Method Detail</h3>
+<a name="name--">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>name</h4>
+<pre><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.108">name</a>()</pre>
+<div class="block">A short name of the RDF Syntax e.g. <code>JSONLD</code>.
+ <p>
+ The name is specific to Commons RDF and carries no particular meaning.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>Short name for RDF syntax</dd>
+</dl>
+</li>
+</ul>
+<a name="title--">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>title</h4>
+<pre><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.118">title</a>()</pre>
+<div class="block">The title of the RDF Syntax.
+ <p>
+ This is generally the title of the corresponding standard,
+ e.g. <em>RDF 1.1 Turtle</em>.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>Title of RDF Syntax</dd>
+</dl>
+</li>
+</ul>
+<a name="mediaType--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mediaType</h4>
-<pre>public final <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.114">mediaType</a></pre>
+<pre><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.131">mediaType</a>()</pre>
<div class="block">The <a href="https://tools.ietf.org/html/rfc2046">IANA
media type</a> for
the RDF syntax.
<p>
@@ -444,97 +457,171 @@ the order they are declared.</div>
<code>Accept</code> for <em>content negotiation</em> in the
<a href="https://tools.ietf.org/html/rfc7231#section-3.1.1.1">HTTP
protocol</a>.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The registered media type of the RDF Syntax</dd>
+</dl>
</li>
</ul>
-<a name="fileExtension">
+<a name="mediaTypes--">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>mediaTypes</h4>
+<pre>default <a
href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true"
title="class or interface in java.util">Set</a><<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a>> <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.147">mediaTypes</a>()</pre>
+<div class="block">Set of <a href="https://tools.ietf.org/html/rfc2046">IANA
media types</a> that
+ covers this RDF syntax, including any non-official media types.
+ <p>
+ The media type can be used as part of <code>Content-Type</code> and
+ <code>Accept</code> for <em>content negotiation</em> in the
+ <a href="https://tools.ietf.org/html/rfc7231#section-3.1.1.1">HTTP
+ protocol</a>.
+ <p>
+ The returned Set MUST include the value <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#mediaType--"><code>mediaType()</code></a>;
this is the
+ behaviour of the default implementation.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The media types corresponding to the RDF Syntax</dd>
+</dl>
+</li>
+</ul>
+<a name="fileExtension--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>fileExtension</h4>
-<pre>public final <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.122">fileExtension</a></pre>
+<pre><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.159">fileExtension</a>()</pre>
<div class="block">The <a
href="https://tools.ietf.org/html/rfc2046">IANA-registered</a>
file extension.
<p>
The file extension includes the leading period, e.g.
<code>.jsonld</code></div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The registered file extension of the RDF Syntax</dd>
+</dl>
</li>
</ul>
-<a name="supportsDataset">
+<a name="fileExtensions--">
<!-- -->
</a>
-<ul class="blockListLast">
+<ul class="blockList">
+<li class="blockList">
+<h4>fileExtensions</h4>
+<pre>default <a
href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true"
title="class or interface in java.util">Set</a><<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a>> <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.171">fileExtensions</a>()</pre>
+<div class="block">Set of file extensions for this RDF syntax, including any
non-official extensions.
+ <p>
+ The file extension includes the leading period, e.g. <code>.jsonld</code>
+ <p>
+ The returned Set MUST include the value from <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#fileExtension--"><code>fileExtension()</code></a>;
this is
+ the behaviour of the default implementation.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The file extensions corresponding to the RDF Syntax</dd>
+</dl>
+</li>
+</ul>
+<a name="supportsDataset--">
+<!-- -->
+</a>
+<ul class="blockList">
<li class="blockList">
<h4>supportsDataset</h4>
-<pre>public final boolean <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.129">supportsDataset</a></pre>
+<pre>boolean <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.182">supportsDataset</a>()</pre>
<div class="block">Indicate if this RDF syntax supports
<a href="https://www.w3.org/TR/rdf11-concepts/#section-dataset">RDF
Datasets</a>.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if this RDF Syntax supports datasets; false otherwise</dd>
+</dl>
</li>
</ul>
-</li>
-</ul>
-<!-- ============ METHOD DETAIL ========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method.detail">
+<a name="iri--">
<!-- -->
</a>
-<h3>Method Detail</h3>
-<a name="values--">
+<ul class="blockList">
+<li class="blockList">
+<h4>iri</h4>
+<pre><a href="../../../../../org/apache/commons/rdf/api/IRI.html"
title="interface in org.apache.commons.rdf.api">IRI</a> <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.193">iri</a>()</pre>
+<div class="block">Return the <a
href="../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in
org.apache.commons.rdf.api"><code>IRI</code></a> that <em>identifies</em> the
RDF syntax.
+ <p>
+ Note that the identifying IRI is generally distinct from the IRI of the
+ document that <em>specifies</em> the RDF syntax.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>Identifying IRI, e.g.
+ <code>http://www.w3.org/ns/formats/JSON-LD</code></dd>
+</dl>
+</li>
+</ul>
+<a name="equals-java.lang.Object-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
-<h4>values</h4>
-<pre>public static <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html" title="enum in
org.apache.commons.rdf.api">RDFSyntax</a>[] <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.37">values</a>()</pre>
-<div class="block">Returns an array containing the constants of this enum
type, in
-the order they are declared. This method may be used to iterate
-over the constants as follows:
-<pre>
-for (RDFSyntax c : RDFSyntax.values())
- System.out.println(c);
-</pre></div>
+<h4>equals</h4>
+<pre>boolean <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.207">equals</a>(<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a> obj)</pre>
+<div class="block">Compare this RDFSyntax with another object.
+ <p>
+ Two <a href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html"
title="interface in org.apache.commons.rdf.api"><code>RDFSyntax</code></a>es
are considered equal if their
+ <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#mediaType--"><code>mediaType()</code></a>s
are equal when compared as lower case strings
+ according to <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true#toLowerCase-java.util.Locale-"
title="class or interface in
java.lang"><code>String.toLowerCase(Locale)</code></a> with the locale
+ <a
href="https://docs.oracle.com/javase/8/docs/api/java/util/Locale.html?is-external=true#ROOT"
title="class or interface in java.util"><code>Locale.ROOT</code></a>.</div>
<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-"
title="class or interface in java.lang">equals</a></code> in
class <code><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a></code></dd>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>obj</code> - the object with which to compare</dd>
<dt><span class="returnLabel">Returns:</span></dt>
-<dd>an array containing the constants of this enum type, in the order they are
declared</dd>
+<dd>true if this object is the same as the obj argument; false otherwise</dd>
</dl>
</li>
</ul>
-<a name="valueOf-java.lang.String-">
+<a name="hashCode--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
-<h4>valueOf</h4>
-<pre>public static <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html" title="enum in
org.apache.commons.rdf.api">RDFSyntax</a> <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.37">valueOf</a>(<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> name)</pre>
-<div class="block">Returns the enum constant of this type with the specified
name.
-The string must match <i>exactly</i> an identifier used to declare an
-enum constant in this type. (Extraneous whitespace characters are
-not permitted.)</div>
+<h4>hashCode</h4>
+<pre>int <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.218">hashCode</a>()</pre>
+<div class="block">The hash code of an RDFSyntax is equivalent to the hash code
+ of the <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#mediaType--"><code>mediaType()</code></a>
in lower case according to
+ <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true#toLowerCase-java.util.Locale-"
title="class or interface in
java.lang"><code>String.toLowerCase(Locale)</code></a> with the locale
+ <a
href="https://docs.oracle.com/javase/8/docs/api/java/util/Locale.html?is-external=true#ROOT"
title="class or interface in java.util"><code>Locale.ROOT</code></a>.</div>
<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>name</code> - the name of the enum constant to be returned.</dd>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--"
title="class or interface in java.lang">hashCode</a></code> in
class <code><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
-<dd>the enum constant with the specified name</dd>
-<dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><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></code> -
if this enum type has no constant with the specified name</dd>
-<dd><code><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/NullPointerException.html?is-external=true"
title="class or interface in java.lang">NullPointerException</a></code> - if
the argument is null</dd>
+<dd>Hash code of RDFSyntax</dd>
</dl>
</li>
</ul>
-<a name="toString--">
+<a name="w3cSyntaxes--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
-<h4>toString</h4>
-<pre>public <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.140">toString</a>()</pre>
-<div class="block">A human-readable name for the RDF syntax.
+<h4>w3cSyntaxes</h4>
+<pre>static <a
href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true"
title="class or interface in java.util">Set</a><<a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html"
title="interface in org.apache.commons.rdf.api">RDFSyntax</a>> <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.240">w3cSyntaxes</a>()</pre>
+<div class="block">Return the RDF 1.1 serialization syntaxes.
<p>
- The name is equivalent to the the title of the corresponding W3C
- Specification.</div>
+ This lists the W3C standardized RDF 1.1 syntaxes like <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#TURTLE"><code>TURTLE</code></a>
and
+ <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#JSONLD"><code>JSONLD</code></a>.
Note the existence of other RDF syntaxes that are not
+ included here, e.g. <a href="http://www.w3.org/TeamSubmission/n3/">N3</a> and
+ <a href="https://en.wikipedia.org/wiki/TriX_%28syntax%29">TriX</a>.
+ <p>
+ The syntaxes returned only support the <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#mediaType--"><code>mediaType()</code></a>
+ and <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#fileExtension--"><code>fileExtension()</code></a>
as defined in the corresponding
+ W3C specification.</div>
<dl>
-<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#toString--"
title="class or interface in java.lang">toString</a></code> in
class <code><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true"
title="class or interface in java.lang">Enum</a><<a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html" title="enum in
org.apache.commons.rdf.api">RDFSyntax</a>></code></dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>A set of the official RDF 1.1 <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html"
title="interface in
org.apache.commons.rdf.api"><code>RDFSyntax</code></a>es.</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="https://www.w3.org/TR/rdf11-primer/#section-graph-syntax">RDF
+ 1.1 Primer</a>,
+<a href="../../../../../org/apache/commons/rdf/experimental/RDFParser.html"
title="interface in
org.apache.commons.rdf.experimental"><code>RDFParser</code></a></dd>
</dl>
</li>
</ul>
@@ -544,23 +631,24 @@ not permitted.)</div>
<ul class="blockList">
<li class="blockList">
<h4>byMediaType</h4>
-<pre>public 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><<a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html" title="enum in
org.apache.commons.rdf.api">RDFSyntax</a>> <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.170">byMediaType</a>(<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> mediaType)</pre>
+<pre>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><<a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html"
title="interface in org.apache.commons.rdf.api">RDFSyntax</a>> <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.264">byMediaType</a>(<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> mediaType)</pre>
<div class="block">Return the RDFSyntax with the specified media type.
<p>
- The <code>mediaType</code> is compared in lower case, therefore it might
- not be equal to the <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#mediaType"><code>mediaType</code></a>
of the returned
- RDFSyntax.
- <p>
- For convenience matching of media types used in a
- <code>Content-Type</code> header, if the <code>mediaType</code> contains
- the characters <code>;</code>, <code>,</code> or white space, only the
- part of the string to the left of those characters are considered.</div>
+ The <code>mediaType</code> is compared in lower case to all media types
+ supported, therefore it might not be equal to the
+ <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#mediaType--"><code>mediaType()</code></a>
of the returned RDFSyntax.
+ <p>
+ If the media type specifies parameters, e.g.
+ <code>text/turtle; charset=ascii</code>, only the part of the string to
+ before <code>;</code> is considered.
+ <p>
+ This method support all syntaxes returned by <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#w3cSyntaxes--"><code>w3cSyntaxes()</code></a>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>mediaType</code> - The media type to match</dd>
<dt><span class="returnLabel">Returns:</span></dt>
-<dd>If <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>,
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#mediaType"><code>mediaType</code></a>,
otherwise
+<dd>If <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>,
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#mediaType--"><code>mediaType()</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>
indicating that no matching syntax was
found.</dd>
</dl>
@@ -569,26 +657,48 @@ not permitted.)</div>
<a name="byFileExtension-java.lang.String-">
<!-- -->
</a>
-<ul class="blockListLast">
+<ul class="blockList">
<li class="blockList">
<h4>byFileExtension</h4>
-<pre>public 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><<a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html" title="enum in
org.apache.commons.rdf.api">RDFSyntax</a>> <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.189">byFileExtension</a>(<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> fileExtension)</pre>
+<pre>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><<a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html"
title="interface in org.apache.commons.rdf.api">RDFSyntax</a>> <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.286">byFileExtension</a>(<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> fileExtension)</pre>
<div class="block">Return the RDFSyntax with the specified file extension.
<p>
- The <code>fileExtension</code> is compared in lower case, therefore it
- might not be equal to the <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#fileExtension"><code>fileExtension</code></a>
of the returned
- RDFSyntax.</div>
+ The <code>fileExtension</code> is compared in lower case to all
+ extensions supported, therefore it might not be equal to the
+ <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#fileExtension--"><code>fileExtension()</code></a>
of the returned RDFSyntax.
+ <p>
+ This method support all syntaxes returned by <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#w3cSyntaxes--"><code>w3cSyntaxes()</code></a>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>fileExtension</code> - The fileExtension to match, starting with
<code>.</code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
-<dd>If <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>,
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>fileExtension</code></a>,
otherwise
+<dd>If <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>,
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>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>
indicating that no matching file
extension was found.</dd>
</dl>
</li>
</ul>
+<a name="byName-java.lang.String-">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>byName</h4>
+<pre>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><<a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html"
title="interface in org.apache.commons.rdf.api">RDFSyntax</a>> <a
href="../../../../../src-html/org/apache/commons/rdf/api/RDFSyntax.html#line.303">byName</a>(<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> name)</pre>
+<div class="block">Return the RDFSyntax with the specified <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#name--"><code>name()</code></a>.
+ <p>
+ This method support all syntaxes returned by <a
href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html#w3cSyntaxes--"><code>w3cSyntaxes()</code></a>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>name</code> - The name to match, , e.g. <code>"JSONLD"</code></dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>If <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>,
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#name--"><code>name()</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>
indicating that no matching name was found.</dd>
+</dl>
+</li>
+</ul>
</li>
</ul>
</li>
@@ -643,14 +753,14 @@ not permitted.)</div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
-<li><a href="#enum.constant.summary">Enum Constants</a> | </li>
<li><a href="#field.summary">Field</a> | </li>
+<li>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
-<li><a href="#enum.constant.detail">Enum Constants</a> | </li>
<li><a href="#field.detail">Field</a> | </li>
+<li>Constr | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/api/RDFTerm.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/api/RDFTerm.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/api/RDFTerm.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>RDFTerm (Commons RDF 0.4.0-SNAPSHOT API)</title>
+<title>RDFTerm (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="RDFTerm (Commons RDF 0.4.0-SNAPSHOT API)";
+ parent.document.title="RDFTerm (Commons RDF 0.5.0 API)";
}
}
catch(err) {
@@ -49,7 +49,7 @@ var activeTableTab = "activeTableTab";
</div>
<div class="subNav">
<ul class="navList">
-<li><a href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html"
title="enum in org.apache.commons.rdf.api"><span
class="typeNameLink">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html"
title="interface in org.apache.commons.rdf.api"><span
class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../org/apache/commons/rdf/api/RDFTermFactory.html"
title="interface in org.apache.commons.rdf.api"><span
class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
@@ -299,7 +299,7 @@ var activeTableTab = "activeTableTab";
</div>
<div class="subNav">
<ul class="navList">
-<li><a href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html"
title="enum in org.apache.commons.rdf.api"><span
class="typeNameLink">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/commons/rdf/api/RDFSyntax.html"
title="interface in org.apache.commons.rdf.api"><span
class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../org/apache/commons/rdf/api/RDFTermFactory.html"
title="interface in org.apache.commons.rdf.api"><span
class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/api/RDFTermFactory.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/api/RDFTermFactory.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/api/RDFTermFactory.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>RDFTermFactory (Commons RDF 0.4.0-SNAPSHOT API)</title>
+<title>RDFTermFactory (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="RDFTermFactory (Commons RDF 0.4.0-SNAPSHOT
API)";
+ parent.document.title="RDFTermFactory (Commons RDF 0.5.0 API)";
}
}
catch(err) {
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/api/Triple.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/api/Triple.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/api/Triple.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>Triple (Commons RDF 0.4.0-SNAPSHOT API)</title>
+<title>Triple (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="Triple (Commons RDF 0.4.0-SNAPSHOT API)";
+ parent.document.title="Triple (Commons RDF 0.5.0 API)";
}
}
catch(err) {
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
extends <a href="../../../../../org/apache/commons/rdf/api/TripleLike.html"
title="interface in org.apache.commons.rdf.api">TripleLike</a></pre>
<div class="block">An <a href=
"http://www.w3.org/TR/rdf11-concepts/#dfn-rdf-triple" >RDF-1.1
Triple</a>, as defined by
- <a href= "http://www.w3.org/TR/rdf11-concepts/" >RDF-1.1 Concepts and
+ <a href= "http://www.w3.org/TR/rdf11-concepts/#section-triples" >RDF-1.1
Concepts and
Abstract Syntax</a>, a W3C Recommendation published on 25 February 2014.
<p>
A <code>Triple</code> object in Commons RDF is considered
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/api/TripleLike.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/api/TripleLike.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/api/TripleLike.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>TripleLike (Commons RDF 0.4.0-SNAPSHOT API)</title>
+<title>TripleLike (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="TripleLike (Commons RDF 0.4.0-SNAPSHOT
API)";
+ parent.document.title="TripleLike (Commons RDF 0.5.0 API)";
}
}
catch(err) {
Modified:
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/api/class-use/BlankNode.html
==============================================================================
---
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/api/class-use/BlankNode.html
(original)
+++
websites/production/commons/content/proper/commons-rdf/apidocs/org/apache/commons/rdf/api/class-use/BlankNode.html
Sat Dec 23 20:15:28 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.commons.rdf.api.BlankNode (Commons RDF
0.4.0-SNAPSHOT API)</title>
+<title>Uses of Interface org.apache.commons.rdf.api.BlankNode (Commons RDF
0.5.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Interface
org.apache.commons.rdf.api.BlankNode (Commons RDF 0.4.0-SNAPSHOT API)";
+ parent.document.title="Uses of Interface
org.apache.commons.rdf.api.BlankNode (Commons RDF 0.5.0 API)";
}
}
catch(err) {
@@ -127,29 +127,29 @@
</tr>
<tbody>
<tr class="altColor">
-<td class="colFirst"><code>default <a
href="../../../../../../org/apache/commons/rdf/api/BlankNode.html"
title="interface in org.apache.commons.rdf.api">BlankNode</a></code></td>
-<td class="colLast"><span
class="typeNameLabel">RDFTermFactory.</span><code><span
class="memberNameLink"><a
href="../../../../../../org/apache/commons/rdf/api/RDFTermFactory.html#createBlankNode--">createBlankNode</a></span>()</code>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div>
- </td>
-</tr>
-<tr class="rowColor">
<td class="colFirst"><code><a
href="../../../../../../org/apache/commons/rdf/api/BlankNode.html"
title="interface in org.apache.commons.rdf.api">BlankNode</a></code></td>
<td class="colLast"><span class="typeNameLabel">RDF.</span><code><span
class="memberNameLink"><a
href="../../../../../../org/apache/commons/rdf/api/RDF.html#createBlankNode--">createBlankNode</a></span>()</code>
<div class="block">Create a new blank node.</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><code>default <a
href="../../../../../../org/apache/commons/rdf/api/BlankNode.html"
title="interface in org.apache.commons.rdf.api">BlankNode</a></code></td>
-<td class="colLast"><span
class="typeNameLabel">RDFTermFactory.</span><code><span
class="memberNameLink"><a
href="../../../../../../org/apache/commons/rdf/api/RDFTermFactory.html#createBlankNode-java.lang.String-">createBlankNode</a></span>(<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> name)</code>
+<td class="colLast"><span
class="typeNameLabel">RDFTermFactory.</span><code><span
class="memberNameLink"><a
href="../../../../../../org/apache/commons/rdf/api/RDFTermFactory.html#createBlankNode--">createBlankNode</a></span>()</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><code><a
href="../../../../../../org/apache/commons/rdf/api/BlankNode.html"
title="interface in org.apache.commons.rdf.api">BlankNode</a></code></td>
<td class="colLast"><span class="typeNameLabel">RDF.</span><code><span
class="memberNameLink"><a
href="../../../../../../org/apache/commons/rdf/api/RDF.html#createBlankNode-java.lang.String-">createBlankNode</a></span>(<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> name)</code>
<div class="block">Create a blank node based on the given name.</div>
</td>
</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>default <a
href="../../../../../../org/apache/commons/rdf/api/BlankNode.html"
title="interface in org.apache.commons.rdf.api">BlankNode</a></code></td>
+<td class="colLast"><span
class="typeNameLabel">RDFTermFactory.</span><code><span
class="memberNameLink"><a
href="../../../../../../org/apache/commons/rdf/api/RDFTermFactory.html#createBlankNode-java.lang.String-">createBlankNode</a></span>(<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> name)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div>
+ </td>
+</tr>
</tbody>
</table>
</li>
@@ -225,24 +225,24 @@
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a
href="../../../../../../org/apache/commons/rdf/api/BlankNode.html"
title="interface in org.apache.commons.rdf.api">BlankNode</a></code></td>
-<td class="colLast"><span class="typeNameLabel">SimpleRDF.</span><code><span
class="memberNameLink"><a
href="../../../../../../org/apache/commons/rdf/simple/SimpleRDF.html#createBlankNode--">createBlankNode</a></span>()</code> </td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a
href="../../../../../../org/apache/commons/rdf/api/BlankNode.html"
title="interface in org.apache.commons.rdf.api">BlankNode</a></code></td>
<td class="colLast"><span
class="typeNameLabel">SimpleRDFTermFactory.</span><code><span
class="memberNameLink"><a
href="../../../../../../org/apache/commons/rdf/simple/SimpleRDFTermFactory.html#createBlankNode--">createBlankNode</a></span>()</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><code><a
href="../../../../../../org/apache/commons/rdf/api/BlankNode.html"
title="interface in org.apache.commons.rdf.api">BlankNode</a></code></td>
-<td class="colLast"><span class="typeNameLabel">SimpleRDF.</span><code><span
class="memberNameLink"><a
href="../../../../../../org/apache/commons/rdf/simple/SimpleRDF.html#createBlankNode-java.lang.String-">createBlankNode</a></span>(<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> name)</code> </td>
+<td class="colLast"><span class="typeNameLabel">SimpleRDF.</span><code><span
class="memberNameLink"><a
href="../../../../../../org/apache/commons/rdf/simple/SimpleRDF.html#createBlankNode--">createBlankNode</a></span>()</code> </td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><code><a
href="../../../../../../org/apache/commons/rdf/api/BlankNode.html"
title="interface in org.apache.commons.rdf.api">BlankNode</a></code></td>
<td class="colLast"><span
class="typeNameLabel">SimpleRDFTermFactory.</span><code><span
class="memberNameLink"><a
href="../../../../../../org/apache/commons/rdf/simple/SimpleRDFTermFactory.html#createBlankNode-java.lang.String-">createBlankNode</a></span>(<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> name)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div>
</td>
</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a
href="../../../../../../org/apache/commons/rdf/api/BlankNode.html"
title="interface in org.apache.commons.rdf.api">BlankNode</a></code></td>
+<td class="colLast"><span class="typeNameLabel">SimpleRDF.</span><code><span
class="memberNameLink"><a
href="../../../../../../org/apache/commons/rdf/simple/SimpleRDF.html#createBlankNode-java.lang.String-">createBlankNode</a></span>(<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> name)</code> </td>
+</tr>
</tbody>
</table>
</li>