use
The subject utilizes, integrates, or depends on the object tool, technology, or resource.
proposed
Domain-Specific
use
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": "use",
"description": "The subject utilizes, integrates, or depends on the object tool, technology, or resource"
}
atom id
0x746e295c01785421b2f1a311ff3a5830676e141e09e45fde962f84b2533f7af6
Semantics
Market patternattributive — describes the subject
Recommended for
Classifications whose metadata vocabulary includes use:
Use it
// tree-shakeable: only this predicate ships in your bundle
import { useId } from "@0xintuition/predicates/use";
// or resolve everything from the aggregate registry
import { PREDICATE_IDS } from "@0xintuition/predicates";
PREDICATE_IDS.use; // 0x746e295c01785421b2f1a311ff3a5830676e141e09e45fde962f84b2533f7af6
import { buildTripleByName } from "@0xintuition/primitives/triple";
const { value: triple } = buildTripleByName(
subjectId,
"use",
objectId,
);
// triple.predicateId === 0x746e295c… — resolved from the registry