Oihana PHP System

JsonLD

JSON-LD is a method of using JSON to express linked data.

Tags
see
https://niem.github.io/json/reference/json-ld/

Table of Contents

Constants

AT_CONTEXT  = '@context'
Any JSON object may carry a key @context, which indicates a context that is active at the scope of that object, and within to nested objects.
AT_ID  = '@id'
JSON-LD supports references to objects with a reserved key @id which can be used either as an object identifier or a reference to an object identifier. The value of @id must be a string.
AT_TYPE  = '@type'
The type of the object.

Constants

AT_TYPE

The type of the object.

public mixed AT_TYPE = '@type'

        
On this page

Search results