Home > CocoaOpenTXL-Prototype

CocoaOpenTXL-Prototype

CocoaOpenTXL-Prototype is a project mainly written in OBJECTIVE-C and C, based on the LGPL-3.0 license.

OpenTXL

OpenTXL is a framework for event-driven processing of spatial situations.

Detailed documentation can be found in the folder Documentation.

Concepts

Background Material

OpenTXL uses the following concepts and languages:

  • Resource Description Framework RDF
  • RDF Vocabulary Description Language RDF Schema
  • SPARQL Query Language for RDF SPARQL
  • Notation3 N3

Installation

Requirements

The OpenTXL framework requires SpatiaLite Version 2.4 (or higher). You can use Homebrew to install this library:

~$ brew install libspatialite

A later version of OpenTXL will be self contained.

Previous:FJLoggingUtil