From 63d61f1c4d04d7b10b8e39e78ab10b87aa035cce Mon Sep 17 00:00:00 2001 From: Dave Longley Date: Tue, 6 Aug 2013 13:52:15 -0400 Subject: [PATCH] Bump version, fix docs, add produceGeneralizedRdf option. --- jsonld.php | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) 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. */