published at
Indicates the platform, venue, or location where the subject was published or released.
proposed
Metadata/Linking
publishedAt
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": "published at",
"description": "Indicates the platform, venue, or location where the subject was published or released"
}
atom id
0xff6aaa0a1dd670cfa32a03a5b0720c6d0fdee7919fa9aea22a40bcdbc80514be
Semantics
Market patternattributive — describes the subject
Use it
// tree-shakeable: only this predicate ships in your bundle
import { publishedAtId } from "@0xintuition/predicates/publishedAt";
// or resolve everything from the aggregate registry
import { PREDICATE_IDS } from "@0xintuition/predicates";
PREDICATE_IDS.publishedAt; // 0xff6aaa0a1dd670cfa32a03a5b0720c6d0fdee7919fa9aea22a40bcdbc80514be
import { buildTripleByName } from "@0xintuition/primitives/triple";
const { value: triple } = buildTripleByName(
subjectId,
"publishedAt",
objectId,
);
// triple.predicateId === 0xff6aaa0a… — resolved from the registry