-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Welcome to the AutoRDF wiki!
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.
It abstracts away most of the complexity of OWL/RDF technologies, and makes it easy for the developer to concentrate on its business logic with familiar C++ objects rather than on how its data is read from or written to its triple store.
AutoRDF is based upon Redland library found at http://librdf.org/
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.