Skip to content

Commit 4bc6d80

Browse files
committed
Add EasyRDF call to set lm as prefix for 'https://purl.org/pdsinterop/link-metadata#'.
1 parent 72add20 commit 4bc6d80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/index.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@
6464

6565
$graph = new \EasyRdf_Graph();
6666

67+
\EasyRdf_Namespace::set('lm', 'https://purl.org/pdsinterop/link-metadata#');
68+
6769
// Create Formats objects
6870
$formats = new \Pdsinterop\Rdf\Formats();
6971

0 commit comments

Comments
 (0)