Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-04-07T14:53:15.000Z (over 5 years ago)
- Last Synced: 2024-11-14T03:08:29.894Z (about 1 month ago)
- Language: PHP
- Homepage: http://www.easyrdf.org/
- Size: 75.2 KB
- Stars: 6
- Watchers: 20
- 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 foldersLicensing
---------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/