- Jan 26, 2012
-
-
Alvaro Graves authored
-
Alvaro Graves authored
-
https://github.com/alangrafu/lodspeakr/issues/30Alvaro Graves authored
Also, moved `util/ldspk.sh` to `util/lodspk.sh` for consistency
-
- Jan 24, 2012
-
-
alangrafu authored
-
alangrafu authored
Adding url decode Filter Fix passing parameter issue in service module
-
alangrafu authored
Service now return 406 if service exists but the content type is not supported Fixed use of previously returned values in classModule Adding new format for ref:Resource Delete old format
-
- Jan 23, 2012
-
-
alangrafu authored
-
- Jan 22, 2012
-
-
alangrafu authored
Fixing https://github.com/alangrafu/lodspeakr/issues/28
-
alangrafu authored
Now {{base.endpoint.local}} works
-
alangrafu authored
Haanga doesn't support variables starting with 'end' (reported at https://github.com/crodas/Haanga/issues/14) Use of {{base.sparqlendpoint.local}} in the meantime Adding better error report when sqlite is not writeable.
-
- Jan 21, 2012
- Jan 18, 2012
-
-
alangrafu authored
Instead of returning to ".." it will go to $conf['home']
-
- Jan 13, 2012
-
-
alangrafu authored
* Back to "first" instead of "f" to increase readability * default views and models are now rdfs:Resource * 'use_external_uris' renamed to 'mirror_external_uris' to increase readability * When mirroring URIs, LODSPeaKr will include two triples using (owl:sameAs and con:prerredUri) from mirrored URI to original one
-
- Nov 07, 2011
-
-
alangrafu authored
Fixed importing params (remoevd extra /)
-
- Nov 04, 2011
- Oct 21, 2011
-
-
alangrafu authored
-
- Oct 15, 2011
-
-
alangrafu authored
-
- Oct 02, 2011
-
-
alangrafu authored
- Added debug flag, when `true` returns in page SPARQL query as well as results array Right now, when http://example.org uses data with namespace http://another.com - Every time a SELECT is executed, it will change http://another.com to http://example.org. - This is not the case for DESCRIBE/CONSTRUCT - N-Triples, Turtle and RDF/XML versions works fine so far Problems: - No description for new URI in http://example.org - Not clear how to link URI in http://exampler.org to http://another.com. Suggestion: `<http://example.org/abc> owl:sameAs <http://another.com/abc>` . It is no clear __when__ to do it
-
- Sep 29, 2011
-
-
alangrafu authored
-
- Sep 24, 2011
-
-
alangrafu authored
Allow multiple/recursive queries Allow use of multiple endpoints Modified query tu support Haanga syntax Fixed several bugs
-
- Sep 13, 2011
-
-
alangrafu authored
Also, displaying results when there is only one class in special/index
-
- Sep 08, 2011
-
-
Alvaro Graves authored
Instead of creating a new class, users only need to create a model and view file called special.<COMMAND>.[view|model].extension Thus, it is possible to create new URL such as http://<HOMEURL>/special<COMMAND>
-
Alvaro Graves authored
- Added "special" URIs where an API can be created -- Included an abstract class from where these special URIs can be implemented -- Included a basic class that implements the abstract class -- So far, only listing instances for a class is implemented - Root for website redirection -- Now it goes to /special/index to list all classes - Moved include of settings below in commons.inc.php so it can override values - Created owl:Class and rdfs:Class' templates
-