Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-EasyRdf - A PHP library designed to make it easy to consume and produce RDF

Website:
http://www.easyrdf.org
Licence:
BSD
Vendor:
Remi Collet
Description:
EasyRdf is a PHP library designed to make it easy to consume and produce RDF
(http://en.wikipedia.org/wiki/Resource_Description_Framework). It was designed
for use in mixed teams of experienced and inexperienced RDF developers. It is
written in Object Oriented PHP and has been tested extensively using PHPUnit.

After parsing EasyRdf builds up a graph of PHP objects that can then be walked
around to get the data to be placed on the page. Dump methods are available to
inspect what data is available during development.

Data is typically loaded into a EasyRdf_Graph object from source RDF documents,
loaded from the web via HTTP. The EasyRdf_GraphStore class simplifies loading
and saving data to a SPARQL 1.1 Graph Store.

SPARQL queries can be made over HTTP to a Triplestore using the
EasyRdf_Sparql_Client class. SELECT and ASK queries will return an
EasyRdf_Sparql_Result object and CONSTRUCT and DESCRIBE queries will
return an EasyRdf_Graph object.

Autoloader: /usr/share/php/EasyRdf/autoload.php

Packages

php-EasyRdf-0.9.1-1.el7.remi.noarch [94 KiB] Changelog by Shawn Iwinski (2020-02-22):
- Update to 0.9.1
- Switch source to GitHub as download from www.easyrdf.org is corrupt
- Fix FTBFS (RHBZ #1799864)
php-EasyRdf-0.9.0-8.el7.remi.noarch [95 KiB] Changelog by Remi Collet (2017-11-02):
- add upstream patch for PHP 7.1
- add upstream patch for PHP 7.2