Skip to content

Commit

Permalink
Resolves #45.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjordan committed May 5, 2021
1 parent 206aaeb commit 38a2e8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion islandora_riprap.module
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

use EasyRdf\Graph;

/**
* @file
* Contains the islandora_riprap.module.
Expand Down Expand Up @@ -176,7 +178,7 @@ function islandora_riprap_islandora_premis_turtle_alter($nid, &$turtle) {
}

// Create the graph from existing Turtle.
$graph = new EasyRdf_Graph();
$graph = new Graph();
$graph->parse($turtle);

// Get fixity events and express them as PREMIS RDF.
Expand Down

0 comments on commit 38a2e8e

Please sign in to comment.