Marcus Rohrmoser

4pods

librdf.ios

Brings the 3 libraries

  • raptor2: parsing and serializing RDF syntaxes,
  • rasqal: executing RDF queries and
  • redland: RDF API and triple stores

from http://librdf.org/

License: Custom

  • Objective C

librdf.sqlite

Improved SQLite RDF triple storage module for librdf.

Inspired by the official sqlite store.

Considered alpha, don't use in production.

Usage

....
const char* options = "new='yes', contexts='no'";
librdf_storage *newStorage = librdf_new_storage(world, LIBRDF_STORAGE_SQLITE_MRO, file_path, options);

License: Custom

  • C

MROGeometry

Some C / Objective-C helpers related to

License: Custom

  • Objective C