contains place
The subject place contains the object place or local business.
proposed
Curation/Containment
containsPlace
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": "contains place",
"description": "The subject place contains the object place or local business"
}
atom id
0x39ec6c00d1c5bb25a68ea6e4d6baa5faebecd6314f1cb4c5b28069d696864395
Semantics
Market patternattributive — describes the subject
Propertiestransitive · hierarchical
Recommended for
Classifications whose metadata vocabulary includes containsPlace:
Use it
// tree-shakeable: only this predicate ships in your bundle
import { containsPlaceId } from "@0xintuition/predicates/containsPlace";
// or resolve everything from the aggregate registry
import { PREDICATE_IDS } from "@0xintuition/predicates";
PREDICATE_IDS.containsPlace; // 0x39ec6c00d1c5bb25a68ea6e4d6baa5faebecd6314f1cb4c5b28069d696864395
import { buildTripleByName } from "@0xintuition/primitives/triple";
const { value: triple } = buildTripleByName(
subjectId,
"containsPlace",
objectId,
);
// triple.predicateId === 0x39ec6c00… — resolved from the registry