RAP, ARC, and Raptor are PHP libraries for processing RDF. RAP provides classes for manipulating RDF models and triples. ARC uses associative arrays to represent triples and resources, providing faster performance. Raptor is a C library with PHP bindings that parses RDF files into models. It had the highest performance on tests, passing all tests, while RAP and ARC passed most but not all tests.