From: Richard C. <ri...@cy...> - 2005-12-08 22:56:11
|
Hi Raffaele, On 5 Dec 2005, at 18:20, ele...@li... wrote: > Hi, I'm an italian student of University of Perugia, I'm working to =20= > thesis project about learning management system based on RAP. > I use MemModel to store data into RDF files, but I have a trouble, =20 > how could I integrate and use OWL ontology with RAP? That's hard to say. Depends on what you're trying to achieve. RAP can do two things with OWL. There's the ontology API, which lets =20 you load an OWL file and gives you access to the classes and =20 properties and instances in the ontology. There's a tutorial in the =20 documentation. The interesting PHP class is OntModel. And RAP has two inference engines (forward and backward chaining) =20 that support a (smallish) subset of OWL. The PHP classes are =20 InfModelF and InfModelB. ModelFactory has some factory methods for all of these. > Thanks > > Raffaele Richard > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through =20 > log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD =20 > SPLUNK! > http://ads.osdn.com/?ad_idv37&alloc_id=16865&op=3Dclick > _______________________________________________ > Rdfapi-php-interest mailing list > Rdf...@li... > https://lists.sourceforge.net/lists/listinfo/rdfapi-php-interest > |