« Metalogic | Main | Computational Regulation »

PSOA

PSOA or Positional-Slotted Object-Applicative is a funny sounding but very important technology that was intentionally created by the not-for-profit organization RuleML Inc. to bridge the gap between different computing paradigms. RuleML is a industry standards organization focused on standard, global rule interoperability. RuleML is currently being specified as a Rule MetaLogic on the Web.

Many different techniques or paradigms have been created by humans for representing data, information, logic, knowledge, and models in forms that computers can interact with that data, information, logic, knowledge, and models.

PSOA was created to intentionally and consciously pull many of those specific important techniques together into one language creating what amounts to a universal translator: 

  • Storage and deduction of tabular-based information (e.g. relational database tables and views; logic programming facts and rules)
  • Storage and deduction of hierarchical-based or graph-based information (e.g. labeled property graphs like Neo4j and TigerGraph; knowledge graphs such as OWL+SHAQL+RDF)
  • Physical-like declarative structures, object oriented (OO-like) software objects
  • Logical structures, frames  

PSOA is a very expressive (i.e. powerful logic, Turing Complete) and relatively safe (i.e. problems can occur such as a decidability problem, but craftsmen understand and can work around those problems to effectively manage risk) language that bridges between these different techniques all in this one machine-readable language.

PSOA can thus act as an intermediate language for interoperating between long-established languages. Its own safety properties can be derived from those of its translators and target logic engines.

PSOA is a full programming logic language that is often referred to as Full Prolog.  Whereas "Pure Prolog" limits itself to Horn Clauses for safety and other reasons.  Datalog is an even more safe subset of that is intended to be consistent with relational databases.

Why is all this important?  If you want to implement things such as computational law, computational audit, computational economics, and computational regulation you need to be able to (a) express information symbolically and (b) process that information reliably, predictably, and effectively.  You want the MAXIMUM about of expressiveness and reasoning capability with the MINIMUM chance of catastrophic system failure (i.e. getting stuck in an infinite loop, never able to finish a process, decidability problems, logical paradoxes, and such).

Tools exist for working with PSOA. PSOATransRun is a browser-based tool.

###########################

Logical English as an Executable Computer Language

Logical English

Posted on Wednesday, September 2, 2020 at 07:06AM by Registered CommenterCharlie in | CommentsPost a Comment

PrintView Printer Friendly Version

EmailEmail Article to Friend

Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
All HTML will be escaped. Hyperlinks will be created for URLs automatically.