You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Andy Seaborne (Jira)" <ji...@apache.org> on 2022/01/11 12:21:00 UTC

[jira] [Commented] (JENA-2250) How to implement your own tripe-storage engine with inference features

    [ https://issues.apache.org/jira/browse/JENA-2250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17472688#comment-17472688 ] 

Andy Seaborne commented on JENA-2250:
-------------------------------------

Please could you ask on the users@jena.apache.org mailing list.

https://jena.apache.org/help_and_support/index.html

Subscribe first (stops unwanted junk email), respond to the automatic reply and then send your question.



> How to implement your own tripe-storage engine with inference features
> ----------------------------------------------------------------------
>
>                 Key: JENA-2250
>                 URL: https://issues.apache.org/jira/browse/JENA-2250
>             Project: Apache Jena
>          Issue Type: Question
>          Components: RDF API, Reasoners
>            Reporter: brain duan
>            Priority: Trivial
>
> Hello,
>      I need some help.
>      With this guide, [https://jena.apache.org/documentation/fuseki2/fuseki-embedded.html,]
>      I created an embeded-fuseki server to provide a SPARQL service .
>      I make an implemention of `org.apache.jena.dboe.storage.StorageRDF` interface  in Java, so I can store rdf triples with my own storage engine(a distributed database). And it works. I can query the rdfs with SPARQL.
>  
>      However, I have some problems.
>      when I try to change my model  to a  `InfGraph` , the reasoner can't works. It must be some bugs in my code. but I can't find it . 
>       Is there any guide or something else to help me fix the bug .
> Our data stored in a distributed database. we want to do SPARQL Query and Inference.
>  
> Thanks
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)