0
votes
1answer
57 views

cannot load correct amount of triples when connecting to open rdf sesame using Topbraid Composer Maestro Edition

I have been struggling to make this work. In our open rdf sesame environment, we have our sesame repository that has over 200000 triples (we use n3 files to develop these triples btw). I used ...
3
votes
1answer
772 views

SPARQL query to retrieve all objects and properties

Using the Wine ontology, I want to create SPARQL query so I can retrieve all wines and their properties like the table below - consider that I don't know the properties' names a priori. vin ...
0
votes
1answer
320 views

how to use sparql query in JSP for rdf over MySql database

Context: I have deployed Sesame workbench server in "Glass fish server" (netbeans) and uploaded my ontology in "MySql RDF store". Now I can see some tables created in my MySql database (connected to ...
1
vote
2answers
939 views

Loading verly large RDF file into openrdf Sesame ontology manager

I need to load very large ontology represented as N-triples file(1gb) to the openrdf Sesame application. I'm using the workbench interface to do that. I know that this file is too big to be loaded in ...
3
votes
2answers
308 views

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 ...