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

Support for LDTab Profiles #24

Open
ckindermann opened this issue Apr 22, 2024 · 0 comments
Open

Support for LDTab Profiles #24

ckindermann opened this issue Apr 22, 2024 · 0 comments

Comments

@ckindermann
Copy link
Contributor

LDTab includes a variety of features. To make LDTab more accessible and reduce the initial complexity for new users, we could provide selected features in dedicated profiles. We have been thinking about:

  • LDTab-RDF: restricting the statement table to the columns subject, predicate, object, datatype, and annotation. This effectively reduces LDTab to a concrete syntax for RDF/OWL,
  • LDTab-Edit: extending LDTab-RDF with the columns assertion and retraction to maintain different versions of an RDF graph/OWL ontology,
  • LDTab-Quad: extending LDTab-RDF with the column graph to maintain multiple graphs,
  • LDTab-Full: all of the above.

The default should be LDTab-Full. Different profiles should be selected using the option --profile. The commands import and export should infer the correct profile.

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