OBJECT
Intent
A planned economic flow which has not been committed to, which can lead to economic events (sometimes through commitments).
link GraphQL Schema definition
- type Intent {
- # Relates an intent to a verb, such as consume, produce, work, improve, etc.
- Action! :
- # Reference to an agreement between agents which specifies the rules or policies
- # or calculations which govern this intent.
- URI :
- # The place where an intent would occur. Usually mappable.
- SpatialThing :
- # The total quantity of the offered resource available.
- Measure :
- URI :
- # The intent can be safely deleted, has no dependent information.
- Boolean :
- # The time something is expected to be complete.
- DateTime :
- # The amount and unit of the work or use or citation effort-based action. This is
- # often a time duration, but also could be cycle counts or other measures of
- # effort or usefulness.
- Measure :
- # The intent is complete or not. This is irrespective of if the original goal has
- # been met, and indicates that no more will be done.
- Boolean :
- # The planned beginning of the intent.
- DateTime :
- # The planned end of the intent.
- DateTime :
- # The planned date/time for the intent. Can be used instead of beginning and end.
- DateTime :
- ID! :
- # The uri to an image relevant to the intent, such as a photo.
- URI :
- # Grouping around something to create a boundary or context, used for documenting,
- # accounting, planning.
- AccountingScope!] : [
- # Defines the process to which this intent is an input.
- Process :
- # An informal or formal textual identifier for an intent. Does not imply
- # uniqueness.
- String :
- # A textual description or comment.
- String :
- # Defines the process to which this intent is an output.
- Process :
- # The economic agent from whom the intent is initiated. This implies that the
- # intent is an offer.
- Agent :
- ProposedIntent!] : [
- # The economic agent whom the intent is for. This implies that the intent is a
- # request.
- Agent :
- # References one or more concepts in a common taxonomy or other classification
- # scheme for purposes of categorization or grouping.
- URI!] : [
- # The primary resource specification or definition of an existing or potential
- # economic resource. A resource will have only one, as this specifies exactly what
- # the resource is.
- ResourceSpecification :
- # When a specific `EconomicResource` is known which can service the `Intent`, this
- # defines that resource.
- EconomicResource :
- # The amount and unit of the economic resource counted or inventoried. This is the
- # quantity that could be used to increment or decrement a resource, depending on
- # the type of resource and resource effect of action.
- Measure :
- Satisfaction!] : [
- # Tags/Categories in a taxonomy, linked to resourceClassifiedAs:
- # References one or more concepts in a common taxonomy or other classification
- # scheme for purposes of categorization or grouping.
- AnyContext] : [
- }
link Require by
- AgentA person or group or organization with economic agency.
- AnyContextAny type of known object
- IntentResponsenull
- IntentsPageA page of intents
- OrganizationA formal or informal group, or legal organization.
- PersonA natural person.
- ProcessAn activity that changes inputs into outputs. It could transform or transport economic resource(s).
- ProposedIntentRepresents many-to-many relationships between Proposals and Intents, supporting including intents in multiple proposals, as well as a proposal including multiple intents.
- RootQueryTypenull
- SatisfactionRepresents many-to-many relationships between intents and commitments or events that partially or full satisfy one or more intents.