Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reusable Domain Modules #10

Open
AdamSobieski opened this issue Nov 22, 2022 · 1 comment
Open

Reusable Domain Modules #10

AdamSobieski opened this issue Nov 22, 2022 · 1 comment

Comments

@AdamSobieski
Copy link
Collaborator

AdamSobieski commented Nov 22, 2022

This issue is about reusable domain modules, supporting and enabling the capability for domains to import, include, or reference one another.

<domain xmlns="..." version="0.1.5">
  <head>
    <import src="..." />
  </head>
  <body>...</body>
</domain>

With reusable domain modules that can be imported by other domains, there could be well-known or built-in domain modules, e.g., for numerical datatypes, for defining the type for actions, and for defining the types for datasets such as knowledgebases or graphs.

Any thoughts on these topics?

@AdamSobieski
Copy link
Collaborator Author

AdamSobieski commented Dec 2, 2022

We might want to look into package management technologies, including package formats, their metadata, and their manifest files, while considering how best to allow teams of content authors to create reusable, interrelated, and interdependent domain modules. This would be particularly useful when domain modules could, like software libraries and components, be versioned or editioned independently of one another.

Also, I recently found Plow, a "package management solution for OWL ontologies, with support for specifying dependencies between packages via SemVer ranges."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant