Skip to content

Commit

Permalink
Add EasyRDF call to set lm as prefix for 'https://purl.org/pdsinter…
Browse files Browse the repository at this point in the history
  • Loading branch information
Potherca committed Jan 16, 2022
1 parent 72add20 commit 4bc6d80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@

$graph = new \EasyRdf_Graph();

\EasyRdf_Namespace::set('lm', 'https://purl.org/pdsinterop/link-metadata#');

// Create Formats objects
$formats = new \Pdsinterop\Rdf\Formats();

Expand Down

0 comments on commit 4bc6d80

Please sign in to comment.