vandenoever / rome

An RDF library in pure Rust
GNU Affero General Public License v3.0
69 stars 3 forks source link

OWL 2 format support #1

Open XVilka opened 6 years ago

XVilka commented 6 years ago

https://www.w3.org/TR/owl2-overview/

phillord commented 6 years ago

In case you are interested:

https://github.com/phillord/horned-owl

This is a rather higher-level interface than an RDF based one would be based on the OWL2 structural specification.

It's about half done. Rather backward from normal coding practice, the first half has taken 90% of the time, I expect the last half to follow quickly. It doesn't parse RDF yet, though, which is why I was looking at this repository:-)