public class ValidationUtil extends Object
| Constructor and Description |
|---|
ValidationUtil() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.jena.rdf.model.Resource |
validateModel(org.apache.jena.rdf.model.Model dataModel,
org.apache.jena.rdf.model.Model shapesModel,
boolean validateShapes)
Validates a given data Model against all shapes from a given shapes Model.
|
public static org.apache.jena.rdf.model.Resource validateModel(org.apache.jena.rdf.model.Model dataModel,
org.apache.jena.rdf.model.Model shapesModel,
boolean validateShapes)
dataModel - the data ModelshapesModel - the shapes ModelvalidateShapes - true to also validate any shapes in the data Model (false is faster)Copyright © 2017 TopQuadrant, Inc.. All rights reserved.