Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 986 Bytes

File metadata and controls

16 lines (13 loc) · 986 Bytes

Overview

Contains example code on processing JEP30, JSON-LD documents.

There is a companion presentation that can be found here

Contents

Example Description
Retrieve EDS Shows how to retrieve an EDS
Generate From PDF Shows how to generate a datasheet from a PDF
Graph Shows construction of a JSON-LD knowledge graph
pyld Examples Examples of how to use pyld
Retrieve & Validate EDS Shows how to retrieve an EDS and validate for correctness
Retrieve, Generate & Validate EDS Shows how to retrieve, generate and validate an EDS

Back