Do any Perl projects exist similar to FuXi?

Kjetil Kjernsmo kjetil at kjernsmo.net
Mon Aug 22 22:51:43 CEST 2011


On Sunday 21. August 2011 13:58:49 Jonas Smedegaard wrote:
> I have a dream to use RDF as a knowledge base for FreedomBox.  And I am 
> more fluent in Perl than in Python.
> 
> Do any Perl projects exist similar to [FuXi]? 

It depends on what you mean by "similar". :-) If you mean, "a RIF-inspired 
API for bi-directional logical reasoning using RETE nets", then I guess no. 

However, Toby and Dmitry Tsarkov worked on reasoners on the Perl+RDF 
hackathon. There is his  RDF::Closure module, which does some inferencing 
in Pure Perl: http://search.cpan.org/~tobyink/RDF-Closure/
Dmitry Tsarkov is the main author of FaCT++, which is a leading reasoner
http://owl.man.ac.uk/factplusplus/
I think that what they did to make this callable from Perl is an 
implementation of OWL Direct Semantics:
http://search.cpan.org/~tobyink/OWL-DirectSemantics/

Anyway, I have never tried any of these stuff, as I'm not doing a lot of 
reasoning work.

> It seems a relevant
> piece  of the puzzle to realize my dream, tied with agents like
> [Agentem].
> 
> BTW, I found the [Where are the agents] discussion referenced from 
> Agentem quite inspiring.

Nice! 

Cheers,

Kjetil
-- 
Kjetil Kjernsmo
Ph.d Research Fellow, Semantic Web
kjetil at kjernsmo.net
http://www.kjetil.kjernsmo.net/


More information about the Dev mailing list