Hi, It's time for me to learn something new, so I'd like to propose a lab for experimenting with RDF and automated reasoning based on OWL.
The project, named Juuso after my cat, will be written in the logic-functional Mercury programming language (http://www.cs.mu.oz.au/research/mercury/) with the idea of using the deduction capabilities of the language to implement OWL reasoning. The primary purpose of the project is to learn something new and experiment with cool new technologies. Previously I've done similar experiments in other fields and languages just by myself, but now within the Labs framework I'd like to welcome other interested people to participate. I hope it'll be fun! The DOAP file is included below. BR, Jukka Zitting <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:labs="http://labs.apache.org/doap-ext/1.0#" xmlns:projects="http://projects.apache.org/ns/asfext#"> <Project rdf:about="http://labs.apache.org/labs#juuso"> <name>Juuso</name> <shortname>juuso</shortname> <shortdesc xml:lang="en">RDF store with built-in reasoning</shortdesc> <description xml:lang="en"> Juuso is an experimental RDF store written in the Mercury programming language. The plan is to implement automatic RDF reasoning based on OWL and the logic programming capabilities of the Mercury language. The primary purpose of this project is to learn and experiment with RDF concepts, not to produce production-quality software. </description> <homepage rdf:resource="http://labs.apache.org/juuso/"/> <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/> <created>2007-05-05</created> <labs:status>active</labs:status> <maintainer> <foaf:Person rdf:about="http://people.apache.org/~jukka/#me"> <foaf:name>Jukka Zitting</foaf:name> <foaf:homepage rdf:resource="http://people.apache.org/~jukka/"/> <foaf:mbox_sha1sum>79c84b7b6c8440f312aac4557938d9c3fbcb1384</foaf:mbox_sha1sum> </foaf:Person> </maintainer> <repository> <SVNRepository> <location rdf:resource="http://svn.apache.org/repos/asf/labs/juuso/"/> <browse rdf:resource="http://svn.apache.org/viewvc/labs/juuso/"/> </SVNRepository> </repository> <programming-language>Mercury</programming-language> <projects:implements> <projects:Standard> <projects:id>RDF</projects:id> <projects:title>Resource Description Language</projects:title> <projects:body>W3C</projects:body> <projects:url rdf:resource="http://www.w3.org/RDF/"/> </projects:Standard> </projects:implements> <projects:implements> <projects:Standard> <projects:id>OWL</projects:id> <projects:title>Web Ontology Language</projects:title> <projects:body>W3C</projects:body> <projects:url rdf:resource="http://www.w3.org/2004/OWL/"/> </projects:Standard> </projects:implements> </Project> </rdf:RDF> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]