5 or (PHP_MAJOR_VERSION == 5 and PHP_MINOR_VERSION >= 3)) { require dirname(__FILE__).'/JsonLd_real.php'; } else { throw new LogicException("JSON-LD support requires PHP 5.3+"); }