sub organization
The subject organization has the object organization as a child or subsidiary.
proposed
Affiliation/Membership
subOrganization
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": "sub organization",
"description": "The subject organization has the object organization as a child or subsidiary"
}
atom id
0xa5ab1dbf1c7c40f0961d40edc215d3b0a2666301a57a4b72b2809e69e4954991
Semantics
Market patternattributive — describes the subject
Propertiestransitive · hierarchical
Recommended for
Classifications whose metadata vocabulary includes subOrganization:
Use it
// tree-shakeable: only this predicate ships in your bundle
import { subOrganizationId } from "@0xintuition/predicates/subOrganization";
// or resolve everything from the aggregate registry
import { PREDICATE_IDS } from "@0xintuition/predicates";
PREDICATE_IDS.subOrganization; // 0xa5ab1dbf1c7c40f0961d40edc215d3b0a2666301a57a4b72b2809e69e4954991
import { buildTripleByName } from "@0xintuition/primitives/triple";
const { value: triple } = buildTripleByName(
subjectId,
"subOrganization",
objectId,
);
// triple.predicateId === 0xa5ab1dbf… — resolved from the registry