Skip to content

InsightLab/rdf-over-rdbms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API RDF-over-RDBMS(RoR)

This project contains an API to run SPARQL queries over a relational database made over Ontop.

Running

To run this API you need 2 files:

  • An OWL/XML file, describing the ontology schema;

  • A mapping file, describing how the elements from the ontology schema can be retrieved from SQL queries. This file has to follow Ontop syntax.

A simple use example can be found at App.java.

Extending

You can implement your own RoR API. Just implement the RoR interface to your own framework.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages