Thu, 09 May 2024 05:43:41 UTC | login

Information for build php-EasyRdf-0.9.0-10.fc29

ID55607
Package Namephp-EasyRdf
Version0.9.0
Release10.fc29
Epoch
SummaryA PHP library designed to make it easy to consume and produce RDF
DescriptionEasyRdf 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
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 19 Jul 2018 04:02:18 UTC
CompletedThu, 19 Jul 2018 04:02:18 UTC
Tags
f29
f30
f31
RPMs
src
php-EasyRdf-0.9.0-10.fc29.src.rpm (info) (download)
noarch
php-EasyRdf-0.9.0-10.fc29.noarch.rpm (info) (download)
php-EasyRdf-doc-0.9.0-10.fc29.noarch.rpm (info) (download)
Changelog * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Nov 02 2017 Remi Collet <remi@remirepo.net> - 0.9.0-8 - add upstream patch for PHP 7.1 - add upstream patch for PHP 7.2 * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Wed Feb 22 2017 Shawn Iwinski <shawn.iwinski@gmail.com> - 0.9.0-6 - Fix FTBS in rawhide (RHBZ #1424061) - Skip tests known to fail since PHP 7.1 (see https://github.com/njh/easyrdf/issues/276) - Add SCL tests if available - Use php-composer(fedora/autoloader) - Move optional dependencies from description to weak dependencies (Suggests) * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Sun Oct 09 2016 Shawn Iwinski <shawn.iwinski@gmail.com> - 0.9.0-4 - No Redland support for Fedora 25+ (RHBZ #1350621) * Sun Oct 09 2016 Shawn Iwinski <shawn.iwinski@gmail.com> - 0.9.0-3 - No Redland support for Fedora 26+ (RHBZ #1350621)