A JSON File That Knows Its Schema and Context

If you provide JSON, either as files or as API responses, you might be one step away from ensuring that anyone encountering that JSON has a portal to what it means. This step is to provide a single extra key-value pair in each JSON document – the key is “@context”, and the value is a URL.

JSON-LD is “a JSON-based format to serialize Linked Data. The syntax is designed to easily integrate into deployed systems that already use JSON, and provides a smooth upgrade path from JSON to JSON-LD. It is primarily intended to be a way to use Linked Data in Web-based programming environments, to build interoperable Web services, and to store Linked Data in JSON-based storage engines.”1

You don’t necessarily have to provide comprehensive definitions of your JSON fields if someone else has already done a good job. There are ways to provide formal “crosswalks” from your field names to the names that others use.

Subscribe to get short notes like this on Machine-Centric Science delivered to your email.