jena
jena copied to clipboard
Apache Jena
Jena provides support for OWL1 in the OntAPI and partial support for OWL1 reasoning. This issue is for work any work adding support for OWL2 and [OWL2 profiles](https://www.w3.org/TR/owl2-profiles/) QL, RL,EL...
### Version 4.8.0 ### What happened? We notice that on Windows (at least on Windows Server 2019), the compact call with the flag "deleteOld=true" active does not remove the old...
### Version 4.10 ### What happened? When validating SHACL, Jena appears too strict when parsing property shapes, as it requires `sh:path` in all cases See https://s.zazuko.com/3rcogrc. It should find a...
### Version 4.9.0 ### Feature [`rdfdiff`](https://github.com/apache/jena/blob/main/jena-cmds/src/main/java/arq/rdfdiff.java) only supports triples. Is there a reason why it couldn't support quads as well? ### Are you interested in contributing a solution yourself? Perhaps?
GitHub issue resolved #2107 Pull request Description: Display the statuses of file uploads near the top / visible area, so users do not need to scroll the page to track...
### Version latest ### Feature Fuseki provides a upload feature to load one or more RDF files into a dataset. Once the upload all button is triggered each file gives...
### Change ```js "overrides": { "terser": "^5.14.2", "loader-utils": "^1.4.2", "cookiejar": "^2.1.4", "json5": "^1.0.2" } ``` From https://github.com/apache/jena/issues/2054#issuecomment-1799296733 We need to confirm if they are still needed. ### Are you interested...
### Change Our mock tests are not very easy to configure. [MSW](https://github.com/mswjs/msw) has a new release that removes old deprecated calls, and its API appears to be clearer than json-server....
### Change As per title, running `yarn test:e2e` isn't working properly. The tests should pass as manual tests passed fine. But there are requests to `/` returning `404` in the...
### Change I cannot recall if these warnings were already present, but I noticed them after upgrading vite to latest available. ```bash The CJS build of Vite's Node API is...