We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c7005 commit 9713b1cCopy full SHA for 9713b1c
1 file changed
src/Server.php
@@ -825,7 +825,7 @@ private function parseLinkedMetadata(string $path)
825
$graph = $this->getGraph();
826
827
try {
828
- $graph->parse($describedByContents);
+ $graph->parse($describedByContents, null, '/'.$describedByPath);
829
} catch (EasyRdf_Exception $exception) {
830
throw Exception::create(self::ERROR_CAN_NOT_PARSE_METADATA, [$path]);
831
}
0 commit comments