[Activerdf] Blank nodes in ActiveRDF
Eyal Oren
eyal.oren at deri.org
Thu Aug 24 14:15:46 IST 2006
On 08/24/06/08/06 14:58 +0200, Dominic.Mainz at uni-duesseldorf.de wrote:
>Hello to all gems!
Hi, welcome.
>I am currently experimenting with ActiveRDF and try to figure out wether or not
>I could build a convenient interface for a Semantic Web application with it. I
>use an OWL DL ontology as knowledge base and therefore need to act on blank
>nodes (e.g. for constraints on properties).
>
>So here is my question: Are blank nodes and further support for OWL going to be
>supported in ActiveRDF in the near future? I am new to Ruby also and therefore
>don't think I can implement it by myself for some time.
Well, we're kind of in-between versions right now: we are completely
redoing activerdf for 0.3, but that won't be ready for some time now.
In the current version (0.2) blank nodes are not too difficult to hack,
depending on your RDF store, but we did not find the time to do it yet (it
was not important). Such a hack is not a correct way to do it (doing it
correctly is actually quite hard), but would work with some RDF stores. So
which RDF store are you using?
Higher level support for OWL is not planned in the near future, but what
exactly would you be looking for? It might be easy to add as an extension
(by you or somebody else).
-eyal
More information about the Activerdf
mailing list