AtesComp
                                            AtesComp
                                        
                                    I agree that that would generally be an acceptable base solution. It is hard to tell how the non-breaking space is getting into the text, but I suspect MS is...
Is **openrefine.l4j.ini** the Log4J config file? Instead, edit the **refine.ini** file for Java memory management. However, it is odd that changing the **openrefine.l4j.ini** would result in such behavior.
@RhydianLLGC, Does it work when you update the refine.ini file? Reset the openrefine.l4j.ini to the original settings.
Verifying the "POST" "POST issue: This occurs on a fresh Fuseki start with no other prior queries and no data (data directories deleted), so they are built empty. Using Fuseki...
More info as requested... 1. Comprehensive Log: ```shell 2022-10-18 12:07:37.142 INFO [qtp1984328477-27] [org.apache.jena.atlas.logging.FmtLog.info(FmtLog.java:85)] - [9] 200 OK (76 ms) 2022-10-18 17:27:59.111 INFO [main] [org.apache.jena.atlas.logging.FmtLog.info(FmtLog.java:85)] - Apache Jena Fuseki 4.7.0-SNAPSHOT 2022-10-18T17:27:59.103-04:00...
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...
@afs Taking a hint, I tried putting each graph in its own TDB2 dataset to separate the transactions and test. Example: ```shell ## ------------------------------------------------------------ ## MyData Configuration Graph :graphMyData_Conf a...
FYI: ``` Jena: VERSION: 4.7.0-SNAPSHOT Jena: BUILD_DATE: 2022-10-20T18:00:34Z TDB: VERSION: 4.7.0-SNAPSHOT TDB: BUILD_DATE: 2022-10-20T18:00:34Z Fuseki: VERSION: 4.7.0-SNAPSHOT Fuseki: BUILD_DATE: ${build.time.xsd} ```
Apparently so. I did some additional work and it looked like the `ja:schema` may have been partially suspect. I went back to 4.6.1 and adjusted the config to remove the...
Sorry, I've been covered up in work lately. I'll get back to this and test. Thanks for the update.