compliant with
The subject entity meets the requirements defined by the object regulation, standard, or framework.
proposed
Governance/Policy
compliantWith
Proposed — in the registry with a stable definition and a deterministic ID, but not yet promoted to the enshrined set. Semantics may still be refined before promotion.
Identity
A predicate is itself an atom. Its ID is derived from these exact bytes — the same value in your app, in anyone else's, and onchain.
{
"@context": "https://schema.org/",
"@type": "DefinedTerm",
"name": "compliant with",
"description": "The subject entity meets the requirements defined by the object regulation, standard, or framework"
}
atom id
0xeefc74ba0ee80333e479971791542a1db8b90ccf72c0c2fcd51e73f50cb45d64
Semantics
Market patternattributive — describes the subject
Use it
// tree-shakeable: only this predicate ships in your bundle
import { compliantWithId } from "@0xintuition/predicates/compliantWith";
// or resolve everything from the aggregate registry
import { PREDICATE_IDS } from "@0xintuition/predicates";
PREDICATE_IDS.compliantWith; // 0xeefc74ba0ee80333e479971791542a1db8b90ccf72c0c2fcd51e73f50cb45d64
import { buildTripleByName } from "@0xintuition/primitives/triple";
const { value: triple } = buildTripleByName(
subjectId,
"compliantWith",
objectId,
);
// triple.predicateId === 0xeefc74ba… — resolved from the registry