Skip to content
Snippets Groups Projects
  1. Oct 05, 2011
  2. Oct 02, 2011
  3. Sep 30, 2011
  4. Sep 29, 2011
  5. Sep 26, 2011
  6. Sep 25, 2011
  7. Sep 24, 2011
    • alangrafu's avatar
      dummy · 07902d8d
      alangrafu authored
      07902d8d
    • 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
  8. Sep 20, 2011
  9. Sep 19, 2011
  10. 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
  11. Sep 16, 2011
  12. Sep 13, 2011
  13. Sep 12, 2011
  14. Sep 11, 2011
  15. Sep 08, 2011
Loading