diff --git a/composer.json b/composer.json
index f99913123e..dd093ce448 100644
--- a/composer.json
+++ b/composer.json
@@ -15,6 +15,7 @@
         "behat/mink-selenium2-driver": "1.3.x-dev",
         "composer/composer": "^1.8",
         "drupal/coder": "^8.3.2",
+        "easyrdf/easyrdf": "^0.9",
         "jcalderonzumba/gastonjs": "^1.0.2",
         "jcalderonzumba/mink-phantomjs-driver": "^0.3.1",
         "mikey179/vfsstream": "^1.2",
diff --git a/composer.lock b/composer.lock
index e30fe37532..ce8f53cd3c 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "cd5ae3ea749af8e8c920008ef6c69d05",
+    "content-hash": "80a30612b3507db54fb295307bf87027",
     "packages": [
         {
             "name": "asm89/stack-cors",
@@ -653,14 +653,13 @@
             "dist": {
                 "type": "path",
                 "url": "core",
-                "reference": "98e264668acbc33027a30953a7e194715b3ce33f"
+                "reference": "5ab6c73c64a5791b825a8c0629a71ab95bd5c2ab"
             },
             "require": {
                 "asm89/stack-cors": "^1.1",
                 "composer/semver": "^1.0",
                 "doctrine/annotations": "^1.4",
                 "doctrine/common": "^2.7",
-                "easyrdf/easyrdf": "^0.9",
                 "egulias/email-validator": "^2.0",
                 "ext-date": "*",
                 "ext-dom": "*",
@@ -907,68 +906,6 @@
                 "drupal"
             ]
         },
-        {
-            "name": "easyrdf/easyrdf",
-            "version": "0.9.1",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/njh/easyrdf.git",
-                "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
-                "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566",
-                "shasum": ""
-            },
-            "require": {
-                "ext-mbstring": "*",
-                "ext-pcre": "*",
-                "php": ">=5.2.8"
-            },
-            "require-dev": {
-                "phpunit/phpunit": "~3.5",
-                "sami/sami": "~1.4",
-                "squizlabs/php_codesniffer": "~1.4.3"
-            },
-            "suggest": {
-                "ml/json-ld": "~1.0"
-            },
-            "type": "library",
-            "autoload": {
-                "psr-0": {
-                    "EasyRdf_": "lib/"
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "license": [
-                "BSD-3-Clause"
-            ],
-            "authors": [
-                {
-                    "name": "Nicholas Humfrey",
-                    "role": "Developer",
-                    "email": "njh@aelius.com",
-                    "homepage": "http://www.aelius.com/njh/"
-                },
-                {
-                    "name": "Alexey Zakhlestin",
-                    "role": "Developer",
-                    "email": "indeyets@gmail.com"
-                }
-            ],
-            "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
-            "homepage": "http://www.easyrdf.org/",
-            "keywords": [
-                "Linked Data",
-                "RDF",
-                "Semantic Web",
-                "Turtle",
-                "rdfa",
-                "sparql"
-            ],
-            "time": "2015-02-27T09:45:49+00:00"
-        },
         {
             "name": "egulias/email-validator",
             "version": "2.1.11",
@@ -4403,6 +4340,68 @@
             ],
             "time": "2019-08-09T09:27:26+00:00"
         },
+        {
+            "name": "easyrdf/easyrdf",
+            "version": "0.9.1",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/njh/easyrdf.git",
+                "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
+                "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566",
+                "shasum": ""
+            },
+            "require": {
+                "ext-mbstring": "*",
+                "ext-pcre": "*",
+                "php": ">=5.2.8"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "~3.5",
+                "sami/sami": "~1.4",
+                "squizlabs/php_codesniffer": "~1.4.3"
+            },
+            "suggest": {
+                "ml/json-ld": "~1.0"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-0": {
+                    "EasyRdf_": "lib/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Nicholas Humfrey",
+                    "role": "Developer",
+                    "email": "njh@aelius.com",
+                    "homepage": "http://www.aelius.com/njh/"
+                },
+                {
+                    "name": "Alexey Zakhlestin",
+                    "role": "Developer",
+                    "email": "indeyets@gmail.com"
+                }
+            ],
+            "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
+            "homepage": "http://www.easyrdf.org/",
+            "keywords": [
+                "Linked Data",
+                "RDF",
+                "Semantic Web",
+                "Turtle",
+                "rdfa",
+                "sparql"
+            ],
+            "time": "2015-02-27T09:45:49+00:00"
+        },
         {
             "name": "fabpot/goutte",
             "version": "v3.2.3",
diff --git a/core/composer.json b/core/composer.json
index d0f8f39a1c..3690be99d7 100644
--- a/core/composer.json
+++ b/core/composer.json
@@ -37,7 +37,6 @@
         "doctrine/annotations": "^1.4",
         "guzzlehttp/guzzle": "^6.3",
         "symfony-cmf/routing": "^2.1",
-        "easyrdf/easyrdf": "^0.9",
         "zendframework/zend-feed": "^2.12",
         "stack/builder": "^1.0",
         "egulias/email-validator": "^2.0",
