AshR2RML.OBDA.Adapter.OntopConfig (AshR2RML v26.8.29)

Copy Markdown View Source

AshR2RML.OBDA.Adapter config for the real Ontop CLI adapter. Wraps the keyword/map options AshR2RML.OBDA.Ontop.query/1 already accepts (:mapping_path, :query_path, :properties_path, etc.) in a typed struct so AshR2RML.OBDA.Adapter.dispatch/3 can pattern-match on it.

Summary

Types

t()

@type t() :: %AshR2RML.OBDA.Adapter.OntopConfig{
  binary: term(),
  db_driver: term(),
  db_password: term(),
  db_url: term(),
  db_user: term(),
  facts_path: term(),
  lenses_path: term(),
  mapping_path: term(),
  ontology_path: term(),
  prefix_args: term(),
  properties_path: term(),
  sparql_rules_path: term()
}