AshR2RML.OBDA.Adapter config for the in-process AshR2RML.OBDA.InMemory
adapter. Wraps one or more {ash_resource, mapping_resource} specs so
AshR2RML.OBDA.Adapter.dispatch/3 can route to query/4 (single resource)
or query_many/3 (multiple resources with relationships) uniformly.
Summary
Types
@type t() :: %AshR2RML.OBDA.Adapter.InMemoryConfig{ read_opts: keyword(), specs: [AshR2RML.OBDA.InMemory.spec()] }