INTERFACE
Agent
A person or group or organization with economic agency.
link GraphQL Schema definition
- interface Agent {
- : AgentType
- : String
- # Arguments
- # filter: [Not documented]
- (: agentCommitmentSearchParams): [Commitment!]
- : String
- # Arguments
- # filter: [Not documented]
- (: agentEventSearchParams): [EconomicEvent!]
- : ID!
- # The uri to an image relevant to the agent, such as a logo, avatar, photo, etc.
- : URI
- # Arguments
- # filter: [Not documented]
- (: IntentSearchParams): [Intent!]
- # Arguments
- # filter: [Not documented]
- (
- : agentResourceSearchParams
- ): [EconomicResource!]
- # An informal or formal textual identifier for an agent. Does not imply
- # uniqueness.
- : String!
- # A textual description or comment.
- : String
- # Arguments
- # filter: [Not documented]
- (: agentPlanSearchParams): [Plan!]
- # The main place an agent is located, often an address where activities occur and
- # mail can be sent. This is usually a mappable geographic location. It also could
- # be a website address, as in the case of agents who have no physical location.
- : SpatialThing
- # Arguments
- # filter: [Not documented]
- (: agentProcessSearchParams): [Process!]
- : [Proposal!]
- # Arguments
- # roleId: [Not documented]
- (: ID): [AgentRelationship!]
- # Arguments
- # roleId: [Not documented]
- (: ID): [AgentRelationship!]
- # Arguments
- # roleId: [Not documented]
- (: ID): [AgentRelationship!]
- : [AgentRelationshipRole!]
- }
link Require by
- AgentRelationshipThe role of an economic relationship that exists between 2 agents, such as member, trading partner.
- AgentsPageA page of agents
- AgreementAny type of agreement among economic agents.
- 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).
- ObservationAn observation event that records the measurement or assessement of an economic resource.
- 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).
- ProposalPublished requests or offers, sometimes with what is expected in return.
- ProposedToAn agent to which the proposal is to be published. A proposal can be published to many agents.
- RootQueryTypenull