Skip to content

Commit

Permalink
Minor Update 2.2.2 Release
Browse files Browse the repository at this point in the history
* Update the copyright notice
* Fix the arrow start and end images removed from OpenRefine project
  • Loading branch information
AtesComp committed Jun 18, 2024
1 parent 8143761 commit 3b3d1ce
Show file tree
Hide file tree
Showing 114 changed files with 151 additions and 141 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* RDF Transform License
*/

Copyright 2022 Keven L. Ates
Copyright 2024 Keven L. Ates

Licensed under the Apache License, Version 2.0 (the "License");
you may not use any portion of this project except in compliance with
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* README Markdown
*
* The RDF Transform Project ReadMe Markdown.
*
* Copyright 2022 Keven L. Ates
*
* Copyright 2024 Keven L. Ates
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -33,7 +33,7 @@ This project uses a graphical user interface (GUI) for transforming OpenRefine p

RDF Transform is based on the venerable "RDF Extension" ([grefine-rdf-extension](https://github.com/stkenny/grefine-rdf-extension)). However, it has been thoroughly rewritten to incorporate the newer Java and JavaScript technologies, techniques, and processing enhancements.

The latest releases (2.2.0 and above) only work with OpenRefine 3.6 or better.
The latest releases (2.2.2 and above) only work with OpenRefine 3.6 or better.

## Documentation
See the [wiki](https://github.com/AtesComp/rdf-transform/wiki) for more information.
Expand All @@ -45,9 +45,10 @@ See the [Install page Prerequisites on the wiki](https://github.com/AtesComp/rdf

<!-- RDF Transform Version Control -->
### Latest Release
[RDF Transform v2.2.1](https://github.com/AtesComp/rdf-transform/releases/download/v2.2.1/rdf-transform-2.2.1.zip)
[RDF Transform v2.2.2](https://github.com/AtesComp/rdf-transform/releases/download/v2.2.2/rdf-transform-2.2.2.zip)

### Previous Releases
[RDF Transform v2.2.1](https://github.com/AtesComp/rdf-transform/releases/download/v2.2.1a/rdf-transform-2.2.1.zip)<br />
[RDF Transform v2.2.0](https://github.com/AtesComp/rdf-transform/releases/download/v2.2.0/rdf-transform-2.2.0.zip)<br />
[RDF Transform v2.1.1-beta](https://github.com/AtesComp/rdf-transform/releases/download/v2.1.1-beta/rdf-transform-2.1.1.zip)<br />
[RDF Transform v2.1.0-beta](https://github.com/AtesComp/rdf-transform/releases/download/v2.1.0-beta/rdf-transform-2.1.0.zip)<br />
Expand All @@ -69,7 +70,7 @@ See the [Install page on the wiki](https://github.com/AtesComp/rdf-transform/wik
### OpenRefine
As an extension, RDF Transform runs under the control of OpenRefine and its JVM. As such, the libraries included with OpenRefine override any of the same libraries included with the extension. This limits the extension to OpenRefine's version of those library functions and features.

The latest releases (2.2.0 and above) only work with OpenRefine 3.6 or better due to upgraded Apache Jena library features that are not backward compatible.
The latest releases (2.2.2 and above) only work with OpenRefine 3.6 or better due to upgraded Apache Jena library features that are not backward compatible.

See the [wiki](https://github.com/AtesComp/rdf-transform/wiki) for more information.

Expand Down
2 changes: 1 addition & 1 deletion openrefine-shim-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.openrefine</groupId>
<artifactId>openrefine</artifactId>
<version>3.6-SNAPSHOT</version>
<version>3.8.1</version>
<packaging>jar</packaging>

<name>OpenRefine</name>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* POM Settings
*
* The RDF Transform POM Settings.
*
* Copyright 2022 Keven L. Ates
*
* Copyright 2024 Keven L. Ates
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -48,7 +48,7 @@
<!--
OpenRefine Dependent: 3.4.1, 3.5-beta1, 3.6-SNAPSHOT, etc.
-->
<openrefine.version>3.6-SNAPSHOT</openrefine.version>
<openrefine.version>3.8.1</openrefine.version>
<butterfly.version>1.2.3</butterfly.version><!-- matches 3.6-SNAPSHOT -->
<slf4j.version>1.7.36</slf4j.version><!-- matches 3.6-SNAPSHOT -->

Expand Down
4 changes: 2 additions & 2 deletions src/main/java/org/openrefine/rdf/ApplicationContext.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
* Class ApplicationContext
*
*
* The Application Context class use to manage the RDF Transform extension.
*
* Copyright 2022 Keven L. Ates
* Copyright 2024 Keven L. Ates
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/org/openrefine/rdf/RDFTransform.java
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*
* Class RDFTransform
*
*
* The RDF Transform class use to manage RDF Transform structures used by
* OpenRefine projects.
*
* Copyright 2022 Keven L. Ates
* Copyright 2024 Keven L. Ates
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/openrefine/rdf/command/CodeResponse.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* A class to hold a general server code response indicating success ("ok")
* or failure ("error") and its associated message.
*
* Copyright 2022 Keven L. Ates
* Copyright 2024 Keven L. Ates
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Initializes the RDF Transform extension.
*
* Copyright 2022 Keven L. Ates
* Copyright 2024 Keven L. Ates
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Adds a Namespace to the current RDF Transform.
*
* Copyright 2022 Keven L. Ates
* Copyright 2024 Keven L. Ates
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Adds a Namespace to the current RDF Transform including importing the
* ontology terms to the Lucene indexer.
*
* Copyright 2022 Keven L. Ates
* Copyright 2024 Keven L. Ates
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* the current ontology terms and reimporting the ontology terms to the
* Lucene indexer.
*
* Copyright 2022 Keven L. Ates
* Copyright 2024 Keven L. Ates
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Removes a known Namespace in the current RDF Transform including removing
* the current ontology terms from the Lucene indexer.
*
* Copyright 2022 Keven L. Ates
* Copyright 2024 Keven L. Ates
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Adds a default configured set of Namespaces to the current RDF Transform
* including importing the ontology terms to the Lucene indexer.
*
* Copyright 2022 Keven L. Ates
* Copyright 2024 Keven L. Ates
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Sets a set of Namespaces in the current RDF Transform overwriting
* the previous set.
*
* Copyright 2022 Keven L. Ates
* Copyright 2024 Keven L. Ates
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Gets the RDF Transform global preferences from the server.
*
* Copyright 2022 Keven L. Ates
* Copyright 2024 Keven L. Ates
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Processes the RDF Transform preview from the OpenRefine Data.
*
* Copyright 2022 Keven L. Ates
* Copyright 2024 Keven L. Ates
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Processes an RDF Transform Expression for preview from the OpenRefine
* Data.
*
* Copyright 2022 Keven L. Ates
* Copyright 2024 Keven L. Ates
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* The RDF Transform Command base class used by many RDF Transform commands.
*
* Copyright 2022 Keven L. Ates
* Copyright 2024 Keven L. Ates
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Sets the Base IRI in the current RDF Transform. Used for base prefixed
* IRIs.
*
* Copyright 2022 Keven L. Ates
* Copyright 2024 Keven L. Ates
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Saves the current RDF Transform as the last entry in the OpenRefine
* project history.
*
* Copyright 2022 Keven L. Ates
* Copyright 2024 Keven L. Ates
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Suggest a Namespace from the user provided Prefix.
*
* Copyright 2022 Keven L. Ates
* Copyright 2024 Keven L. Ates
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Add a suggestion term to the Lucene Indexer.
*
* Copyright 2022 Keven L. Ates
* Copyright 2024 Keven L. Ates
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Get a list of suggestion terms from the Lucene Indexer.
*
* Copyright 2022 Keven L. Ates
* Copyright 2024 Keven L. Ates
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/openrefine/rdf/command/ToIRICommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Convert a string into an IRI.
*
* Copyright 2022 Keven L. Ates
* Copyright 2024 Keven L. Ates
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Validate (test) a string as an IRI.
*
* Copyright 2022 Keven L. Ates
* Copyright 2024 Keven L. Ates
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/openrefine/rdf/model/CellBlankNode.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* A Blank Node Cell class for managing cell based blank nodes in an RDF
* Transform.
*
* Copyright 2022 Keven L. Ates
* Copyright 2024 Keven L. Ates
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* A Literal Node Cell class for managing cell based Literal nodes in an RDF
* Transform.
*
* Copyright 2022 Keven L. Ates
* Copyright 2024 Keven L. Ates
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/openrefine/rdf/model/CellNode.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* The Cell Node base class use by other cell based nodes in an RDF
* Transform.
*
* Copyright 2022 Keven L. Ates
* Copyright 2024 Keven L. Ates
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* A Resource Node Cell class for managing cell based Resource nodes in an RDF
* Transform.
*
* Copyright 2022 Keven L. Ates
* Copyright 2024 Keven L. Ates
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* A Blank Node Constant class for managing constant based blank nodes in an
* RDF Transform.
*
* Copyright 2022 Keven L. Ates
* Copyright 2024 Keven L. Ates
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* A Literal Node Constant class for managing constant based Literal nodes
* in an RDF Transform.
*
* Copyright 2022 Keven L. Ates
* Copyright 2024 Keven L. Ates
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/openrefine/rdf/model/ConstantNode.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* The Constant Node base class use by other constant based nodes in an RDF
* Transform.
*
* Copyright 2022 Keven L. Ates
* Copyright 2024 Keven L. Ates
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* A Resource Node Constant class for managing constant based Resource nodes
* in an RDF Transform.
*
* Copyright 2022 Keven L. Ates
* Copyright 2024 Keven L. Ates
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/openrefine/rdf/model/LiteralNode.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* The Literal Node base class use by other Literal based nodes in an RDF
* Transform.
*
* Copyright 2022 Keven L. Ates
* Copyright 2024 Keven L. Ates
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/openrefine/rdf/model/Node.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* The Node base class use by other nodes in an RDF Transform.
*
* Copyright 2022 Keven L. Ates
* Copyright 2024 Keven L. Ates
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/openrefine/rdf/model/NodeResolver.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* The Node Resolver class use to resolve nodes to RDF Transform node types.
*
* Copyright 2022 Keven L. Ates
* Copyright 2024 Keven L. Ates
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/openrefine/rdf/model/Property.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* The Property class use to manage RDF properties with their objects.
*
* Copyright 2022 Keven L. Ates
* Copyright 2024 Keven L. Ates
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/openrefine/rdf/model/RDFType.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* The RDFType class use to manage RDF Types (specialized property) with their
* class objects.
*
* Copyright 2022 Keven L. Ates
* Copyright 2024 Keven L. Ates
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Loading

0 comments on commit 3b3d1ce

Please sign in to comment.