yaml_ld.models.JsonLdContext
module-attribute
JsonLdContext = (
JsonLdRecord | list[JsonLdRecord | URI] | URI
)
The JsonLdContext
interface is used to refer to a value that may be a
JsonLdRecord
, a sequence of JsonLdRecord
-s, or a string representing an IRI,
which can be dereferenced to retrieve a valid JSON document.