- From: Sean B. Palmer <sean@mysterylights.com>
- Date: Wed, 3 Jul 2002 18:43:47 +0100
- To: <www-rdf-interest@w3.org>
http://infomesh.net/2002/eep3/ Eep3 is a general Semantic Web API written in Python, with various features:- * A basic RDF API including various stores, a query engine, and an NTuples/NTriples parser. * A CWMclone capable of running builtins (which can return lists!) in filter/apply/think modes. * New distributions of n3s (the Notation3 preprocessor) and norm.py (an NTriples normalizer). * Chumpette: an IRC bot capable of maintaining a weblog using RDF input from IRC. * A Notation3 parser - this is the only "external" package, since I just modified DanC's Yapps grammar for N3 (there were quite a few bugs in the original, plus this new version is no longer dependent on CWM). * An rdfdiff program (WIP). Source:- this: http://infomesh.net/2002/eep3/eep3-20020703.tar.gz latest: http://infomesh.net/2002/eep3/eep3.tar.gz directory: http://infomesh.net/2002/eep3/20020703/ Feedback etc. welcome. I had basically drawn the API to its current state months ago, but haven't bothered to release it or work on it again until now. -- Kindest Regards, Sean B. Palmer @prefix : <http://purl.org/net/swn#> . :Sean :homepage <http://purl.org/net/sbp/> .
Received on Wednesday, 3 July 2002 13:43:52 UTC