- Feb 12, 2012
-
-
alvaro authored
-
- Jan 27, 2012
-
-
Alvaro Graves authored
-
Alvaro Graves authored
Using ASK instead of select using [] instead of variables in query
-
- 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 15, 2011
- Oct 06, 2011
-
-
alangrafu authored
If ``` ex:resource a ex:Class1, ex:Class2, ... ``` LODSPeaKr will try to use the first one of them available
-
- 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 24, 2011
-
-
alangrafu authored
Allow multiple/recursive queries Allow use of multiple endpoints Modified query tu support Haanga syntax Fixed several bugs
-
- Sep 08, 2011
-
-
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
-
- Sep 06, 2011
-
-
Alvaro Graves authored
-
- Sep 05, 2011
-
-
Alvaro Graves authored
-
Alvaro Graves authored
-
- Aug 22, 2011
-
-
Alvaro Graves authored
Removed functions related to extract metadata from a SPARQL endpoint, it stores it on the sqlite database. This will ease the installation process
-
- Aug 09, 2011
-
-
Alvaro Graves authored
-
Alvaro Graves authored
-
- Aug 04, 2011
-
-
Alvaro Graves authored
-
- Jul 28, 2011
-
-
Alvaro Graves authored
-
- Jul 17, 2011
-
-
Alvaro Graves authored
First stable version
-
- Jul 11, 2011
-
-
Alvaro Graves authored
Very limited functionality so far but it works. TODO: Debug flag
-