/ling2n3

A Lingua to Notation3 translator

Primary LanguageShell

Lingua to Notation3 translator

Synopsis

./ling2n3.sh examples/socrates.trig

This will produce:

  • examples/socrates.trig.n3 : the Notation3 version of the Lingua script
  • examples/socrates.trig.query : the Notation3 query as expressed in the Lingua script
./n32ling.sh examples/socrates.trig.n3 examples/socrates.trig.query

This will produce:

  • examples/socrates.trig.n3.trig : the Lingua version of the Notation3 script

Description

Lingua is an experimental language to express reasoning using the TriG syntax.

The ling2n3.sh is a script to translate Lingua to Notation3. This only works with the EYE 9.9.7 or more recent.

The n32ling.sh is a script to translate Notation3 to Lingua.

Authors

  • Dörthe Arndt
  • Patrick Hochstenbach