cloudobjects / rdfutilities
ARC2JsonLD Helper Class
0.1
2016-10-25 16:42 UTC
Requires
- ml/json-ld: >=1.0.3
- semsol/arc2: v2.1.0
README
This library bundles various helper classes to simplify working with RDF data, especially the conversion of data between the formats used by Semsol's ARC2 RDF library and Markus Lanthaler's JSON-LD Processor for PHP.
Read the introduction post on the CloudObjects Blog.
Installation
The library is distributed through packagist. Add cloudobjects/rdfutilities
to the require
section of your composer.json
, like this:
{ "require": { "cloudobjects/rdfutilities" : ">=0.1" } }
API Documentation
A full API documentation of all classes is generated automatically and published at rdfutilities-docs.cloudobjects.io.
License
This library is licensed under Mozilla Public License (see LICENSE file).