area served
The subject service or organization serves the object place or region.
proposed
Metadata/Linking
areaServed
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": "area served",
"description": "The subject service or organization serves the object place or region"
}
atom id
0x863fc50bcf99d925ebc537dab0b6b190e1f4b0c17aa610aafd1835df76156b68
Semantics
Market patternattributive — describes the subject
Recommended for
Classifications whose metadata vocabulary includes areaServed:
Use it
// tree-shakeable: only this predicate ships in your bundle
import { areaServedId } from "@0xintuition/predicates/areaServed";
// or resolve everything from the aggregate registry
import { PREDICATE_IDS } from "@0xintuition/predicates";
PREDICATE_IDS.areaServed; // 0x863fc50bcf99d925ebc537dab0b6b190e1f4b0c17aa610aafd1835df76156b68
import { buildTripleByName } from "@0xintuition/primitives/triple";
const { value: triple } = buildTripleByName(
subjectId,
"areaServed",
objectId,
);
// triple.predicateId === 0x863fc50b… — resolved from the registry