public class GoalUtils
extends java.lang.Object
| Constructor and Description |
|---|
GoalUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.jena.rdf.model.Model |
extractGoalData(org.apache.jena.rdf.model.Model dataModel,
org.apache.jena.rdf.model.Model shaclShapesModel)
Extracts data from a data model while considering shacl shapes expressing constraints on that data model.
|
static java.lang.Boolean |
validateModelShaclConformity(org.apache.jena.rdf.model.Model dataModel,
org.apache.jena.rdf.model.Model shaclShapesModel) |
public static org.apache.jena.rdf.model.Model extractGoalData(org.apache.jena.rdf.model.Model dataModel,
org.apache.jena.rdf.model.Model shaclShapesModel)
dataModel - The data model is expected to contain the rdf data which is usually the merged data of two
needs and their conversation from which the goal data is gonna be extracted.shaclShapesModel - the shapes model specifies shacl constraints for the data that should be extracted
from the data modelpublic static java.lang.Boolean validateModelShaclConformity(org.apache.jena.rdf.model.Model dataModel,
org.apache.jena.rdf.model.Model shaclShapesModel)
Copyright © 2018. All Rights Reserved.