Do not produce generalized RDF when normalizing.

This commit is contained in:
Dave Longley 2013-08-06 14:06:30 -04:00
parent 443df61b11
commit 83d974a06f
1 changed files with 1 additions and 0 deletions

View File

@ -1025,6 +1025,7 @@ class JsonLdProcessor {
if(isset($opts['format'])) {
unset($opts['format']);
}
$opts['produceGeneralizedRdf'] = false;
$dataset = $this->toRDF($input, $opts);
}
catch(Exception $e) {