This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rdf.git


The following commit(s) were added to refs/heads/master by this push:
     new c387941d Fix typos
c387941d is described below

commit c387941d28f91b61366da1a66bbd26a3ee41e930
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jan 15 08:32:17 2023 -0500

    Fix typos
---
 MATURITY.md                                                           | 2 +-
 .../src/main/java/org/apache/commons/rdf/experimental/RDFParser.java  | 2 +-
 .../src/main/java/org/apache/commons/rdf/rdf4j/RDF4J.java             | 2 +-
 .../java/org/apache/commons/rdf/rdf4j/experimental/RDF4JParser.java   | 2 +-
 src/site/markdown/index.md                                            | 4 ++--
 src/site/markdown/introduction.md                                     | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/MATURITY.md b/MATURITY.md
index d7d0822d..a095b52c 100644
--- a/MATURITY.md
+++ b/MATURITY.md
@@ -168,7 +168,7 @@ to the hashes in the vote emails and in Maven Central.
 _Convenience binaries can be distributed alongside source code but they are 
not Apache Releases -- they are just a convenience provided with no guarantee._
 
 Convenience binaries are deployed to [Maven 
Central](https://repo1.maven.org/maven2/org/apache/commons/) under the 
`org.apache.commons` group ID, which include
-the [source 
release](https://repo1.maven.org/maven2/org/apache/commons/commons-rdf-parent/0.3.0-incubating/)
 corresponding to the
+the [source 
release](https://repo1.maven.org/maven2/org/apache/commons/commons-rdf-parent/0.3.0-incubating/)
 corresponding to
 the dist files. (see [RE30](#RE30) )
 
 
diff --git 
a/commons-rdf-api/src/main/java/org/apache/commons/rdf/experimental/RDFParser.java
 
b/commons-rdf-api/src/main/java/org/apache/commons/rdf/experimental/RDFParser.java
index d5da0d91..b6e729a6 100644
--- 
a/commons-rdf-api/src/main/java/org/apache/commons/rdf/experimental/RDFParser.java
+++ 
b/commons-rdf-api/src/main/java/org/apache/commons/rdf/experimental/RDFParser.java
@@ -39,7 +39,7 @@ import org.apache.commons.rdf.api.Triple;
  * Parse an RDF source into a target (e.g. a Graph/Dataset).
  * <h2>Experimental</h2> This interface (and its implementations) should be
  * considered <strong>at risk</strong>; they might change or be removed in the
- * next minor update of Commons RDF. It may move to the the
+ * next minor update of Commons RDF. It may move to the
  * {@link org.apache.commons.rdf.api} package when it has stabilized.
  * <h2>Description</h2>
  * <p>
diff --git 
a/commons-rdf-rdf4j/src/main/java/org/apache/commons/rdf/rdf4j/RDF4J.java 
b/commons-rdf-rdf4j/src/main/java/org/apache/commons/rdf/rdf4j/RDF4J.java
index e99b2399..b4220c1e 100644
--- a/commons-rdf-rdf4j/src/main/java/org/apache/commons/rdf/rdf4j/RDF4J.java
+++ b/commons-rdf-rdf4j/src/main/java/org/apache/commons/rdf/rdf4j/RDF4J.java
@@ -76,7 +76,7 @@ import org.eclipse.rdf4j.sail.memory.MemoryStore;
  * to a Commons RDF {@link Triple}, and equivalent {@link #asQuad(Statement)} 
to
  * convert a {@link Quad}.
  * <p>
- * To convert any {@link Triple} or {@link Quad} to to RDF4J {@link Statement},
+ * To convert any {@link Triple} or {@link Quad} to RDF4J {@link Statement},
  * use {@link #asStatement(TripleLike)}. This recognises previously converted
  * {@link RDF4JTriple}s and {@link RDF4JQuad}s without re-converting their
  * {@link RDF4JTripleLike#asStatement()}.
diff --git 
a/commons-rdf-rdf4j/src/main/java/org/apache/commons/rdf/rdf4j/experimental/RDF4JParser.java
 
b/commons-rdf-rdf4j/src/main/java/org/apache/commons/rdf/rdf4j/experimental/RDF4JParser.java
index 648b89f2..1152662b 100644
--- 
a/commons-rdf-rdf4j/src/main/java/org/apache/commons/rdf/rdf4j/experimental/RDF4JParser.java
+++ 
b/commons-rdf-rdf4j/src/main/java/org/apache/commons/rdf/rdf4j/experimental/RDF4JParser.java
@@ -148,7 +148,7 @@ public class RDF4JParser extends 
AbstractRDFParser<RDF4JParser> {
         } else if (getSourceIri().isPresent()) {
             try {
                 // TODO: Handle international IRIs properly
-                // (Unicode support for for hostname, path and query)
+                // (Unicode support for hostname, path and query)
                 final URL url = new URL(getSourceIri().get().getIRIString());
                 // TODO: This probably does not support https:// -> http://
                 // redirections
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index 8b551b37..33822900 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -59,7 +59,7 @@ which may be included in Commons RDF, specifically:
 * [Dataset](apidocs/index.html?org/apache/commons/rdf/api/Dataset.html): a 
dataset,
   of RDF quads (or if you like, a set of named graphs).
 * [Quad](apidocs/index.html?org/apache/commons/rdf/api/Quad.html): a
-  RDF quad with with `getGraphName()`, `getSubject()`, `getPredicate()`, 
`getObject()`.
+  RDF quad with `getGraphName()`, `getSubject()`, `getPredicate()`, 
`getObject()`.
 * [RDFTerm](apidocs/index.html?org/apache/commons/rdf/api/RDFTerm.html): any 
RDF 1.1
   Term which can be part of a Triple or Quad.
   IRIs, literals and blank nodes are collectively known as RDF terms.
@@ -109,7 +109,7 @@ the above equality semantics and bridge the graph/quad 
duality:
   common super-interface of `Graph` and `Dataset`.
 
 
-See the the [user guide](userguide.html) for examples of how to interact with 
these interfaces.
+See the [user guide](userguide.html) for examples of how to interact with 
these interfaces.
 
 ## Modules
 
diff --git a/src/site/markdown/introduction.md 
b/src/site/markdown/introduction.md
index 66207877..abd61430 100644
--- a/src/site/markdown/introduction.md
+++ b/src/site/markdown/introduction.md
@@ -638,7 +638,7 @@ which it often is not worth maintaining identifiers for.
 It is common on the semantic web to use the
 [open world 
assumption](http://wiki.opensemanticframework.org/index.php/Overview_of_the_Open_World_Assumption)
 -
 if it is not stated as a _triple_ in your graph, then you don't know if
-something is is true or false,
+something is true or false,
 for instance if `<Alice> <plays> <Football> .`  
 
 Note that the open world assumption applies both to `IRI`s and `BlankNode`s,

Reply via email to