Skip to content
Snippets Groups Projects
  1. Nov 07, 2011
  2. Nov 04, 2011
    • alangrafu's avatar
      First functional copy-able apps · 5bec9a54
      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.)
      5bec9a54
  3. Oct 07, 2011
  4. Oct 06, 2011
  5. Oct 05, 2011
  6. Oct 02, 2011
  7. Sep 30, 2011
  8. Sep 29, 2011
  9. Sep 25, 2011
  10. 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
  11. 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
  12. Sep 13, 2011
  13. Sep 12, 2011
  14. Sep 08, 2011
    • Alvaro Graves's avatar
      Changing architecture for special pages · bf4090c3
      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>
      bf4090c3
    • Alvaro Graves's avatar
      Fixing display of blank nodes · 30471cd8
      Alvaro Graves authored
      30471cd8
    • 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
  15. Sep 06, 2011
  16. Sep 05, 2011
  17. Aug 09, 2011
  18. Aug 04, 2011
  19. Jul 17, 2011
  20. Jul 11, 2011
Loading