You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@marmotta.apache.org by "Sergio Fernández (JIRA)" <ji...@apache.org> on 2014/02/25 11:55:20 UTC

[jira] [Created] (MARMOTTA-444) Provide an alternative SPARQL-based implementation of the LdpService

Sergio Fernández created MARMOTTA-444:
-----------------------------------------

             Summary: Provide an alternative SPARQL-based implementation of the LdpService
                 Key: MARMOTTA-444
                 URL: https://issues.apache.org/jira/browse/MARMOTTA-444
             Project: Marmotta
          Issue Type: New Feature
          Components: Platform
    Affects Versions: 3.2
            Reporter: Sergio Fernández
             Fix For: 4.0


Marmotta is defining a service for all operations required by LDP:

https://git-wip-us.apache.org/repos/asf?p=marmotta.git;a=blob;f=platform/marmotta-ldp/src/main/java/org/apache/marmotta/platform/ldp/api/LdpService.java;h=9a746da1929c132be240cce6a4ee57ca871bca68;hb=refs/heads/ldp

The default implementation uses the native Sesame API:

https://git-wip-us.apache.org/repos/asf?p=marmotta.git;a=blob;f=platform/marmotta-ldp/src/main/java/org/apache/marmotta/platform/ldp/services/LdpServiceImpl.java;h=b49f9d25ae429a16056b1f935fe2904ac79d5b93;hb=refs/heads/ldp

The idea is to explore how feasible is to provide an alternative implementation pure based on SPARQL. Therefore, the required skill would include Java, of course, and a deep knowledge of SPARQL 1.1.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)