Download ARC

Please see the documentation for usage instructions.

ARC 2 (latest release)

  • 2010-02-23: TGZ file (92KB)
  • Requirements: PHP 4.3 or higher / MySQL 4.0.4 or higher

ARC 2 Starter Pack (created and maintained by Tuukka Hastrup)

An interactive installation and setup tool.

ARC 2 for WordPress ("RDF Tools")

Add a stand-alone RDF Store with SPARQL functionality to your WordPress site and manage it through a convenient admin panel.

ARC 2 for Habari ("RDF Tools")

Add a stand-alone RDF Store with SPARQL functionality to your Habari site and manage it through a convenient admin panel.
  • 2008-04-24: Announcement (by Misja Hoebe)
  • Requirements: ARC2
  • Needs recent Habari SVN checkout (0.5 alpha)

ARC (v1)

  • 2006-10-24: ZIP file (80KB)
  • Requirements: PHP 4.3 or higher / MySQL 4.0.18 or higher

Code Repository

A Bazaar code repository is available at code.semsol.org

License

ARC is available under 2 licenses: The W3C Software License or the GPL.

Local Copy

Download ARC 2 Plugins

Plugins for ARC are class files that re-use ARC's core code and extend its functionality.

Latest Release Notes

2010-02-23

  • Core (fix): improved toUTF8 and getUTF8Char methods
  • Class (add): improved camelCase method, added deCamelCase method
  • Reader (fix): improved auth and port handling
  • Resource (fix): nasty typo fixed in setProp method (thx to Stephane Corlosquet)
  • getFormat (fix): improved SPARQL results detection
  • TurtleParser (fix): improved WS/non-WS handling around CURIEs (thx to Stephane Corlosquet)
  • RDFJSONSerializer (fix): improved escaping (thx to Gareth Jones)
  • RDFXMLSerializer (fix): improved QName generation
  • RemoteStore (fix): memory leaked (thx to Paul Houle)
  • DeleteQueryHandler (fix): less greedy triple deletion when datatype or language are declared (thx to Nicholas Rawlings)
  • LoadQueryHandler (tweak): getOComp now always keeps some trailing chars for improved sorting of URIs
  • SelectQueryHandler (fix): improved cleanup of temp tables in case of unexpected MySQL errors
View complete notes