yuce / pyswip

PySwip is a Python - SWI-Prolog bridge enabling to query SWI-Prolog in your Python programs. It features an (incomplete) SWI-Prolog foreign language interface, a utility class that makes it easy querying with Prolog and also a Pythonic interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Powered by PySwip

devdaniellima opened this issue · comments

Hello, I'm developing a project for an inference engine for the WSML language, I used your library to be able to create reasoning using Prolog. From this project, an article and a monograph are being developed for my university.

The project can be found at the link below:
https://github.com/devdaniellima/midsi
Solution for data discovery in applications applicable to the Semantic Web, enabling the loading of ontology and inference of results using the WSML language.

Thank you very much for the tool, without it I would not have been able to carry out the project.

Hi Daniel, thanks a lot for sharing this. I've added the project to the README. Could you let me know when the article is out? I would like to add that too to the README if that's OK.

Of course Yuce. When the article is ready I notice you.