Rights Layer Specification

Terminology

Status: Draft v0.1.0 — This section is normative.

This document defines the terms used throughout the Rights Layer Specification. The key words “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”, “MAY”, and “OPTIONAL” in this specification are to be interpreted as described in RFC 2119 and RFC 8174.

Rights Layer is a conceptual layer. All terms below are defined independently of any vendor, product, implementation, or technology.

A standard layer SHALL preserve extensibility while eliminating interpretive ambiguity in its core concepts. Accordingly, every term below has a single, unambiguous responsibility. Extension is possible through profiles and the extensions mechanism; reinterpretation of core terms is not.


Core Terms

Subject

An identifiable entity that relates to a Right or to an Action. A Subject MAY be a natural person, a legal person, an organization, a public body, a system, a software agent, an AI, a robot, or any other identifiable entity that a legal or institutional system recognizes as capable of holding or exercising rights.

Object

The entity that a Right relates to. An Object MAY be tangible (land, a building, a vehicle) or intangible (a work, a claim, a share, a service, a category of activity).

The existence of a legally or institutionally recognized entitlement held by a Subject, optionally in relation to an Object, grounded in one or more Sources.

Source

The basis on which a Right exists. Examples: statute, contract, registration, court judgment, administrative act, inheritance, grant of qualification, ordinance.

Action

An act performed on the basis of a Right. A Right has one or more Actions.

Eligibility

Exactly one requirement that must be satisfied for a specific Action to be exercised. An Action has zero or more Eligibilities (0..n); when an Action requires several requirements, each is expressed as its own independent Eligibility.

Eligibility Response

A single Boolean answer, presented from outside Rights Layer, stating whether one specific Eligibility is satisfied.

Evidence

Information referenced in support of an Eligibility Response — auxiliary material behind the answer, or material supporting the existence of a Right or Source.

Evidence Source

A system, registry, authority, or record from which Evidence is obtained. Examples: a land registry, a licensing register, a corporate shareholder register, an insurance policy administration system.

Authority

An entity empowered to grant, attest, suspend, or revoke Rights, or to participate in Sources, Eligibilities, Responses, Decisions, or Evidence. Examples: a legislature, a court, a government agency, a registrar, a contracting party with granting power.

Decision

The judgment that all Eligibilities associated with an Action are satisfied. A Decision for an Action SHALL be established only when every Eligibility associated with that Action has exactly one verifiable Eligibility Response and every such Response is true.

Exercise

The fact that an Action was actually performed on the basis of a Right, after the Decision for that Action was established.

Exercise Event

An Event that records a fact about an Exercise: requested, started, ended.

Event

A recorded fact relevant to a Right or its exercise. Events are append-only and explain the present as history.

Proof Reference

A reference to material that allows a party to verify a piece of Evidence, an Eligibility Response, or an Event, in whatever manner the governing system provides.

Agreement Reference

A reference to an agreement (contract, terms, treaty, policy) that functions as a Source or that constrains an Action.


Terms Deliberately Absent from the Core


Term Relationships (summary)

Term Belongs to / relates to Cardinality
Right Subject (holder), Object (optional), Source (1..*)
Action Right 1..* per Right
Eligibility Action 0..* per Action; each is exactly one requirement
Eligibility Response Eligibility 1:1 — at most one valid Response per Eligibility; each Response answers exactly one Eligibility
Evidence referenced by a Response (optional), or supporting a Right/Source 0..*
Decision one Action; established only when all its Eligibilities have a verifiable true Response
Exercise Action performed after its Decision was established
Event Right, Source, Response, Decision, or Exercise append-only

See Conceptual Model for the full model and diagrams, and Data Model for the normative requirements NR-1 to NR-15.