public class SHACLFunctions extends Object
| Constructor and Description |
|---|
SHACLFunctions() |
| Modifier and Type | Method and Description |
|---|---|
static void |
registerFunction(org.apache.jena.rdf.model.Resource resource)
Registers a single SHACL function declared as a sh:Function.
|
static void |
registerFunctions(org.apache.jena.rdf.model.Model model)
Registers all SHACL functions from a given Model.
|
public static void registerFunction(org.apache.jena.rdf.model.Resource resource)
resource - the function resourcepublic static void registerFunctions(org.apache.jena.rdf.model.Model model)
model - the Model to register the functions fromCopyright © 2019 TopQuadrant, Inc.. All rights reserved.