slodps - Simple Linked Open Data Publishing System author: Alvaro Graves (alvaro@graves.cl) version: 20110717 Installation ------------ * Download the source or clone the repository from http://github.com/alangrafu/slodps * Edit settings.default.inc.php and change the following values: ** $conf['endpoint']['host'] Point to the SPARQL endpoint with your data ** $conf['basedir'] The base URL in which slopds will be locations (e.g., http://example.org, http://example.com/data) ** $conf['metaendpoint']['host'] Similar to the endpoint, but this will store the metadata related to the pages about the resources in your data ** If you want, you can add more namespaces as $conf['ns']['myns'] = 'http://namespacesite.com/' * mv settings.default.inc.php settings.inc.php * chmod 777 compiled That's it. You should be able to serve tour data in RDF/XML, Turtle, Ntriples and RDFa. Templating ---------- Soon.
Name | Last commit | Last update |
---|---|---|
classes | ||
css | ||
lib | ||
models | ||
views | ||
.htaccess | ||
README | ||
common.inc.php | ||
config.inc.php | ||
endpoint.php | ||
example.ttl | ||
index.php | ||
install.sh | ||
metaexample | ||
settings.default.inc.php |