job location
The subject job posting is located at or associated with the object place.
proposed
Metadata/Linking
jobLocation
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": "job location",
"description": "The subject job posting is located at or associated with the object place"
}
atom id
0x5ff8390f622a4bf6a22f3108f2879c53255ff874e6699d70b03a740ee10757f0
Semantics
Market patternattributive — describes the subject
Recommended for
Classifications whose metadata vocabulary includes jobLocation:
Use it
// tree-shakeable: only this predicate ships in your bundle
import { jobLocationId } from "@0xintuition/predicates/jobLocation";
// or resolve everything from the aggregate registry
import { PREDICATE_IDS } from "@0xintuition/predicates";
PREDICATE_IDS.jobLocation; // 0x5ff8390f622a4bf6a22f3108f2879c53255ff874e6699d70b03a740ee10757f0
import { buildTripleByName } from "@0xintuition/primitives/triple";
const { value: triple } = buildTripleByName(
subjectId,
"jobLocation",
objectId,
);
// triple.predicateId === 0x5ff8390f… — resolved from the registry