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

Is this still maintained? #24

Open
pricesmith opened this issue Jan 3, 2023 · 1 comment
Open

Is this still maintained? #24

pricesmith opened this issue Jan 3, 2023 · 1 comment

Comments

@pricesmith
Copy link

Activity has seemed to slow down-- seems worth asking the question!

<3

@jamesaoverton
Copy link
Member

Fair question. The short answer is that the current implementation does what I wanted it to, and I don't plan to invest more in it.

I built RDFTab to let me load RDF and OWL into a SQL database and then read parts out. It works as intended for reading and editing simple graphs, and even for reading more complex graphs with nested blank nodes, but it's not convenient for editing complex graphs (including OWL).

To support that use case my team has been working on LDTab, which "folds" blank node structures into nested JSON objects so that a single SQL row can encode an annotated OWL axiom or RDF list, without having to juggle blank nodes. It's not "done" and it's not well documented yet, but we have implementations in Clojure https://github.com/ontodev/ldtab.clj and Rust https://github.com/ontodev/ldtab.rs. Building an LDTab table is a lot more work than building an RDFTab table, so it's slower.

Regarding RDFTab, the upstream https://github.com/oxigraph/rio library has come a long way, and it might be a bunch of work to catch up with it. https://github.com/INCATools/ontology-access-kit was using RDFTab but I think they switched to a pure Python implementation. RDFTab is such a simple idea that it's easy to reimplement. If you're interested in OWL, consider https://github.com/phillord/horned-owl or the https://github.com/jannahastings/py-horned-owl prototype Python wrapper.

Do you have a specific bug or feature in mind for RDFTab?

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

2 participants