afs commented on issue #3322:
URL: https://github.com/apache/jena/issues/3322#issuecomment-3089595073

   @sszuev --
   
   Jena assemblers are a way to write and RDF description that is used to build 
java objects. For example, they are used in Fuseki to  create OntModels that 
can be used in dataservices.
   
   The assembler associated with old API is 
[OntModelAssembler](https://github.com/apache/jena/blob/main/jena-core/src/main/java/org/apache/jena/assembler/assemblers/OntModelAssembler.java
   
   I think this is the last piece missing before retiring the old "ontology" 
apckage in jena-core in favout of the jena-ontapi.
   - if there is an alternative to old OntModelAssembler.
   
   Only the top level OntModelAssembler needs a replacement. Old old "ontology 
has two other related assembers for sub-components:
   * 
[OntModelSpecAssembler](https://github.com/apache/jena/blob/main/jena-core/src/main/java/org/apache/jena/assembler/assemblers/OntModelSpecAssembler.java)
   * 
[DocumentManagerAssembler](https://github.com/apache/jena/blob/main/jena-core/src/main/java/org/apache/jena/assembler/assemblers/DocumentManagerAssembler.java)
   
   It does not have to be compatible - it has to replace common functionality. 
It is also a chance to simplify.
   


-- 
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