- Mar 10, 2012
-
-
alvaro authored
Fixing adding triples when external URI was off
-
- Mar 06, 2012
-
-
alvaro authored
-
- Mar 05, 2012
-
-
alvaro authored
-
- Feb 22, 2012
-
-
alvaro authored
-
- Feb 21, 2012
-
-
alvaro authored
-
- Feb 17, 2012
-
-
alvaro authored
-
- Feb 16, 2012
-
-
alvaro authored
-
- Feb 14, 2012
-
-
alvaro authored
Fixing bug with Contenttype returned
-
- Feb 12, 2012
-
-
alvaro authored
-
- Feb 11, 2012
-
-
alvaro authored
-
- Feb 07, 2012
-
-
alvaro authored
Adding named graph on default service
-
- Jan 31, 2012
-
-
Alvaro Graves authored
-
- Jan 28, 2012
-
-
Alvaro Graves authored
among other bugs
-
Alvaro Graves authored
-
- Jan 27, 2012
-
-
Alvaro Graves authored
-
Alvaro Graves authored
-
Alvaro Graves authored
Using ASK instead of select using [] instead of variables in query
-
- Jan 26, 2012
-
-
Alvaro Graves authored
-
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
-
Alvaro Graves authored
-
- Jan 25, 2012
-
-
alangrafu authored
-
- Jan 24, 2012
- Jan 23, 2012
-
-
alangrafu authored
Now looking by type and the special pages are modules.
-
- Jan 22, 2012
-
-
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 18, 2012
-
-
alangrafu authored
Instead of returning to ".." it will go to $conf['home']
-
- Jan 13, 2012
-
-
alangrafu authored
-
alangrafu authored
-
alangrafu authored
-
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
-
- Jan 12, 2012
-
-
alangrafu authored
Now using f[.model]*.variable.value
-
- Jan 11, 2012
-
-
alangrafu authored
TODO: still buggy (example: dbpedia)
-
- Dec 28, 2011
-
-
alangrafu authored
When only the first value is needed (or expected) instead of iterating over the array, it is possible to access the values by adding "_first." before the variable name. Example: {{r.modelFile._first.varname.value}} Instead of {%for row in r.modelFile%} {%if forloop.first%}{{row.varname.value}}{%endif%} {%endfor%}
-
- Dec 01, 2011
-
-
alangrafu authored
-
- Nov 07, 2011
- Nov 04, 2011
-
-
alangrafu authored
TODO: include app-level params, such as root, as well as provenance data (where was this application originated, at which time it was collected, etc.)
-