Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 164035
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T11:40:22+00:00 2026-05-11T11:40:22+00:00

I have a Jena ontology model ( OntModel ) which I’m modifying programatically. This

  • 0

I have a Jena ontology model (OntModel) which I’m modifying programatically. This model was initially created using the default ModelFactory method to create an Ontology model (with no parameters). The problem was, as the program ran and the model was changed, the default Jena Reasoner would run (and run and run and run). The process was entirely too slow for what I need and would run out of memory on large data sets.

I changed the program to use a different ontology model factory method to create a model with no reasoner. This ran extremely fast and exhibited none of the memory problems I saw earlier (even for very large data sets). The problem with this approach is that I can only access the data by directly using it’s direct class type (I can not gain access to objects using it’s parent class).

For example, imagine I had two class resources, ‘flower’ and ‘seed’. These inherit from a common parent, ‘plant material’. My program takes all the ‘seeds’, runs a method called ‘grow’ which transforms the ‘seed’ object into a ‘flower’ object. The ‘grow’ method runs too slow and runs out of memory when using a Reasoner (even the micro Reasoner). If I turn off the Reasoner, then I can’t access all the ‘flowers’ and ‘seeds’ using the ‘plant material’ class.

Is there a preferred way (a happy medium) to doing this… allowing the ability to access objects using their superclass while also being fast and not a memory hog?

I’ve been looking for a way to ‘turn off the reasoner’ while I run my ‘grow’ method and then turn it back one once the method completes. Is this possible somehow?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T11:40:22+00:00Added an answer on May 11, 2026 at 11:40 am

    I got some help and suggestions, then this is how I solved this problem.

    Basically, I gained access to another model without a Reasoner, batched all my changes to the basic model, then rebound the full model with the reasoner to get the updates.

    Here’s some psuedo code. It doesn’t exactly match my ‘real’ scenario, but you get the idea.

    // Create a model with a reasoner and load the full model from owl files or // whatever OntModel fullModel = ModelFactory.createOntologyModel(); fullModel.read(...);  // create a model without a reasoner and load it from the full model with // reified statements OntModel basicModel = ModelFactory.createOntologyModel(OntModelSpec.OWL_MEM); basicModel.add(fullModel);  // batch modifications to the basic model programatically //(**** RUNS REALLY QUICK *****)  // rebind the full model fullModel.rebind();  // continue on.... 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 70k
  • Answers 70k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer I'm pretty sure that Type isn't going to serialize very… May 11, 2026 at 12:51 pm
  • added an answer In UITableView you have the method: (void)deleteRowsAtIndexPaths:(NSArray *)indexPaths withRowAnimation:(UITableViewRowAnimation)animation; There's… May 11, 2026 at 12:50 pm
  • added an answer This is a classic iteration-vs-memory problem. If you're comparing every… May 11, 2026 at 12:50 pm

Related Questions

I have a web-service that I will be deploying to dev, staging and production.
I have a .Net desktop application with a TreeView as one of the UI
I have a Queue<T> object that I have initialised to a capacity of 2,
I have a complete XML document in a string and would like a Document
I have a regex that is going to end up being a bit long
I have a Jena ontology model ( OntModel ) which I'm modifying programatically. This
I'm thinking about using semantic (web) technologies like RDF and OWL in an application

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.