Skip to content
Snippets Groups Projects
  1. Jan 30, 2012
  2. Jan 27, 2012
  3. Jan 26, 2012
  4. Jan 25, 2012
  5. Jan 24, 2012
  6. Jan 21, 2012
  7. Jan 13, 2012
    • alangrafu's avatar
      Added rdfs:Resource models and views · e4edcf62
      alangrafu authored
      e4edcf62
    • alangrafu's avatar
      Multiple changes · d5c594d2
      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
      d5c594d2
  8. Oct 02, 2011
  9. Sep 29, 2011
  10. Sep 25, 2011
  11. 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
  12. 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
  13. Sep 13, 2011
    • alangrafu's avatar
      Fixing small bug · 09044dc0
      alangrafu authored
      Adding templates dir
      Removing owl:Class view and model to allow ln form rdfs:Class
      09044dc0
  14. 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
  15. Sep 11, 2011
  16. 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
      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
  17. Sep 06, 2011
  18. Sep 05, 2011
  19. Jul 17, 2011
  20. Jul 15, 2011
    • Alvaro Graves's avatar
      A little more functional. · 67535429
      Alvaro Graves authored
      Creates HTML based on Haanga
      Added basic stylesheet (but needs more work)
      Default template returns RDFa
      
      Notes: Tested using ARC2 and 4Store and works out of the box
      67535429
  21. Jul 01, 2011
Loading