Tom Dalton
Tom Dalton
https://github.com/jsonld-java/jsonld-java/issues/329
Via https://github.com/eclipse/rdf4j/issues/3643 Using 0.13.4, when I have a RDFDataset that has a statement declaring a Class and another statement declaring an individual of that class, the individual has the incorrect...
### Current Behavior I have a graph in a repository where it only contains statements where the subject is the same as the graph IRI(occurs in both Memory and Native):...
### Current Behavior Statements with type declarations are being written out with the expanded `rdf:type` IRI rather than the `@type` shorthand when using the JSONLD Writer. Changing the `JSONLDSettings. USE_RDF_TYPE`...
Is there an option for changing the type of transition animation? Ideally I would like to use this for a background that fades between pictures.
My team is currently trying to create an ontology where the primary focus is tracking documents through a life cycle. With this, we need to represent how a document can...
Created an option to write blank node lists as full objects in order to preserve blank node identifiers in the chain.
VALUES clause should be pushed into OPTIONAL when safe (performance regression 3.7.4/4.1.0 vs 2.5.5)
### Current Behavior In versions 3.7.4 and 4.1.0, iterating over a TupleQueryResult with large results is extremely slow when compared to older RDF4j versions (2.5.5). With newer RDF4j versions, running...
### Current Behavior While using `IsolationLevels.NONE` for a long continuous bulk uploads, I see that a subsequent concurrent transaction on a separate RepositoryConnection (even just reads) is blocked if an...