OBJECT
Commitment
A planned economic flow that has been promised by an agent to another agent.
link GraphQL Schema definition
- type Commitment {
- # Relates a commitment 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 commitment.
- URI :
- # The place where a commitment occurs. Usually mappable.
- SpatialThing :
- # This commitment is part of the exchange agreement.
- Agreement :
- # The creation time of the commitment.
- DateTime :
- # The commitment 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 commitment 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 economic event which completely or partially fulfills a commitment.
- Fulfillment!] : [
- # The planned beginning of the commitment.
- DateTime :
- # The planned end of the commitment.
- DateTime :
- # The planned date/time for the commitment. Can be used instead of beginning and
- # end.
- DateTime :
- ID! :
- # Grouping around something to create a boundary or context, used for documenting,
- # accounting, planning.
- AccountingScope!] : [
- # Represents a desired deliverable expected from this plan.
- Plan :
- # Defines the process to which this commitment is an input.
- Process :
- Agent!] : [
- # A textual description or comment.
- String :
- # Defines the process for which this commitment is an output.
- Process :
- # The economic agent from whom the commitment is initiated.
- Agent! :
- # The economic agent whom the commitment is for.
- 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 :
- # Exact economic resource involved in the commitment.
- EconomicResource :
- # The amount and unit of the economic resource counted or inventoried.
- Measure :
- # An intent satisfied fully or partially by an economic event or commitment.
- Satisfaction!] : [
- }
link Require by
- AgentA person or group or organization with economic agency.
- AgreementAny type of agreement among economic agents.
- CommitmentResponsenull
- EventOrCommitmentnull
- FulfillmentRepresents many-to-many relationships between commitments and economic events that fully or partially satisfy one or more commitments.
- OrganizationA formal or informal group, or legal organization.
- PersonA natural person.
- PlanA logical collection of processes that constitute a body of planned work with defined deliverable(s).
- ProcessAn activity that changes inputs into outputs. It could transform or transport economic resource(s).
- RootQueryTypenull