Skip to content
Snippets Groups Projects
  1. May 12, 2013
  2. Sep 06, 2012
  3. Jun 28, 2012
  4. Mar 23, 2012
  5. Feb 22, 2012
  6. Feb 21, 2012
  7. Feb 17, 2012
  8. Feb 16, 2012
  9. Jan 23, 2012
  10. Jan 18, 2012
  11. Jan 13, 2012
  12. Jan 12, 2012
  13. Jan 11, 2012
  14. Dec 17, 2011
  15. Nov 08, 2011
  16. Nov 07, 2011
  17. Nov 05, 2011
  18. Nov 04, 2011
  19. Oct 06, 2011
  20. Oct 02, 2011
  21. Sep 29, 2011
  22. Sep 25, 2011
  23. Sep 24, 2011
    • alangrafu's avatar
      Big changes · f40ed107
      alangrafu authored
      Allow multiple/recursive queries
      Allow use of multiple endpoints
      Modified query tu support Haanga syntax
      Fixed several bugs
      f40ed107
  24. Sep 17, 2011
    • alangrafu's avatar
      Adding feature: Each query can be executed against a different sparql endpoint · 2315671d
      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.)
      2315671d
  25. Sep 12, 2011
    • alangrafu's avatar
      Adding multiple queries when generating a page · 3496f753
      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
      3496f753
  26. Sep 08, 2011
    • alangrafu's avatar
    • Alvaro Graves's avatar
      Several changes · 1dbfcaef
      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
      1dbfcaef
  27. Sep 05, 2011
Loading