Marco De Vitis a écrit : > Hi, sorry if my question is slightly off-topic here, but I'm starting > now a journey into OWL/RDF using RDFLib (as my final purpose is the use > of OWL in Plone/Zope, hence my choice of Python), and I feel I still > have to understand some basic stuff. > > Let's say I have a RDF file defining class A, and class B as a subclass > of A. It then introduces an individual X as belonging to class B. > [snip] > > Thanks for any info or pointers. I've read quite a lot of stuff about > OWL in the latest months, but I miss some real life examples (talking > about the programmer's real life ;)). >
I think you should have a look at CWM and pychinko to perform inference on RDF/OWL models: - http://www.mindswap.org/~katz/pychinko/ - http://infomesh.net/2001/cwm/ - http://www.w3.org/2000/10/swap/doc/Processing AFAIK, they are not yet integrated with rdflib but there is an example usage of pychinko in "test/rules.py". -- Olivier _______________________________________________ Dev mailing list [email protected] http://rdflib.net/mailman/listinfo/dev
