diff --git a/jsonld.php b/jsonld.php index 3828ef8..eed914e 100644 --- a/jsonld.php +++ b/jsonld.php @@ -1025,6 +1025,7 @@ class JsonLdProcessor { if(isset($opts['format'])) { unset($opts['format']); } + $opts['produceGeneralizedRdf'] = false; $dataset = $this->toRDF($input, $opts); } catch(Exception $e) {