chenkun19960427 opened a new issue #1243: URL: https://github.com/apache/jena/issues/1243
Hi, Can **Fuseki** be used with **Jena - Model** ? Similar to [Virtuoso - VirtGraph](http://docs.openlinksw.com/virtuoso/rdfnativestorageprovidersjena/#rdfnativestorageprovidersjenaexamples3) : ``` VirtGraph graph = new VirtGraph("xxx/sparql", "jdbc:virtuoso://xxx:1111", "dba", "xxx"); VirtModel model = new VirtModel(graph); model.add(...); ``` Not by writing **SPARQL - INSERT/DELETE** : ``` INSERT DATA { <xxx> <xxx> <xxx> . <xxx> <xxx> <xxx> . } ``` I find it more convenient than SPARQL, such as **Model.createTypedLiteral**, without requiring me to specify a specific type . I know **Jena & TDB & Fuseki** . I read [Apache Jena Fuseki](https://jena.apache.org/documentation/fuseki2/index.html) , but I didn't find the API I wanted . Best Regards -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
