Use RDF datasets for RDF conversion instead of RDF statements.

This commit is contained in:
Dave Longley 2013-02-20 16:55:36 -05:00
parent 623d43b6e5
commit 21c0934d8f
2 changed files with 526 additions and 511 deletions

View File

@ -8,6 +8,9 @@
*/
require_once('jsonld.php');
// send errors to stdout
ini_set('display_errors', 'stdout');
// determine EOL for output based on command line php or webpage php
$isCli = defined('STDIN');
$eol = $isCli ? "\n" : '<br/>';

1034
jsonld.php

File diff suppressed because it is too large Load Diff