This document attempts to gather requirements for Linked Data in JSON (JSON-LD) in order to create an objective measure with which to evaluate the JSON-LD Specification.
This document is an experimental work in progress.
describes a method of publishing structured data so that it can be interlinked and become more useful. It builds upon standard Web technologies such as HTTP and URIs, but rather than using them to serve web pages for human readers, it extends them to share information in a way that can be read automatically by computers. This enables data from different sources to be connected and queried.
An object structure is represented as a pair of curly brackets surrounding zero or more name/value pairs (or members). A name is a string. A single colon comes after each name, separating the name from the value. A single comma separates a value from a following name. The names within an object SHOULD be unique.
The following are taken to be assertions about the meaning of
This section is intended to abstractly describe the concept of
There is some controversy over the use of MAY vs. SHOULD. Could a subject be labeled with a literal? Can nodes be unlabeled (i.e., like RDF Blank Nodes)?
The following are taken to be requirements for creating
This section has not been discussed on a teleconference