- Sep 25, 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 17, 2011
-
-
alangrafu authored
Model definition: The new structure will be models\ | | \foaf:Person.model.html\ | | \localQuery1 \localQuery2 \dbpedia\ | | \queryInDBpedia1 \queryInDBpedia1 Queries under the type subdir will be executed against the default sparql endpoint Quries under a subdir named an endpoint shortcut(*) will be ran against that endpoint (*) You need to define an endpoint in settings.inc.php to query against your endpoint you need to define $conf['endpoint']['mySparqlEndpoint'] = 'http://example.org/sparql'; Sparql endpoints are already defined for dbpedia and logd Later you can create a subdirectory called 'mySparqlEndpoint' under a model. By aware that it is HIGHLY recommended to use only letters and numbers (no periods, colons, etc.)
-
- Sep 13, 2011
-
-
alangrafu authored
Silly mistake: blank line at the end of file led to wrong RDF/XML (because document didn't stated w/ XML header
-
alangrafu authored
Adding templates dir Removing owl:Class view and model to allow ln form rdfs:Class
-
alangrafu authored
Also, displaying results when there is only one class in special/index
-
- Sep 12, 2011
-
-
alangrafu authored
-
alangrafu authored
-
alangrafu authored
-
alangrafu authored
Instead of iterate over a row like {0.000000or row in r.filename}{{r.value.variable}}{4.659039e-321ndfor} when there is only one row, it is possible to access the values from {{r.filename.value.variable}}
-
alangrafu authored
Instead of creating a file for the model, create a dir (e.g., foaf:Person.view.html). Inside add different files (the name doesn't matter). In the view file, they will be accessed as r.filename and can be operated as usual
-
- 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
-
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
-
Alvaro Graves authored
-
- Aug 09, 2011
-
-
Alvaro Graves authored
-
Alvaro Graves authored
-
Alvaro Graves authored
-
- Aug 04, 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
-