melgi / carl

Carl: Another Rule Langue
Apache License 2.0
6 stars 1 forks source link
eye n3 turtle

Carl: Another Rule Language

Carl is a tool for parsing N3 files and outputting the resulting triples in "N3P" format. "N3P" is a RDF/rules serialization format used by the Eye reasoner.

Build status

Build Status

Usage

carl [-b=base-uri] [-o=output-file] [input-files]

Limitations

Flex compilation issue

The N3Lexer.cc file included in the source tarball is generated with Flex version 2.5.35. If Flex installed on your system is newer, you might see compilation errors. In that case, you can execute make maintainer-clean src/N3Lexer.cc to regenerate N3Lexer.cc.