YAML-LD implementation for Python
A Python implementation for handling YAML-LD documents.
python-yaml-ld
is a wrapper on top of digitalbazaar/pyld.
What is YAML-LD?
YAML-LD is a YAML-based serialization for Linked Data, drawing inspiration from JSON-LD. It aims to bring the ease of YAML along with the structured linked data principles of JSON-LD. The YAML-LD specification provides detailed information on the structure and usage of YAML-LD.
What does python-yaml-ld
provide?
import yaml_ld
provides you with the following functions to operate on *-LD documents:
pip install yaml-ld
makes pyld
executable available, which exposes the functionality of pyld
library with additions provided by python-yaml-ld
.