sesame
openrdf-sesame SPARQLResultsXMLWriter and XSL
how can i add xsl stylesheet in XML out stream provided by SPARQLResultsXMLWriter? RepositoryConnection con = repository.getConnection();[详细]
2023-04-11 23:46 分类:问答How can I integrate a semantic reasoner into Sesame?
I\'m working on the API for TripleStore in Sesame.It has a reasoner which works with RDFs. As I also work with OWL. So I开发者_JS百科 want to add another semantic reasoner such as Pellet or ITM ...[详细]
2023-03-25 03:16 分类:问答Update RDF in Triplestore
I\'m experimenting with Sesame and Virtuoso Triplestores. At the Moment I use the Sesame Java API to add RDF Data to both Triplestores.[详细]
2023-03-14 14:42 分类:问答Loading Notation3 into a Database
How do you parse and load the triples represented by a Notation3 file into a database? I\'m somewhat familiar with Jena and Sesame, but these seemed geared to process RDF or Turtle, not full Notation3[详细]
2023-02-16 01:00 分类:问答Doesn't understand SERQL queries
i set up a Sesame (openrdf.org) server and try to access it by the Java API. For test purpose I have used a really simple example from Wikipedia:[详细]
2023-01-28 02:18 分类:问答What should I included (using maven) to have use an embedded sesame repository in my Java application
I would like to use an embedded openRDF sesame repository in my Java application. I can not find information what is a minimum set of libraries that I need to include -- place in my pom.xml开发者_开发[详细]
2023-01-16 06:52 分类:问答Using Sesame 2 and MySQL in my Java Class
It\'s my 开发者_如何学Pythonfirst time with Sesame 2 so please be kind. It could be a stupid question but I can\'t find documentation about how to use Sesame 2 and a mysql store.[详细]
2023-01-07 20:02 分类:问答Sesame SeRQL does not provide update/insert option?
I\'m trying to use Sesame repository to store my ontology. I wanted to write JAVA code to load this ontology or just run queries on it so as to add new individuals, properties etc. But it seems that S[详细]
2023-01-05 13:02 分类:问答Is there something like SESAME for OWL
Sesame is for RDF, so if I want to use OWL is there anyt开发者_Go百科hin?Jena is a triple-centric API.If you want something actually geared towards OWL, you should try the OWLAPIHave a look at OWLIM,[详细]
2022-12-13 13:30 分类:问答