studied
The subject has invested learning effort in the object domain, topic, or institution.
proposed
Knowledge/Expertise
studied
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": "studied",
"description": "The subject has invested learning effort in the object domain, topic, or institution"
}
atom id
0x0431f21d8563fcd3eec47c7cf6570ffe590e3e5c07903200c89e29303d78d5c9
Semantics
Market patterndepositional — conviction accrues by staking
Use it
// tree-shakeable: only this predicate ships in your bundle
import { studiedId } from "@0xintuition/predicates/studied";
// or resolve everything from the aggregate registry
import { PREDICATE_IDS } from "@0xintuition/predicates";
PREDICATE_IDS.studied; // 0x0431f21d8563fcd3eec47c7cf6570ffe590e3e5c07903200c89e29303d78d5c9
import { buildTripleByName } from "@0xintuition/primitives/triple";
const { value: triple } = buildTripleByName(
subjectId,
"studied",
objectId,
);
// triple.predicateId === 0x0431f21d… — resolved from the registry