Tuesday, July 31, 2012

Delay longer than expected

We are a bit behind the schedule, but we will release the new build shortly. Sorry for the inconvenience ;)

Friday, July 13, 2012

Release delayed one week

We will have a small delay on the release that's scheduled for this week. We will postpone it until next week to be able to clean some last minute issues. Stay tuned! this release is packed with goodies, including Protege 4.2 support, support for LIMIT, OFFSET, ORDER BY and many other things!

Wednesday, June 13, 2012

v1.7-alpha-b1529 is now available

A new build for v1.7-alpha is now available. This time we focused on improving user interaction and solving important bugs/issues related to stability and we are happy to say that this is our most stable and user-friendly build to the date.

Highlights of this new build include:

  • Improved error reporting and error message in Quest
  • Improved syntax error reporting and messages in the mapping editor of -ontopPro-
  • Fixed critical stability issue that triggered an endless loop of error dialogs in Protege 4.1
  • Better layout, improved fonts and other GUI enhancements.
For a detailed description see our changelog.

As a hint to whats coming on the next release:

  • Quest support for LIMIT, OFFSET and ORDER BY in SPARQL queries.
  • Extending FILTER functions
  • First release of the QuestOWL and -ontop- for OWL, the OWLAPI 3 libraries that will allow you to use Quest and -ontop- directly from Java, using the OWLAPI 3.

Tuesday, May 22, 2012

OWLED and ESWC invitation

Next week, during OWLED, we will have a presentation about Quest. After that I'll stay for ESWC. This would be a great opportunity to meet people interested in OBDA and -ontop-, to have discussion and/or hands-on sessions. Please contact me if you would be interested in something like that, we can arrange some time during the conferences.

- Mariano

v1.7-alpha-b1479 is now available

A new build for -ontopPro- v1.7-alpha is now available. Highlights of this build include:

  • Support for UNION in SPARQL queries.
  • Support for SQL Server (needs testing)
  • Improved T-mappings optimization, new produces much fewer and faster SQL queries in virtual ABox mode.
  • The SQL analyzer now understands IS NULL and IS NOT NULL
  • Fixed support for DB2 and Oracle in virtual ABox mode.
  • Multiple bug fixes 
For a full description of the changes see our changelog.

Thursday, May 17, 2012

New build next week (UNION and COUNT!)

A new build will be coming next week with new whistles and bells:

  • First version with support for UNION and COUNT 
  • Support for SQL Server
  • Better T-mappings algorithm, hence faster and MUCH smaller SQL queries in virtual ABox mode.
  • Better SQL parsing (hence better SQL performance in virtual ABox mode)
  • Fixed support for MySQL, Oracle and DB2.
  • Fixed uppercase/lowercase issue with DB schemas.
Stay tuned!

Friday, May 4, 2012

Build 1446 now available

Build 1446 for v1.7-alpha is now available. This build fixes a small bug where mappings that introduce concrete individuals would not be rendered properly by -ontopPro-. The kind of problematic mapping would be:

<"&:;people/{$id}"> :knows <http://physics/Stephen_Hawking>
SELECT id FROM physicists

The problem would rise when there is no prefix for any fragment of <http://example/physics/Stephen_Hawking>

We also added coloring for individuals in mappings.