static List<ConstraintViolation> |
SPINConstraints.check(org.apache.jena.rdf.model.Model model) |
Checks all instances in a given Model against all spin:constraints and
returns a List of constraint violations.
|
static List<ConstraintViolation> |
SPINConstraints.check(org.apache.jena.rdf.model.Model model,
org.apache.jena.rdf.model.Model constraintModel) |
|
static List<ConstraintViolation> |
SPINConstraints.check(org.apache.jena.rdf.model.Model model,
org.apache.jena.rdf.model.Property predicate) |
Checks all instances in a given Model and returns a List of constraint violations.
|
static List<ConstraintViolation> |
SPINConstraints.check(org.apache.jena.rdf.model.Model model,
org.apache.jena.rdf.model.Property predicate,
org.apache.jena.rdf.model.Model constraintModel) |
|
protected static List<ConstraintViolation> |
SPINConstraints.runQueryOnClass(SPINConstraints.QueryWrapper wrapper,
org.apache.jena.rdf.model.Resource cls,
org.apache.jena.rdf.model.Model model) |
|