Andy Seaborne
Andy Seaborne
> The `--add-modules=jdk.incubator.vector` was only added when we upgraded from 5.2.0 to 5.5.0. > This problem was also happening already before that (though less frequently) on 5.2.0 and without `--add-modules=jdk.incubator.vector`,...
Hi @chrisanun `ja:schema` is associated with the reasoner so it should be: ``` rdf:type ja:InfModel ; ja:baseModel ; ja:reasoner [ ja:reasonerURL ; ja:schema ] ; . ``` The error you...
If the Fuseki log file is clean, it sounds like the setup in Fuseki is now correct so it might be the ontology. Have you tried a simpler setup, e.g....
The dependency comes because of [titanium-jsonld](https://github.com/filip26/titanium-json-ld) and it looks like it isn't used directly by Jena code. It should be a matter of changing the top level POM and jena-arq...
Jena is in a similar situation - it is only choosing a provider for the 3rd party titanium-jsonld to use, not running a JSON-LD test suite. It tests connectivity but...
> We're attempting to use [Parsson](https://projects.eclipse.org/projects/ee4j.parsson) as a replacement - I don't have any test results yet, but I wouldn't count too much on them anyway: and earlier: > This...
Please could you bring this up-to-date with 6.0.0? Thanks.
> Fixed literals-in-subject inferences due to range declarations (easy fix) To help me, where exactly is this?
> It uses :directType rdfs:subPropertyOf rdf:type. In the schema presumably. Subproperties of the RDFS vocabulary are not intended to be supported by this data-centric RDFS system (rdfs:subClassOf, rdfs:domain, rdfs:range). "messing...
Looks good! As part of wider maintenance on the tests, there is a current copy of `rdf-tests` including the C14N tests for N-Quads. `Scripts_c14n` is ready ... just `@disabled` at...