All Projects → ontop → Ontop

ontop / Ontop

Licence: apache-2.0
Ontop is a platform to query relational databases as Virtual RDF Knowledge Graphs using SPARQL

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Ontop

rdf2x
RDF2X converts big RDF datasets to the relational database model, CSV, JSON and ElasticSearch.
Stars: ✭ 43 (-89.74%)
Mutual labels:  sparql
WikidataQueryServiceR
An R package for the Wikidata Query Service API
Stars: ✭ 23 (-94.51%)
Mutual labels:  sparql
Inception
INCEpTION provides a semantic annotation platform offering intelligent annotation assistance and knowledge management.
Stars: ✭ 254 (-39.38%)
Mutual labels:  sparql
SEPA
Get notifications about changes in your SPARQL endpoint.
Stars: ✭ 21 (-94.99%)
Mutual labels:  sparql
sparql-micro-service
SPARQL micro-services: A lightweight approach to query Web APIs with SPARQL
Stars: ✭ 22 (-94.75%)
Mutual labels:  sparql
LinkedDataHub
The Knowledge Graph notebook. Apache license.
Stars: ✭ 150 (-64.2%)
Mutual labels:  sparql
lsw2
OWL and Semantic Web toolkit for Common Lisp, used for construction and reasoning over ontologies and ontology-structured data
Stars: ✭ 22 (-94.75%)
Mutual labels:  sparql
Semanticmediawiki
🔗 Semantic MediaWiki turns MediaWiki into a knowledge management platform with query and export capabilities
Stars: ✭ 359 (-14.32%)
Mutual labels:  sparql
Sessel
Document RDFizer for CouchDB
Stars: ✭ 22 (-94.75%)
Mutual labels:  sparql
AskNowNQS
A question answering system for RDF knowledge graphs.
Stars: ✭ 32 (-92.36%)
Mutual labels:  sparql
stardog-language-servers
Language Servers for Stardog Languages
Stars: ✭ 19 (-95.47%)
Mutual labels:  sparql
SPARQL
Lib PHP for SPARQL 1.1
Stars: ✭ 23 (-94.51%)
Mutual labels:  sparql
IGUANA
IGUANA is a benchmark execution framework for querying HTTP endpoints and CLI Applications such as Triple Stores. Contact: [email protected]
Stars: ✭ 22 (-94.75%)
Mutual labels:  sparql
jupyter-langs
Docker images of Jupyter Lab for various languages.
Stars: ✭ 21 (-94.99%)
Mutual labels:  sparql
Ganswer
A KBQA system based on DBpedia.
Stars: ✭ 261 (-37.71%)
Mutual labels:  sparql
ont-api
ONT-API (OWL-API over Apache Jena)
Stars: ✭ 20 (-95.23%)
Mutual labels:  sparql
LSQ
Linked SPARQL Queries (LSQ): Framework for RDFizing triple store (web) logs and performing SPARQL query extraction, analysis and benchmarking in order to produce datasets of Linked SPARQL Queries
Stars: ✭ 23 (-94.51%)
Mutual labels:  sparql
Sparqlwrapper
A wrapper for a remote SPARQL endpoint
Stars: ✭ 365 (-12.89%)
Mutual labels:  sparql
Sparql.js
A parser for the SPARQL query language in JavaScript
Stars: ✭ 271 (-35.32%)
Mutual labels:  sparql
jarql
SPARQL for JSON: Turn JSON into RDF using SPARQL syntax
Stars: ✭ 19 (-95.47%)
Mutual labels:  sparql

Maven Central GitHub license SourceForge Twitter

Branch build status
master Build Status
version4 Build Status

Ontop

Ontop is a Virtual Knowledge Graph system. It exposes the content of arbitrary relational databases as knowledge graphs. These graphs are virtual, which means that data remains in the data sources instead of being moved to another database.

Ontop translates SPARQL queries expressed over the knowledge graphs into SQL queries executed by the relational data sources. It relies on R2RML mappings and can take advantage of lightweight ontologies.

Compiling, packing, testing, etc.

The project is a Maven 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

License

The Ontop framework is available under the Apache License, Version 2.0

  Copyright (C) 2009 - 2021 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 (attribute) license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].