An open API service indexing awesome lists of open source software.

https://github.com/luposdate/luposdate

Semantic Web database
https://github.com/luposdate/luposdate

Last synced: 18 days ago
JSON representation

Semantic Web database

Awesome Lists containing this project

README

          

# LUPOSDATE Semantic Web Database Management System

This is a [repository of LUPOSDATE](https://github.com/luposdate/luposdate), a Semantic Web Database Management System developed by [IFIS](http://www.ifis.uni-luebeck.de/) at the [University of Lübeck](http://www.uni-luebeck.de/).

LUPOSDATE is a Semantic Web database supporting

- the RDF query language SPARQL 1.1
- the rule language RIF BLD
- RDFS and OWL2RL
- parts of geosparql and stparql
- visual editing of SPARQL queries, RIF rules and RDF data
- visual representation of query execution plans (operator graphs), optimization and evaluation steps, and abstract syntax trees of parsed queries and rules

We support indexing for large-scale datasets (disk based) and for medium-scale datasets (memory based) as well as processing of (possibly infinite) data streams.

## Documentation
The documentation is available in our [Wiki](https://github.com/luposdate/luposdate/wiki).
A [webdemo](http://www.ifis.uni-luebeck.de/index.php?id=luposdate-demo&L=1) is also available.

## Use LUPOSDATE in your Maven Projects

Just follow [this link](https://github.com/luposdate/luposdate/wiki/Luposdate-in-maven-projects) for a short example...

## Contributors
See our [contributors page](https://github.com/luposdate/luposdate/wiki/Contributors) for a list of contributors to LUPOSDATE. Thanks to all contributors!