Package org.topbraid.shacl.targets
-
Interface Summary Interface Description CustomTargetLanguage Target Interface for the various target types supported by SHACL, including https://www.w3.org/TR/shacl/#targets but also SHACL-AF and SHACL-JS extensions. -
Class Summary Class Description CustomTargets A singleton managing the available custom target plugins.InstancesTarget A Target based on a sh:targetClass or implicit target class statement.NodeTarget A Target based on a sh:targetNode statement.ObjectsOfTarget A Target based on a sh:targetObjectsOf statement.SubjectsOfTarget A Target based on a sh:targetSubjectsOf statement.