Inter-Ontological Concepts for Inter-App Synchronization

How to avoid reinventing app models and ontology concepts, and reuse existing work on them across software ecosystems and ontologies?

YAML 问题

Nearly every app developer reinvents their database models, and every ontology builder reinvents concepts (models). How to avoid having to reinvent them and reuse existing work across software ecosystems?

There are many independent projects focusing on providing a well-supported, standard models for Django ecosystem, Odoo ecosystem, Drupal ecosystem, Wordpress ecosystem, etc., that extend base system with a few new new database models: install a module, and you get a few database tables, that implement a functionality. This went as far as people taking one model, and making high-scale cloud service, or P2P protocol, but that's besides the point.

When it comes to data sharing across the systems, regardless of the communication protocols (HTTP, sockets, etc.) and the style we choose to serialize the data (RPC, Rest API, GraphQL API, other custom JSON/XML/YAML/...), the fields and metadata about those fields in the public interfaces should stay the same, so that we could easily exchange data across applications.

So, how to go about creating inter-APP standard models, and inter-Ontology standard concepts?


没有子分类。


投票 (可选) (别通知) (可选)
请,登录

我们可以先解析 LOV 中的所有本体,然后编写一个脚本来查找跨本体的共享概念集吗?

我们是否可以解析已知框架中的所有公共软件存储库,在其中找到它们的数据库模型的定义,并在应用程序之间创建共享数据库模型集?

Could we start with parsing all ontologies in LOV, and writing a script to find the sets of shared concepts across ontologies?

Could we go with parsing all public software repositories in known frameworks, to find definitions of their database models in them, and make the sets of shared database models across applications?