OBJECT
ResourceSpecification
Specification 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.
link GraphQL Schema definition
- type ResourceSpecification {
- : [EconomicResource!]
- # The default unit used for use or work.
- : Unit
- # The default unit used for the resource itself.
- : Unit
- : ID!
- # The uri to an image relevant to the entity, such as a photo, diagram, etc.
- : URI
- # An informal or formal textual identifier for a type of resource. Does not imply
- # uniqueness.
- : String!
- # A textual description or comment.
- : String
- # References one or more concepts in a common taxonomy or other classification
- # scheme for purposes of categorization or grouping.
- : [URI!]
- # 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
- ClaimA claim for a future economic event(s) in reciprocity for an economic event that already occurred. For example, a claim for payment for goods received.
- CommitmentA planned economic flow that has been promised by an agent to another agent.
- 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).
- ObserverAgent (usually a person) or machine like a sensor that conducts observations.
- RecipeResourceSpecifies the resource as part of a recipe, for use in planning from recipe.
- ResourceSpecificationPagenull
- ResourceSpecificationResponsenull
- RootQueryTypenull
- ValueCalculationA calculation performed using custom formulas for a certain context.