RE: SDB with MySQL and Java

2014-09-03 Thread John A. Fereira
10:07 PM To: users; John A. Fereira Cc: dev Subject: Re: SDB with MySQL and Java Hi John. I will need to create some SWRL rules on the data present in the ontology, then I need to use the native four tables of Jena SDB or could maybe use D2RQ or VITRO to do the queries using SWRL? 2014-09-02 10

Re: SDB with MySQL and Java

2014-09-02 Thread Vinicios Binsfeld
opy > of VIVO without the VIVO (and associated ontologies) built in. Using Vitro > you could load in your own ontology and then use the available ingest tools > (or the VIVO-Harvester) to load in your data. > > -Original Message----- > From: Vinicios Binsfeld [mailto:vinicios

RE: SDB with MySQL and Java

2014-09-02 Thread John A. Fereira
ould load in your own ontology and then use the available ingest tools (or the VIVO-Harvester) to load in your data. -Original Message- From: Vinicios Binsfeld [mailto:[email protected]] Sent: Monday, September 01, 2014 8:06 AM To: dev; users Subject: SDB with MySQL and Java

Re: SDB with MySQL and Java

2014-09-02 Thread Andy Seaborne
On 01/09/14 16:55, Vinicios Binsfeld wrote: Hi Chris. I will put this part in a separate Server (Amazon EC2). That will comunicate with the android aplication using REST. I thought about using SDB due to large amount of data. TDB scales better. I did not understand the following: If I loa

Re: Re: SDB with MySQL and Java

2014-09-01 Thread Vinicios Binsfeld
Hi Chris. I will put this part in a separate Server (Amazon EC2). That will comunicate with the android aplication using REST. I thought about using SDB due to large amount of data. I did not understand the following: If I load the RDF into a model into and populate it, like I'm going to do to

Re: Re: SDB with MySQL and Java

2014-09-01 Thread Chris Dollin
On Monday, September 01, 2014 11:41:20 AM Vinicios Binsfeld wrote: > I will use the ontology (https://code.google.com/p/ vital-sign-ontologia / > ) for this propouse: I'll > have a Android application which will capture vital signs, then I will have

Re: SDB with MySQL and Java

2014-09-01 Thread Vinicios Binsfeld
Hi. I will use the ontology (https://code.google.com/p/ vital-sign-ontologia / ) for this propouse: I'll have a Android application which will capture vital signs, then I will have to store this data in a database MySql and will use the ontology to

Re: SDB with MySQL and Java

2014-09-01 Thread Andy Seaborne
On 01/09/14 13:46, Vinicios Binsfeld wrote: Hi Cris. I believe I still do not have the Model. This is what Chris is referring to: > Model model = SDBFactory.connectDefaultModel(store) ; You can add triples to that. The ontology that a will use is: https://code.google.com/p/vital-sign-on

Re: SDB with MySQL and Java

2014-09-01 Thread Vinicios Binsfeld
Hi Cris. I believe I still do not have the Model. The ontology that a will use is: https://code.google.com/p/vital-sign-ontology/ Sorry for the basic questions. I am starting now to work with ontologies. The code I have now is this: final String className = "com.mysql.jdbc.Dri

Re: SDB with MySQL and Java

2014-09-01 Thread Chris Dollin
On Monday, September 01, 2014 09:06:10 AM Vinicios Binsfeld wrote: > Someone has any examples of how popular one with OWL ontology data using > SDB? > > I'm using MySQL and SDB data. The connection with the database is working > well. Now I need an example of how populate the ontology and how to

SDB with MySQL and Java

2014-09-01 Thread Vinicios Binsfeld
Hello. Someone has any examples of how popular one with OWL ontology data using SDB? I'm using MySQL and SDB data. The connection with the database is working well. Now I need an example of how populate the ontology and how to manipulate, fetch data, update data, and create new records. --