Package org.eclipse.rdf4j.sail.shacl.ast
Class ShaclAstLists
java.lang.Object
org.eclipse.rdf4j.sail.shacl.ast.ShaclAstLists
Internal utility methods for the SHACL AST to quickly convert between java collections and RDF collections. These
utilities are not meant for general use as they make several simplifying assumptions for performance reasons:
- they add type coercion
- they rely on the use of "stable" identifiers for blank nodes, so that duplicates can be quickly detected and discarded
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
-
-
Constructor Details
-
ShaclAstLists
public ShaclAstLists()
-
-
Method Details
-
listToRdf
-
toList
-
toList
public static <T extends Value> List<T> toList(ShapeSource shapeSource, Resource head, Class<T> type)
-