⇤ ← Revision 1 as of 2004-06-06 04:50:02
Size: 812
Comment: Some notes on different RDF libraries for Python.
|
Size: 697
Comment: redfoot is a web server of sorts
|
Deletions are marked like this. | Additions are marked like this. |
Line 4: | Line 4: |
* RedFoot - http://redfoot.net/ - don't know much about, seems to be rather big, bulky, capable, and complicated |
There are several RDF processing libraries for Python:
RdfLib - you can construct a triple store, load it from an RDF file, and search through it - easy to install, no dependencies that I know of, small and easy, haven't been able to figure out how to do much with it
SemanticWebApplicationPlatform - http://www.w3.org/2000/10/swap/ - has a lot of stuff, feels like a big lump of code with little differentiation - looks great, but, what is it?
- ["4RDF"] - part of ["4Suite"] - haven't looked into
RedlandRdf - http://www.redland.opensource.ac.uk/docs/python.html - Don't know much about this one either
For more information on RDF, see [http://esw.w3.org/topic/RDF RDF.]