an open-source Java framework for storing, querying and inferencing for RDF. It can be deployed as a web server or used as a Java library. Features include several query languages (SeRQL and SPARQL), inferencing support, and RAM, disk, or RDBMS storage.
0
votes
1answer
12 views
ParserConfig error in Sesame 2.7 when trying to upload RDF files from DBpedia
I am trying to upload into my Sesame repository a set of RDF file coming from DBpedia. The problem is: for almost every RDF file, Sesame give the following error:
'whatever_file_is': 'some_value' was ...
0
votes
0answers
24 views
Sparql Select Query works on Sesame-Workbench but not on Java
I'm trying to create a Sparql-Query to get all messages, that are related to a lecture. I'm new at the whole 'semantic web'-story so be patient if the usage namespace is completely wrong.
The query I ...
0
votes
1answer
49 views
Building AliBaba java exemple
Good evening,
I am new to Java Persistence API and I would like to test AliBaba to see what it could do.
AliBaba website. I read part of the exemple given here. I have the whole AliBaba project and ...
2
votes
1answer
25 views
Sesame 2.7 failed to recognise RDF Literal
I'm having some trouble with Sesame 2.7. Suppose I have the following RDF document:
<rdf:RDF xmlns:arq="http://example.com/vocab.rdf#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
...
-1
votes
0answers
14 views
Protege owl Ontology to RDF Sesame 2 Windows Client
I've created a Disease Ontology in Owl, complete with object properties. I'm looking for a way to create a database with that owl model along with a simple interface where we can add more information ...
0
votes
1answer
26 views
Unable to upload webdatacommons example file into OpenRDF Sesame 2.7.0 (seemingly) because of encoded Chinese characters
I just tried uploading the example webdatacommons RDF file
Into Sesame 2.7.0 and get a message:
"'洪雄熊' was not recognised as a language literal, and could not be verified, with language zh_tw ...
0
votes
0answers
78 views
sesame/jetty server responding wrong content-type for a node.js http get request
var http = require('http')
function getSPARQLResults(query_string, callback) {
sparqlQ = getSPARQLPrefix() + query_string;
var options = {
host: 'localhost',
port: 8080,
path: ...
0
votes
0answers
22 views
Why is Sesame limited to, lets say, 150m triples?
I wouldn't exactly say it is limited but as long as I can see the recommendations given are of the sort of "If you need to go beyond that you can change the backend store... ". Why? Why is Sesame not ...
1
vote
0answers
140 views
How to draw a graph in java rdf using openRDF [closed]
I have a project thats needs to graph (drawing) rdf file and xml files (succeed to show the elements they have in common).
I have to use OpenRDF and give free to my imagination to the graph.
Could ...
0
votes
0answers
90 views
NoClassDefFoundError for Jar library
I am using Sesame to access a sample RDF repository,
String sesameServer = "http://asimov.ludat.lth.se/openrdf-sesame/";
String repositoryID = "KnowRob";
// Cannot create HTTPRepository
Repository ...
1
vote
2answers
89 views
Load Freebase full dump into OWLIM-SE
I have downloaded the full RDF Freebase dump file 'freebase-rdf-2012-12-09-00-00.gz'(7.5GB) from this link http://download.freebaseapps.com/
This data dump uses the the Turtle RDF syntax as defined ...
1
vote
1answer
73 views
sesame rdfstore named graphs
I am using sesame HTTP api with its in-memory rdf store.
I load data/triples in a context/named graph
I query using named graph/context
I have 2 questions:
In the same repository, can a graph ...
1
vote
1answer
71 views
sesame repository configuration
I use the sesame http repository and because of the fact I have a big schema a repository supporting inference is too slow (especially when adding triples). As a result, I use a simple memory ...
3
votes
1answer
66 views
Different number of results with sesame2 and jena
I'm writing some queries which are being run on both jena and sesame2. Most of them are working correctly under sesame2 except when i specify the depth of a path. For example, if I run this query ...
1
vote
1answer
62 views
Adding triples to Surf RDF in Python with a context/graph
In python, I'm trying to add triples to a Sesame data store using Surf RDF.
However, using the following:
session.default_store.add_triple (s, p, o, surf.rdf.URIRef("http://hi/me"))
causes the ...
0
votes
1answer
42 views
Migrate Sesame repository
I want to migrate native Sesame repository to postgresql based repository.
I have no found any read solution for this task.
How can I do this?
1
vote
1answer
62 views
multiple clients silmuntaneously on sesame repository
i use sesame for a project and i use a local nativestore file repository. everything is fine but when multiple clients use my application silmuntaneusly the repository locks.How can i deal with ...
-1
votes
1answer
79 views
sesme server installation error under tomcat 7 on windows [closed]
i try to install sesame as a web service under tomcat 7. I copy the war files under webapps folder and i go to http://localhost:8080/openrdf-workbench as in every tutorial. The problem is that i get ...
0
votes
0answers
26 views
Sesame Server Error
There is a webinterface which uses phython, django, hadoop and hbase. (Each of them are the latest version.) It serves for user insertion to and searching the database.
The following error occurs on ...
0
votes
1answer
54 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 ...
0
votes
1answer
121 views
User logon with Apache Shiro and Sesame
I have a Sesame triple store where I store users account and I'm building a Java Web Application with a login form.
I would like to use Apache Shiro to do this.
Does anyone know how to authenticate ...
0
votes
2answers
549 views
sesame 2.6.9 with tomcat 7 set up won't work
I was trying to install sesame.
I first followed these instructions: http://www.openrdf.org/doc/sesame2/users/ch06.html
To install tomcat as a prerequesite I used this tutorial: ...
0
votes
1answer
82 views
How do I reset Sesame?
I'm using booth Sesame .wars in Tomcat 7 on OS X 10.8, but now it doesn't work any more. I set up a new Tomcat with two new Sesame .war but now it uses the old repository. Where are these stored? ...
0
votes
0answers
46 views
Running Sesame and USeekM on Android 4+
I am aware that Sesame is somewhat supported (also here) on Android. However, none of these answers suggest which version of Android.
Given the rapid development cycle of Android, would it be ...
0
votes
0answers
100 views
Running SesameWindowsClient in mono 4.0
Tried 'mono --runtime=v4.0.30319 SesameWindowsClient.exe' because I wanted to run that program from konsole to get more details than from the w5 point-and-click desktop.
Ubuntu precise 12.04, tells ...
3
votes
3answers
139 views
OSGi and Sesame with OWLIM
Is there a simple way to get Sesame and OWLIM work in an OSGi-environment? Or is there another fast way to inference OWL-Data and store them?
I tried Jena with build-in reasoner, pellet etc., but ...
0
votes
1answer
121 views
Repository connection - Rollback does not to work using SPARQL Queries?
I want to delete and insert triples from a sesame repository using SPARQL queries, and I want to execute both operations as a single transaction.
DELETE
INSERT
If an exception is thrown during the ...
1
vote
0answers
65 views
Improve Performance INSERT/UPDATE OWLIM-Lite
I have a problem with performances especially in INSERT and DELETE/INSERT query sparql.
I have implemented an ontological model with the following characteristics:
OWL Profile = OWL 2 QL
DL ...
2
votes
1answer
197 views
HTTP PUT deleting triples in sesame
I'm trying to use http PUT via cURL to update my triple store in openrdf-sesame, but I've hit a problem that I can't find a solution for.
When using POST, the triple data uploads perfectly.
But then ...
2
votes
1answer
78 views
Sparql - owlim query does not work after update
I've created application, which works with openrdf sesame and owlim module. Recently, I needed to update licence key to owlim (I recieved key for newest owlim version), so I was forced to update ...
2
votes
1answer
108 views
Sparql - delete queries stop working after update
I've created an application, which works with openrdf sesame and owlim module. Recently, I needed to update licence key to owlim (I received a key for the newest owlim version), so I was forced to ...
4
votes
1answer
200 views
Why does the interpretation of division operation change among SPARQL processors of Jean and Sesame/OpenRDF?
The following SPARQL query produces different results when run on the SPARQL engines of two popular SDKs (Jena and Sesame / OpenRDF):
PREFIX xsd:<http://www.w3.org/2001/XMLSchema#>
SELECT ?v1 ...
1
vote
1answer
327 views
Sesame in-memory triple store
- Using openrdf-sesame-latest
- Using in-memory repository in Sesame Standalone Server
- Using REST api interface (SPARQL queries) to Sesame Standalone server
- Have few hundred thousands triples for ...
1
vote
1answer
84 views
Sesame concurrent connections
I am using Sesame RDFStore. I was wondering how many incoming concurrent requests (connections) sesame can support.
Is there any Jetty/Sesame configuration that I can change to support more?
2
votes
1answer
401 views
load .srj files with jQuery's ajax or getJSON
Can anybody show me an example of how to load the .srj files that result from querying a Sesame SPARQL endpoint using jQuery's getJSON? I've tried setting the Accept header and other tricks but I ...
2
votes
1answer
127 views
OpenSesame on Android to store RDF Triples
I'm trying to use OpenSesame on android. Therefore i included the opensesame-onejar in my project.
When running the project, a exception is thrown: java.lang.NoClassDefFoundError: ...
1
vote
1answer
244 views
Manipulation of sesame server repositories (owl ontology) in java servlet
I'm trying to connect a web application (eclipse) with my Sesame repository server (sesame 2.6.3) both of them are running in my local machine under the same Apache Tomcat 6.0.29. I found the sesame ...
5
votes
2answers
574 views
SPARQL 1.1: how to use the replace function?
How can one use the replace function in SPARQL 1.1, especially in update commands?
For example, if I have a number of triples ?s ?p ?o where ?o is a string and for all triples where ?o contains the ...
4
votes
1answer
518 views
Sesame SPARQL endpoint read-only
How can I prevent my OpenRDF Sesame 2.6.5 RDF storage from the modification(INSERT/DELETE) via SPARQL endpoint?
'Select' queries will be done via POST requests.
Forbid(via Apache Tomcat config. ...
3
votes
1answer
72 views
DBPedia SPARQL <LONG::IRI_RANK>
I could run SRARQL queries with LONG::IRI_RANK from this URL: http://dbpedia.org/sparql but I can't run it in my local OpenRDF Sesame repository loaded with 'person_en.nt' DBPedia dataset file(SPARQL ...
3
votes
1answer
756 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 ...
1
vote
1answer
292 views
owlim library use of configuration file
I am trying to work with the owlim library to edit the owl ontology file. I started with the 'getting-started' example code included in the owl library. When I use the library with this example code ...
4
votes
1answer
457 views
openrdf-sesame database / triplestore in eclipse wtp project with tomcat
I want to use an openrdf-sesame triplestore in an eclipse wtp project with a tomcat server. I need to put some sample date to this triplestore to use it in my wtp project.
If I use tomcat without ...
1
vote
1answer
355 views
OpenRDF Sesame: can't define prefix
I am trying to build correct query for my test server, and i am faced the problem that i'm not able to define PREFIX.
For instance, this query works:
select * where
{
?stayingURL ...
3
votes
1answer
726 views
OpenRDF Sesame - 404 error
I have OpenRDF Sesame in my webapps folder under my Apache Tomcat installation. I can access the /openrdf-workbench webapp, but /openrdf-sesame gives me a 404 error.
Literally all it says is:
HTTP ...
8
votes
3answers
349 views
How do turn a java Iterator-like object into a clojure sequence
I'm using the Sesame library to run SPARQL queries over an in-memory triple store.
I am using Clojure to achieve this.
A query result is a custom Iterator-like [1] object, so the clojure seq does ...
0
votes
1answer
162 views
How to increase heap size for sesame store from the cmd permanently?
Could some one please advise me on:
(a) How to identify the current heapsize.
(b) how to increase the heapsize.
Unfortunately the current topics seems to be very vague to me.
1
vote
1answer
142 views
Configuring Sesame with Allegrograph
How can I configure Sesame with Allegrograph? I know agraph provides similar API's ti Sesame's ones. However, I'd like to use Alibaba.
Thanks
3
votes
2answers
142 views
Is it possible to combine those 2 SPARQL update queries into one?
I want to perform an update to remove the link (predicate) between two nodes in my RDF Store. The link is bidirectional (skos:narrower, and skos:broader). I would like to make a unique query, to ...
0
votes
1answer
319 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 ...