hiring organization
The subject job posting is offered by the object hiring organization.
proposed
Affiliation/Membership
hiringOrganization
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": "hiring organization",
"description": "The subject job posting is offered by the object hiring organization"
}
atom id
0x4f4e416a2d225af561b4e119c1c6141700b2367ba4083ea6a4841a8e72273be3
Semantics
Market patternattributive — describes the subject
Recommended for
Classifications whose metadata vocabulary includes hiringOrganization:
Use it
// tree-shakeable: only this predicate ships in your bundle
import { hiringOrganizationId } from "@0xintuition/predicates/hiringOrganization";
// or resolve everything from the aggregate registry
import { PREDICATE_IDS } from "@0xintuition/predicates";
PREDICATE_IDS.hiringOrganization; // 0x4f4e416a2d225af561b4e119c1c6141700b2367ba4083ea6a4841a8e72273be3
import { buildTripleByName } from "@0xintuition/primitives/triple";
const { value: triple } = buildTripleByName(
subjectId,
"hiringOrganization",
objectId,
);
// triple.predicateId === 0x4f4e416a… — resolved from the registry