cloudobjects/rdfutilities

ARC2JsonLD Helper Class

0.1 2016-10-25 16:42 UTC

This package is auto-updated.

Last update: 2024-03-25 22:29:24 UTC


README

Latest Stable Version Total Downloads Build Status SensioLabsInsight

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).