Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Done
-
Jena 3.16.0
-
None
-
None
Description
This ticket introduces a library "G" (with the expectation it is usually a static import) for writing code working with Graph. It is based on original use in jena-shacl but is itself generally useful when working in Java walking data in graphs.
It provides checking operation like "getOne" when the code is expecting exactly one match, not zero, not several.
There are some operations that are RDFS aware - these would be applicable for when RDFS reasoning is not enabled (in SHACL, certain parts of RDFS are required like transitive subclass but not full RDFS reasoning).
Attachments
Issue Links
- is a parent of
-
JENA-1991 Move operations from RiotLib to G; add some quad "find" operations
- Closed