AtesComp commented on issue #1583: URL: https://github.com/apache/jena/issues/1583#issuecomment-1287603577
Apparently, switching from the OWLMicroFBRuleReasoner to the OWLMiniFBRuleReasoner make the problem worse...even when queries are not using the inference graph. I did this because "micro" didn't infer from owl:sameAs, while "mini" did. Also (and probably a separate problem), at least with my data, using FROM or FROM NAMED tends to to cause additional query problems over using GRAPH for simple queries. FROM will timeout while GRAPH succeeds if a 500 doesn't happen. The graphs are relatively small: | Graph | File | Tuples | Note | | ----- | ---- | ---- | ---- | | :graphGNR_Ont | General_Ontology.trig | 929 | | :graphGNR_VCard | General_VCard.trig | 870 | just vCard wrapped in a graph | | :graphGNR_Org | General_Organization.trig | 164 | | :graphGNR_People | General_People.trig | 247 | | :graphMyData_Conf | MyData_Configuration.trig | 93 | | :graphMyData_Cap | MyData_Capabilities.trig | 1,905 | | :graphMyData_Cat | MyData_Categories_1.trig<br />MyData_Categories_2.trig<br />MyData_Categories_3.trig<br />MyData_Categories_4.trig | 278<br />239<br />167<br />174 | | :graphInfMyData | All but config graph | < 24000 | OWLMicro | When using OWLMini, I can't get the inferred count as it surpasses the timeout (30 seconds?) using the Fuseki web interface for info. -- 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]
