Check if a named graph exists
string $name the name of the format:
boolean true if the format exists
public static function formatExists($name) { return array_key_exists($name, self::$formats); }