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 star
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 tri
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 coul
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 tri
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
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 .
> ?
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 thing I 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 upl
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 ?finding
On 15/05/13 10:05, Bahador(reza)? OFOGHI wrote:
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 indi
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 wi
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 work
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 wrot
The Apache Jena team are pleased to announce the release of Jena 2.10.1.
http://jena.apache.org/
* RDF Output
The writer for Turtle which has been rewritten and a writer for TriG
added. The exact output layout of the Turtle may change.
Full details of using the writing subsystem:
htt
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 = T
14 matches
Mail list logo