sszuev opened a new issue, #1968:
URL: https://github.com/apache/jena/issues/1968

   ### Version
   
   4.x.x
   
   ### Question
   
   One more question.
   
   I've already raised this issue in Dev ML (can't find the link right now). 
   There was no final decision, or I missed it.
   I think it would not be bad if this issue is open again for discussion here.
   
   Here is [ONT-API](https://github.com/owlcs/ont-api).
   ONT-API is an RDF-centric Java library to work with OWL2. 
   It's alternative implementation of 
[OWL-API](https://github.com/owlcs/owlapi).
   Each ontology has an RDF `org.apache.jena.graph.Graph` underlying.
   
   The library consists of two parts: 
`com.github.owlcs.ontapi.jena.model.OntModel` (jena RDF Model, similar to the 
`org.apache.jena.ontology.OntModel`) and 
   `com.github.owlcs.ontapi.Ontology` (extended OWL-API `OWLOntology`).
   The second part (i.e. the implementation of OWL-API itself) depends on the 
first one.
   
   Perhaps the first part, ONT-API's `OntModel`, would look organically in 
Apache Jena itself (as an replacement Jena's `OntModel`, which does not support 
OWL2).
   
   The problem here is that ONT-API's `OntModel` covers OWL2 syntax, but that's 
all. There is no support for Jena-rules, different specs, etc.
   To close this gap I started a new project: 
https://github.com/sszuev/jena-owl2
   It's still under developing, so this question is preliminary, maybe it is 
raised too early.
   
   In any case, if this could be a part of Apache Jena, then the development 
could be adjusted for this purpose (via feedbacks, reviews, recommendations, 
etc). 
   Otherwise, I will keep in mind that the project `jena-owl2` will be a 
separated library.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to