forked from friendica/php-json-ld
Use RDF datasets for RDF conversion instead of RDF statements.
This commit is contained in:
parent
623d43b6e5
commit
21c0934d8f
|
@ -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
1034
jsonld.php
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue