Owl Ontology and TDB Individuals

2013-05-15 Thread Bahador(reza)? OFOGHI
Hi,   I have developed an OWL Ontology using Jena which includes the general structure/graph of domain knowledge (only classes and relationships). I would like to have the individuals/instances in a separate TDB triplestore since the number of individuals is large. I have no idea where to

Unexpectedly slow query

2013-05-15 Thread hueyl16
Hello, I am using the following Sparql query against a TDB store: SELECT * WHERE { ?pat a nci:Patient . ?pat ec:Has_Id ?patId . ?findingProp rdfs:subPropertyOf ec:Has_Finding . ?pat ?findingProp ?finding . ?finding a ?findingType . } When I run this query WITHOUT the last

Command line: build LARQ index and read it in Java

2013-05-15 Thread A. Anil SINACI
Dear all, With the tdbloader utility, I can load my RDF files as named graphs into existing and TDB store. I also want to create the indexes for my graphs and make them ready to my application. In the web page of ARQ it says there is the arq.larqbuilder command to build indexes, however I

Unexpectedly slow query

2013-05-15 Thread hueyl16
Hello, I am using the following Sparql query against a TDB store: SELECT * WHERE { ?pat a nci:Patient . ?pat ec:Has_Id ?patId . ?findingProp rdfs:subPropertyOf ec:Has_Finding . ?pat ?findingProp ?finding . ?finding a ?findingType . } When I run this query WITHOUT the last

Re: Consent to translate your web page at http://jena.apache.org/

2013-05-15 Thread Andy Seaborne
On 15/05/13 09:29, Maria Ramos wrote: Hi, My name is Maria Ramos and I'm seeking the approval to translate your page about getting involved in Apache Jena into Spanish language. I'm part of Education Channels and Community Support Team at WebHostingHub.com. We strive to help website owners and

Re: Unexpectedly slow query

2013-05-15 Thread Damian Steer
On 15 May 2013, at 14:10, huey...@aol.com wrote: Hello, I am using the following Sparql query against a TDB store: SELECT * WHERE { ?pat a nci:Patient . ?pat ec:Has_Id ?patId . ?findingProp rdfs:subPropertyOf ec:Has_Finding . ?pat ?findingProp ?finding . ?finding a

uploading a new dataset through Jena Fuseki

2013-05-15 Thread Hossein Miri
Hello,A beginner question: How do I upload onto a remote machine a new ontology (.owl file) using Fuseki web-server?I can authenticate and log in, but the first thingI would have to do is to select a data graph that is already there. Before picking the graph, I do not see any options to upload or

Re: Unexpectedly slow query

2013-05-15 Thread Andy Seaborne
On 15/05/13 15:36, Damian Steer wrote: On 15 May 2013, at 14:10, huey...@aol.com wrote: Hello, I am using the following Sparql query against a TDB store: SELECT * WHERE { ?pat a nci:Patient . ?pat ec:Has_Id ?patId . ?findingProp rdfs:subPropertyOf ec:Has_Finding . ?pat

RE: Owl Ontology and TDB Individuals

2013-05-15 Thread David Jordan
Andy, Please clarify something. In this reply, you state * Put the ontology in one named graph and the individuals in another one, or the default graph, and hence in the same database? * You can put a single graph from TDB into a general dataset or just work with that one graph (transactions

Re: Owl Ontology and TDB Individuals

2013-05-15 Thread Andy Seaborne
On 15/05/13 18:47, David Jordan wrote: Andy, Please clarify something. In this reply, you state * Put the ontology in one named graph and the individuals in another one, or the default graph, and hence in the same database? * You can put a single graph from TDB into a general dataset or just

RE: Owl Ontology and TDB Individuals

2013-05-15 Thread David Jordan
OK, now with your clarification it makes sense to me and is what I expected. -Original Message- From: Andy Seaborne [mailto:a...@apache.org] Sent: Wednesday, May 15, 2013 3:03 PM To: users@jena.apache.org Subject: Re: Owl Ontology and TDB Individuals On 15/05/13 18:47, David Jordan

stream turtle to TDBLoader

2013-05-15 Thread Paul Tyson
Hi, I'm trying to use the TDBLoader api to stream turtle to the bulk loader to create a new TDB repository. I suspect none of the TDBLoader.load*() methods accept turtle input. I'm using version 2.10.1. This sort of code produces an immediate RIOT exception: InputStream is = ...; Dataset ds =