Skip to content
Snippets Groups Projects
Commit aa1365e4 authored by alvaro's avatar alvaro
Browse files

Merge branch 'master' of github.com:alangrafu/lodspeakr

parents 1b4f5517 3ccc51b5
No related branches found
No related tags found
No related merge requests found
......@@ -5,10 +5,10 @@ $conf['basedir'] = 'http://foo/bar/'; #include final slash
# What is the namespace of your data?
$conf['ns']['local'] = 'http://foo/bar/data/';
#If you want to add/overrid a namespace, add it here
# If you want to add/override a namespace, add it here
$conf['ns']['other'] = 'http://example.org/data/';
#Where is your SPARQL endpoint
# Where is your SPARQL endpoint
$conf['endpoint']['host'] = 'http://myendpoint/sparql';
$conf['home'] = '/Users/alvarograves/github/lodspeakr/'; #change to the location of LODSPeaKr in the dir tree
......
......@@ -101,7 +101,7 @@ LODSPEAKR_HOME=`pwd`/
*/
\$conf['export'] = true;
#If you want to add/overrid a namespace, add it here
# If you want to add/override a namespace, add it here
\$conf['ns']['local'] = '$ns';
$extra
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment