wikibase/easyrdf_lite
EasyRdf Lite is a customized version of EasyRdf
Maintainers
0.9.0
2015-03-13 11:36 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
BSD 1c0a6947f37e47e27e184fe5a6be2929479b79f8
This package is auto-updated.
Last update: 2026-06-29 01:08:22 UTC
README
EasyRdf Lite is a customized version of EasyRdf – a PHP library designed to make it easy to consume and produce RDF. EasyRdf Lite was created for Wikidata. Since 2015 Wikidata uses Purtle to generate the RDF.
How to reduce EasyRdf to EasyRdf Lite
- Download the EasyRdf source code
- Use the
libfolder as parent - Delete the following folders below EasyRdf:
Http,Parser,Sparql - Delete the following files below EasyRdf:
GraphStore.php,Http.php,Parser.php,ParsedUri.php - Adjust
EasyRdf.phpby deleting allrequires of the deleted files and folders
Licensing
The EasyRdf library and tests are licensed under the BSD-3-Clause license. The examples are in the public domain, for more information see UNLICENSE.
