https://github.com/wikidata/easyrdf_lite
EasyRdf Lite is a customized version of EasyRdf, created for Wikidata, now obsolete and replaced with Purtle
https://github.com/wikidata/easyrdf_lite
Last synced: 10 months ago
JSON representation
EasyRdf Lite is a customized version of EasyRdf, created for Wikidata, now obsolete and replaced with Purtle
- Host: GitHub
- URL: https://github.com/wikidata/easyrdf_lite
- Owner: Wikidata
- License: other
- Created: 2013-03-18T14:28:11.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2019-04-07T14:53:15.000Z (about 7 years ago)
- Last Synced: 2025-08-05T19:07:12.010Z (11 months ago)
- Language: PHP
- Homepage: http://www.easyrdf.org/
- Size: 75.2 KB
- Stars: 6
- Watchers: 19
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
EasyRdf Lite
=======
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 `lib` folder 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.php` by deleting all `require`s 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].
[EasyRdf]:http://www.easyrdf.org/
[EasyRdf source code]:https://github.com/njh/easyrdf/
[Wikidata]:https://www.wikidata.org/
[Purtle]:https://www.mediawiki.org/wiki/Purtle
[BSD-3-Clause]:http://www.opensource.org/licenses/BSD-3-Clause
[UNLICENSE]:http://unlicense.org/