# ontop **Repository Path**: oldshan/ontop ## Basic Information - **Project Name**: ontop - **Description**: Ontop is a platform to query relational databases as Virtual RDF Knowledge Graphs using SPARQL - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-23 - **Last Updated**: 2021-02-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Maven Central](https://img.shields.io/maven-central/v/it.unibz.inf.ontop/ontop.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22it.unibz.inf.ontop%22) [![GitHub license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0) [![SourceForge](https://img.shields.io/sourceforge/dm/ontop4obda.svg)](http://sourceforge.net/projects/ontop4obda/files/) [![Twitter](https://img.shields.io/twitter/follow/ontop4obda.svg?style=social)](https://twitter.com/ontop4obda) | Branch | build status | |-----------|---------------| | [master](https://github.com/ontop/ontop/tree/master) |[![Build Status](https://travis-ci.org/ontop/ontop.svg?branch=master)](https://travis-ci.org/ontop/ontop)| | [develop](https://github.com/ontop/ontop/tree/develop) |[![Build Status](https://travis-ci.org/ontop/ontop.svg?branch=develop)](https://travis-ci.org/ontop/ontop)| | [version3](https://github.com/ontop/ontop/tree/version3) |[![Build Status](https://travis-ci.org/ontop/ontop.svg?branch=version3)](https://travis-ci.org/ontop/ontop)| Ontop ===== Ontop is a framework for ontology based data access (OBDA). It supports SPARQL over virtual RDF graphs defined through mappings to RDBMS. Compiling, packing, testing, etc. -------------------- The project is a [Maven](http://maven.apache.org/) project. Compiling, running the unit tests, building the release binaries all can be done using maven. Currently we use Maven 3 and Java 8 to build the project. Links -------------------- - [Official Website](http://ontop.inf.unibz.it/) - [SourceForge Download](http://sourceforge.net/projects/ontop4obda/files/) - [Docker Hub](https://hub.docker.com/r/ontop/ontop-endpoint) - [GitHub](https://github.com/ontop/ontop/) - [GitHub Wiki](https://github.com/ontop/ontop/wiki) - [GitHub Issues](https://github.com/ontop/ontop/issues) - [Google Group](https://groups.google.com/forum/#!forum/ontop4obda) - [Facebook](https://www.facebook.com/obdaontop/) - [Twitter](https://twitter.com/ontop4obda) - [Travis CI](https://travis-ci.org/ontop/ontop) License ------- The -ontop- framework is available under the Apache License, Version 2.0 ``` Copyright (C) 2009 - 2018 Free University of Bozen-Bolzano Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ``` All documentation is licensed under the [Creative Commons](http://creativecommons.org/licenses/by/4.0/) (attribute) license.