Context

Context class

class Context

The Context is a subclass of Entity: it consists of (at least) the type, description, and optional reference properties.

Actually, Context does not have a unique property on its own, but it works as a marker that tells the processor that this consists of a group of Entity and Relationship objects.

Additional required/optional properties may be defined in subclasses of Context.

type

a required string object inherited from Entity.

description

a required string description inherited from Entity.

reference

an optional set of URIs, in string or [ string ], inherited from Entity.