[Mulgara-general] Problems installing Mulgara

Paul Gearon gearon at ieee.org
Fri Dec 3 18:41:45 UTC 2010


On Fri, Dec 3, 2010 at 12:48 PM, nestor vb <nestorvb at gmail.com> wrote:
> On the other hand, is there any documentation available about how to upload
> an ontology to mulgara? (once I get it running of course)
> I just found on the wiki how to get it running but nothing about how to
> upload an ontology? and does it suppot owl files? or its just rdf?

Well, you can do a POST to the SPARQL endpoint, as described in the
other documents. That is certainly how you want to do it
programmatically. If you just want to upload it once, or you're
testing it, then use the WebUI. Once that's going, you can just name a
graph where you want to store the ontology, and select the file you
want to upload, and it will create the graph and load the data into
it.

See http://www.mulgara.org/trac/wiki/WebUI

There is no direct support for OWL entailment, but you can do OWL RL
using the rules engine. You just need to run a rules file that
describes OWL RL. I don't have one available right now, but I should
be able to get one to you over the weekend. (The only ones I have on
hand do RDFS and SKOS).

Regards,
Paul


More information about the Mulgara-general mailing list