Skip to content
chefabien edited this page Feb 17, 2016 · 29 revisions

Welcome to the AutoRDF wiki!

Objectives

AutoRDF is a framework that makes it easy to manipulate concepts described in Web Ontology Language (OWL) within C++ code. It makes it a lot easier to manipulate RDF data within low level, algorithmic code that can be found in embedded software projects.

Requirements

AutoRDF is based upon Redland library found at http://librdf.org/

Compatibility

AutoRDF should work on any platform where a C++11 compilter is found, and where boost is supported. Currently only Linux/Clang 3.5 is tested, but soon it will be ready for iOS/Android as well.

Clone this wiki locally