<div dir="ltr"><div><div><div><div><div><div><div><div><div>Hi,<br><br></div>I would like to share a simple application for gathering data from diverse datasources and merge them semantically due to identity criteria. This could be useful in Business Intelligence (BI) cases where big amounts of knowledge needs to be available and grouped for access.<br><br></div>The application actually consumes data from configured datasources and resolves type/instance identity equivalences. The current demo datasources contains references to the same subject in multiple statements and merges them into one and recognizes different vocabularies refering the same thing.<br><br></div>Running the demo requires checking out the appication JARs (its a Java application) and running them from the command line (needs JDK installed).<br><br>The application is hosted at <a href="http://cognescent.googlecode.com">http://cognescent.googlecode.com</a> . Checkout:<br></div><div>CognescentCBI.jar & CognescentCBIBrowser.jar in the repo root following the instructions for source SVN checkout there and run them in your local machine.<br><br></div><div>The first application shows the internal data structures for debugging and the other shows domain types/objects and their (inferred) properties.<br></div><div>java -jar CognescentCBI.jar<br><br></div><div>The other one shows a (adaptive) domain model:<br></div><div>java -jar CognescentCBIBrowser.jar<br></div><br></div><div>If you checkout the sources and try to build yourself please look src/datasources.xml to see with which datasources you can play (under development).<br></div><br></div>The application status is very immature yet but some parts ar taking up shape for the supporting framework of a BI application. Suggestions on which functionalities should be implemented areĀ  very appreciated<br><br></div>The application has an RDF/OWL server with an embedded Apache Fuseki endpoint allowing SPARQL queries. It also will offer an Apache Olingo OData v4 endpoint and will use OData URIs for semantic retrieveable resources, that's why I'm copying also to Olingo lists.<br><br></div>Best regards,<br></div>Sebastian Samaruga.<br><br></div>