Differences between revisions 8 and 9
Revision 8 as of 2005-10-10 06:27:50
Size: 228
Editor: 62
Comment:
Revision 9 as of 2005-10-10 07:58:49
Size: 1619
Editor: PaulBoddie
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
The Best monitor Directory on the Web There are several [http://esw.w3.org/topic/RDF RDF] processing libraries for Python:
Line 3: Line 3:
http://www.monitordirectory.vip.su

Monitor Directory has delivered to the market scores of standard and custom products and software solutions.

http://www.monitordirectory.vip.su
 * 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?
   * It's a big lump of code. :) It's the W3C-semweb-hacker's playground.
 * ["4RDF"] - part of ["4Suite"] - haven't looked into
 * RedlandRdf - http://librdf.org/docs/python.html -
   * Redland is a python [and other-lang] wrapper around a C library.
   * The interface is not as pythonic as RdfLib, but "feels" about the same.
   * Redland uses Raptor for parsing/serialization; Raptor supports NTriples, RDF/XML, Turtle, RSS, Atom.
 * ["Rx4RDF"] - http://rx4rdf.liminalzone.org - is an application stack for building RDF-based applications and web sites. It uses either 4Suite, RdfLib or RedlandRdf as the RDF store and layers on the following:
     * RxPath lets you query, transform and update RDF using familar XML technologies like XPath, XSLT and XUpdate.
     * Raccoon is a simple application server that uses an RDF model for its data store, roughly analogous to RDF as [http://cocoon.apache.org Apache Cocoon] is to XML.
     * Rhizome is a content management and delivery system that runs on Raccoon that treates everything (structure and content) as RDF and lets you edit the RDF in a Wiki-like fashion.

There are several [http://esw.w3.org/topic/RDF 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?

    • It's a big lump of code. :) It's the W3C-semweb-hacker's playground.

  • ["4RDF"] - part of ["4Suite"] - haven't looked into
  • RedlandRdf - http://librdf.org/docs/python.html -

    • Redland is a python [and other-lang] wrapper around a C library.
    • The interface is not as pythonic as RdfLib, but "feels" about the same.

    • Redland uses Raptor for parsing/serialization; Raptor supports NTriples, RDF/XML, Turtle, RSS, Atom.
  • ["Rx4RDF"] - http://rx4rdf.liminalzone.org - is an application stack for building RDF-based applications and web sites. It uses either 4Suite, RdfLib or RedlandRdf as the RDF store and layers on the following:

    • RxPath lets you query, transform and update RDF using familar XML technologies like XPath, XSLT and XUpdate.

    • Raccoon is a simple application server that uses an RDF model for its data store, roughly analogous to RDF as [http://cocoon.apache.org Apache Cocoon] is to XML.

    • Rhizome is a content management and delivery system that runs on Raccoon that treates everything (structure and content) as RDF and lets you edit the RDF in a Wiki-like fashion.

RdfLibraries (last edited 2023-10-11 07:23:15 by DanielScanteianu)

Unable to edit the page? See the FrontPage for instructions.