diff --git a/jsonld.php b/jsonld.php index ecb3d02..7f46ef2 100644 --- a/jsonld.php +++ b/jsonld.php @@ -1,7 +1,7 @@ is_string($input) ? $input : '', + 'produceGeneralizedRdf' => false, 'documentLoader' => 'jsonld_default_document_loader')); try { @@ -1153,7 +1158,7 @@ class JsonLdProcessor { * @param stdClass $active_ctx the current active context. * @param mixed $local_ctx the local context to process. * @param assoc $options the options to use: - * [loadDocument(url)] the document loader. + * [documentLoader(url)] the document loader. * * @return stdClass the new active context. */