arc2-starter-pack
developed at GitHub.cli.php
,
e.g.:
cd /home6/moissina/public_html/arcstore/
chmod +x cli.php
./cli.php "LOAD <http://chatlogs.planetrdf.com/swig/2009-07-26>"
./cli.php "LOAD <file:///home/user/local_file.rdf>"
./cli.php "LOAD <file://$PWD/file_in_current_dir.ttl>"
./cli.php "SELECT DISTINCT ?property WHERE { ?subject ?property ?object . }"
./cli.php "DELETE FROM <http://chatlogs.planetrdf.com/swig/2009-07-26>"
You can edit this index.php
to become
your own application. Here's a start:
Running PHP code...
Warning: include_once(/home6/moissina/public_html/arcstore/arc/ARC2.php): failed to open stream: No such file or directory in /home6/moissina/public_html/arcstore/config.php on line 3
Warning: include_once(): Failed opening '/home6/moissina/public_html/arcstore/arc/ARC2.php' for inclusion (include_path='.:/opt/alt/php74/usr/share/pear') in /home6/moissina/public_html/arcstore/config.php on line 3
Fatal error: Uncaught Error: Class 'ARC2' not found in /home6/moissina/public_html/arcstore/index.php:72 Stack trace: #0 {main} thrown in /home6/moissina/public_html/arcstore/index.php on line 72