diff --git a/orcid-api-common/pom.xml b/orcid-api-common/pom.xml
index 3a2e1e48399..2d7a5c92a4c 100644
--- a/orcid-api-common/pom.xml
+++ b/orcid-api-common/pom.xml
@@ -79,6 +79,10 @@
org.hibernate
hibernate-validator
+
+ org.apache.jena
+ jena-core
+
diff --git a/orcid-api-rdf/src/main/java/org/orcid/api/rdf/RDFMessageBodyWriter.java b/orcid-api-common/src/main/java/org/orcid/api/common/writer/rdf/RDFMessageBodyWriter.java
similarity index 99%
rename from orcid-api-rdf/src/main/java/org/orcid/api/rdf/RDFMessageBodyWriter.java
rename to orcid-api-common/src/main/java/org/orcid/api/common/writer/rdf/RDFMessageBodyWriter.java
index b4a7a2b40e1..b238f6498a1 100644
--- a/orcid-api-rdf/src/main/java/org/orcid/api/rdf/RDFMessageBodyWriter.java
+++ b/orcid-api-common/src/main/java/org/orcid/api/common/writer/rdf/RDFMessageBodyWriter.java
@@ -14,7 +14,7 @@
*
* =============================================================================
*/
-package org.orcid.api.rdf;
+package org.orcid.api.common.writer.rdf;
import static org.orcid.api.common.OrcidApiConstants.APPLICATION_RDFXML;
import static org.orcid.api.common.OrcidApiConstants.TEXT_N3;
diff --git a/orcid-api-rdf/src/main/resources/org/orcid/api/rdf/foaf.rdf b/orcid-api-common/src/main/resources/org/orcid/api/rdf/foaf.rdf
similarity index 100%
rename from orcid-api-rdf/src/main/resources/org/orcid/api/rdf/foaf.rdf
rename to orcid-api-common/src/main/resources/org/orcid/api/rdf/foaf.rdf
diff --git a/orcid-api-rdf/pom.xml b/orcid-api-rdf/pom.xml
deleted file mode 100644
index fc67519108e..00000000000
--- a/orcid-api-rdf/pom.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-
- 4.0.0
-
- org.orcid
- orcid-parent
- 1.1.5-SNAPSHOT
- ../pom.xml
-
- orcid-api-rdf
-
-
- ${project.parent.basedir}
-
-
-
-
-
-
- ${project.groupId}
- orcid-api-common
- ${project.parent.version}
-
-
-
- org.apache.jena
- jena-core
- 2.10.1
-
-
-
-
diff --git a/pom.xml b/pom.xml
index 25bd928c24f..3ea11361f73 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,6 @@ the software.
orcid-persistence
orcid-model
orcid-api-common
- orcid-api-rdf
orcid-metrics-web
orcid-pub-web
orcid-api-web
@@ -924,6 +923,11 @@ the software.
2.13.0
test
+
+ org.apache.jena
+ jena-core
+ 2.10.1
+