Object-Process Methodology is a systems modeling language, conceived of in the mid-90's by a guy named Dov Dori, and standardized by the ISO in 2015 as ISO 19450. The purpose of OPM is to support conceptual design, possibly best even for early conceptual design.

Unlike some of its more popular alternatives (see: SysML) OPM has exactly one kind of diagram. This diagram roughly relates to a state diagram in UML/SysML, but can be utilized to show structure, behavior, use cases, and (to some extent) Sequence Diagrams.

Like most other modeling techniques, it embraces the idea of levels of decomposition. Its diagrams may be zoomed in and out-zoomed to decompose to your desired level of granularity.

There is a free tool called OPCAT (which has evolved into https://www.opcloud.tech) for creating OPM models.

OPM is about Objects, which have States, which are created, modified, and consumed by Processes, and the processes that link between them. Processes and Objects are "equal players" in the OPM model. Objects and Processes always come in pairs. A Process doesn't exist without some sort of Object(s) that it modifies. Processes are described using their gerund form ("kicking", not "kick"). Objects are represented with rectangles. Processes with ovals. Arrows between them have different conventions which each have their own assigned meanings.

OPM is bi-modal - is it has two modes of existence (one graphical, and one textual) that can directly translate to one another. These are Object-Process Diagram (OPD) and Object-Process Language (OPL).

Derived from images on Wikipedia

Derived from images on Wikipedia

The Wikipedia Article is incredibly thorough. The rabbit hole for Ontology, Semantics, and Syntax for this language is too deep for here. Here are some of the natively supported concepts:


Other Source

Object Process Methodology - Wikipedia

Related Notes

Ontology Language

Ontology, Semantics, and Syntax

SysML

UML