Are there semantic reasoners which are compatible with the Web Ontology Language, running natively on the Mac?

StackOverflow https://stackoverflow.com/questions/5875152

I am curious about this and want to experiment. But I am a Mac user and all I could find was Java-based. I can't run Java applications on my Mac for an unknown reason and I'd prefer something native.

What are my options?

有帮助吗?

解决方案

FaCT++ is a DL reasoner which supports OWL DL and (partially) OWL 2. It is implemented in C++ and there are OS X binaries available for download.

But in general I'd recommend you to fix your Java infrastructure on your Mac.

其他提示

I believe Racer Pro has a native interface on Mac OS X. It is not free though: license scheme. You can request a trial license.

I agree with Kaarel though; you may want to fix your Java on Mac first. See if you can find anything in the Java security updates.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top