[ 
http://jira.amdatu.org/jira/browse/AMDATU-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=10302#comment-10302
 ] 

Angelo van der Sijpt commented on AMDATU-183:
---------------------------------------------

After thinking it over, I'd say it is best to define an interface that suits 
our needs the best, and not lean on the Sesame-interface too much. This could 
very well mean we turn the interface around.

Reasoning form the basic premise of a triple-store, the 
subject-predicate-object mechanism, we could for instance have something like
+ addStatement(subject, predicate, object)
+ getObjects(subject, predicate)
with some bulk-methods that understand RDF and SPARQL.
We will also have to define what exactly subject, predicates and objects are, 
and whether these are value-objects or entities (in the BDD sense of the word).

Koos, if the API was no issue at all, could you post a block of pseudo-code 
that shows how you would like to use the API?


> Expose opensesame more in the sesame-service
> --------------------------------------------
>
>                 Key: AMDATU-183
>                 URL: http://jira.amdatu.org/jira/browse/AMDATU-183
>             Project: Amdatu
>          Issue Type: Improvement
>          Components: Amdatu Semantic Web
>            Reporter: Koos Gadellaa
>            Assignee: Angelo van der Sijpt
>
> Currently the sesame-service only exposes the add(URL) method from the 
> openrdf.connection class.
> However, I'd like to be able to use the add(Statement(s)), add(Inputstream) 
> and add(Reader)
> Please open these.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to