
10 of 10 terms
JSON-LD
JSON-LDJSON-LD (JSON for Linked Data) is a method of encoding Linked Data using JSON. It is a lightweight syntax to express structured data.
Schema.orgStructured DataLinked Data@context
JSON-LDThe @context property defines the context within which the terms in a JSON-LD document are interpreted.
@type@idJSON-LD@type
JSON-LDThe @type property specifies the type of the thing being described.
@context@idSchema.org@id
JSON-LDThe @id property specifies a unique identifier for the thing being described.
@context@typeJSON-LD@reverse
JSON-LDUsed to reverse the relationship between subject and object.
@context@typeJSON-LD@base
JSON-LDUsed to set the base IRI against which to resolve any relative IRIs.
@context@idJSON-LD@vocab
JSON-LDUsed to expand properties and values in @type with a common prefix IRI.
@context@typeJSON-LD@language
JSON-LDUsed to specify the default language for strings.
@contextJSON-LDCompact IRI
JSON-LDA compact IRI is a way of writing an IRI using a prefix and suffix separated by a colon.
@contextJSON-LDIRIIRI
JSON-LDInternationalized Resource Identifier - a string that conforms to the syntax defined in RFC 3987.
URIURLJSON-LD