expert in
The subject claims or is recognized as having deep expertise in the object domain or skill.
proposed
Knowledge/Expertise
expertIn
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": "expert in",
"description": "The subject claims or is recognized as having deep expertise in the object domain or skill"
}
atom id
0x4c286cc4064a358fed817e4f6b46ad43869eac7d6707587f9f66bab78ca5ece5
Semantics
Market patterndepositional — conviction accrues by staking
Use it
// tree-shakeable: only this predicate ships in your bundle
import { expertInId } from "@0xintuition/predicates/expertIn";
// or resolve everything from the aggregate registry
import { PREDICATE_IDS } from "@0xintuition/predicates";
PREDICATE_IDS.expertIn; // 0x4c286cc4064a358fed817e4f6b46ad43869eac7d6707587f9f66bab78ca5ece5
import { buildTripleByName } from "@0xintuition/primitives/triple";
const { value: triple } = buildTripleByName(
subjectId,
"expertIn",
objectId,
);
// triple.predicateId === 0x4c286cc4… — resolved from the registry