eclipse-rdf4j / rdf4j

Eclipse RDF4J: scalable RDF for Java
https://rdf4j.org/
BSD 3-Clause "New" or "Revised" License
362 stars 165 forks source link

Ontotext open source workbench ? #1901

Closed barthanssens closed 3 years ago

barthanssens commented 4 years ago

Ontotext has open sourced their workbench https://github.com/Ontotext-AD/graphdb-workbench (Apache License)

Though it is not clear if it also can be used with "plain" RDF4J, would it be an option to support this workbench as an alternative to or replacement of the RDF4J workbench ?

hmottestad commented 4 years ago

Got any screenshots?

barthanssens commented 4 years ago

Not yet, it appears to be npm based, and of course the npm-version on my cheap ARM-test server is not supported :-/

But this (somewhat old) youtube video should give a good impression: https://www.youtube.com/watch?v=eEYEcmaYBBY

hmottestad commented 4 years ago

Looks fundamentally similar to our own workbench, but a lot more modern :)

barthanssens commented 4 years ago

From what I remember from the GraphDB 8 standard version, one can select and delete triples and it has a nice visualization for ontologies.

Once again, I don't know if it works with "plain" RDF4J, but it's worth the try, maybe @avataar knows more about this.

avataar commented 4 years ago

Many things will work fine with plain old RDF4J but some things rely on GraphDB's APIs (e.g. repository managament, user management, most of the visualizations, import). Forking and adapting it to pure RDF4J is certainly possible. We just open sourced what we had, the goal wasn't to make it universal out of the box.

abrokenjester commented 4 years ago

We need someone with some Angular experience to take a closer look at this, and give an estimate of what's involved.

VladimirAlexiev commented 3 years ago

Some specific points that come to mind: