Re: [HACKERS] deductive databases in postgreSQL

2009-01-23 Thread Carlos Gonzalez-Cadenas
Yes it's an option, but you cannot rely on the typical consulting company to
do that. Do you know any specialized consulting boutique or individual
developer that could do that?

Carlos Gonzalez-Cadenas
CEO, ExperienceOn - New generation search
http://www.experienceon.com

Mobile: +34 652 911 201
Skype: carlosgonzalezcadenas
LinkedIn: http://www.linkedin.com/in/carlosgonzalezcadenas



On Thu, Jan 22, 2009 at 7:16 PM, decibel deci...@decibel.org wrote:

 On Jan 22, 2009, at 8:24 AM, Euler Taveira de Oliveira wrote:

 No one that I know of. Well, it is a long road. The addition of a data
 type
 xml is recent (8.3). We lack a set of features like indexing, a new data
 structure (?), XQuery, XPath improvement and, so on [1]. Don't expect much
 of
 these TODO items completed before the next two releases (unless you want
 to
 take a stab).



 You could also possibly pay a consulting company to implement it, but even
 that isn't as easy as it may sound. :)
 --
 Decibel!, aka Jim C. Nasby, Database Architect  deci...@decibel.org
 Give your computer some brain candy! www.distributed.net Team #1828





[HACKERS] deductive databases in postgreSQL

2009-01-22 Thread Carlos Gonzalez-Cadenas
Hi all,

We're looking for a deductive database for our application. Oracle, in the
11g version, has extended its RDBMS with deductive capabilities, supporting
a subset of OWL-DL[1]. They are able to load an ontology, perform the
inferences, dump the inferred info in the database and after that answer
queries with the asserted plus the inferred info.

We would like to have similar functionalities in PostgreSQL. Do you know if
there's someone working on that or if there are plans to support it soon?.
If not, what do you think is the best and most efficient way of implementing
it?

Thank you very much in advance,

Carlos

[1]: http://www.oracle.com/technology/tech/semantic_technologies/index.html