Uses of Class
org.eclipse.rdf4j.sail.shacl.ShaclSail
Packages that use ShaclSail
-
Uses of ShaclSail in org.eclipse.rdf4j.sail.shacl
Fields in org.eclipse.rdf4j.sail.shacl declared as ShaclSail -
Uses of ShaclSail in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents
Constructors in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with parameters of type ShaclSailModifierConstructorDescriptionAndConstraintComponent(Resource id, RepositoryConnection connection, org.eclipse.rdf4j.sail.shacl.ast.Cache cache, ShaclSail shaclSail)
NotConstraintComponent(Resource id, RepositoryConnection connection, org.eclipse.rdf4j.sail.shacl.ast.Cache cache, ShaclSail shaclSail)
OrConstraintComponent(Resource id, RepositoryConnection connection, org.eclipse.rdf4j.sail.shacl.ast.Cache cache, ShaclSail shaclSail)
QualifiedMaxCountConstraintComponent(Resource id, RepositoryConnection connection, org.eclipse.rdf4j.sail.shacl.ast.Cache cache, ShaclSail shaclSail, Boolean qualifiedValueShapesDisjoint, Long qualifiedMaxCount)
QualifiedMinCountConstraintComponent(Resource id, RepositoryConnection connection, org.eclipse.rdf4j.sail.shacl.ast.Cache cache, ShaclSail shaclSail, Boolean qualifiedValueShapesDisjoint, Long qualifiedMinCount)
XoneConstraintComponent(Resource id, RepositoryConnection connection, org.eclipse.rdf4j.sail.shacl.ast.Cache cache, ShaclSail shaclSail)
-
Uses of ShaclSail in org.eclipse.rdf4j.sail.shacl.ast.targets
Constructors in org.eclipse.rdf4j.sail.shacl.ast.targets with parameters of type ShaclSailModifierConstructorDescriptionRSXTargetShape(Resource targetShape, RepositoryConnection connection, ShaclSail shaclSail)