INPUT_OBJECT

EconomicEventCreateParams

link GraphQL Schema definition

  • input EconomicEventCreateParams {
  • # (`Action`) Relates an economic event to a verb, such as consume, produce, work,
  • # improve, etc.
  • action: ID!
  • # Reference to an agreement between agents which specifies the rules or policies
  • # or calculations which govern this economic event.
  • agreedIn: URI
  • # (`SpatialThing`) The place where an economic event occurs. Usually mappable.
  • atLocation: ID
  • # 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.
  • effortQuantity: IMeasure
  • # The beginning of the economic event.
  • hasBeginning: DateTime
  • # The end of the economic event.
  • hasEnd: DateTime
  • # The date/time at which the economic event occurred. Can be used instead of
  • # beginning and end.
  • hasPointInTime: DateTime
  • # Grouping around something to create a boundary or context, used for documenting,
  • # accounting, planning.
  • inScopeOf: [ID!]
  • # (`Process`) Defines the process to which this event is an input.
  • inputOf: ID
  • # A textual description or comment.
  • note: String
  • # (`Process`) Defines the process for which this event is an output.
  • outputOf: ID
  • # (`Agent`) The economic agent from whom the actual economic event is initiated.
  • provider: ID
  • # (`Agreement`) This economic event occurs as part of this agreement.
  • realizationOf: ID
  • # (`Agent`) The economic agent whom the actual economic event is for.
  • receiver: ID
  • # References one or more concepts in a common taxonomy or other classification
  • # scheme for purposes of categorization or grouping.
  • resourceClassifiedAs: [URI!]
  • # (`ResourceSpecification`) 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.
  • resourceConformsTo: ID
  • # (`EconomicResource`) Economic resource involved in the economic event.
  • resourceInventoriedAs: ID
  • # 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.
  • resourceQuantity: IMeasure
  • # 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.
  • tags: [ID!]
  • # (`EconomicResource`) Additional economic resource on the economic event when
  • # needed by the receiver. Used when a transfer or move, or sometimes other
  • # actions, requires explicitly identifying an economic resource on the receiving
  • # side.
  • toResourceInventoriedAs: ID
  • # (`EconomicEvent`) References another economic event that implied this economic
  • # event, often based on a prior agreement.
  • triggeredBy: ID
  • }