forked from friendica/php-json-ld
Do not produce generalized RDF when normalizing.
This commit is contained in:
parent
443df61b11
commit
83d974a06f
|
@ -1025,6 +1025,7 @@ class JsonLdProcessor {
|
|||
if(isset($opts['format'])) {
|
||||
unset($opts['format']);
|
||||
}
|
||||
$opts['produceGeneralizedRdf'] = false;
|
||||
$dataset = $this->toRDF($input, $opts);
|
||||
}
|
||||
catch(Exception $e) {
|
||||
|
|
Loading…
Reference in a new issue