Hello,
Besides D2RQ, another interresting tools to expose a relational database
content in RDF : Ontop <http://ontop.inf.unibz.it/> (University of
Bolzen, Italy) and DataLift <http://datalift.org/>.
Jean-Baptiste Pressac
Traitement et analyse de bases de données
Production et diffusion de corpus numériques
Centre de Recherche Bretonne et Celtique
Unité mixte de service (UMS) 3554
20 rue Duquesne
CS 93837
29238 Brest cedex 3
tel : +33 (0)2 98 01 68 95
fax : +33 (0)2 98 01 63 93
Le 01/06/2016 à 21:46, Andy Seaborne a écrit :
On 31/05/16 18:32, Fidèl Jiomekong wrote:
Hi,
i want to subscribe to Jena mailing list.
Hi,
I'm Jiomekong, phd student at university of Yaounde 1 and i also teach
computer science at University of Yaounde 1. I'm JAVA EE developer.
I'm working on using ontology to provide better information to users
of epidemiological platform.
The ontology is constructed and i want to access postges database
using jena.
Is it possible ?
Best regards
If you mean, you have existing data in a PostgreSQL database and want
to view it as RDF via your ontology, you'll need a tool like D2RQ as
well. This maps between RDF and views of the database.
If you want to store RDF in PostgreSQL, then jena-sdb will work for
moderate sized data.
Andy