UNION
AnyContext
Any type of known object
link GraphQL Schema definition
- union AnyContext = Category | Intent | SpatialThing | Tag
link Require by
- CategoryA category (eg. tag in a taxonomy)
- EconomicEventAn observed economic flow, as opposed to a flow planned to happen in the future. This could reflect a change in the quantity of an economic resource. It is also defined by its behavior in relation to the economic resource (see `Action`)
- EconomicResourceA resource which is useful to people or the ecosystem.
- IntentA planned economic flow which has not been committed to, which can lead to economic events (sometimes through commitments).
- ProcessAn activity that changes inputs into outputs. It could transform or transport economic resource(s).
- ResourceSpecificationSpecification of a kind of resource. Could define a material item, service, digital item, currency account, etc. Used instead of a classification when more information is needed, particularly for recipes.
- RootMutationTypenull
- SpatialThingA physical mappable location.
- TagA tag could be a category or hashtag or user or community or etc
- UnitDefines a unit of measurement, along with its display symbol. From OM2 vocabulary.