| Package | Description |
|---|---|
| org.topbraid.shacl.arq | |
| org.topbraid.spin.arq |
Converter from Jena ARQ to the SPIN object model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SHACLARQFunction
An ARQ function that is based on a SHACL function definition.
|
class |
SHACLJSARQFunction |
class |
SHACLSPARQLARQFunction
An ARQ function that is based on a sh:SPARQLFunction.
|
| Modifier and Type | Method and Description |
|---|---|
SPINFunctionFactory |
SHACLFunctionDriver.create(org.apache.jena.rdf.model.Resource shaclFunction) |
| Modifier and Type | Class and Description |
|---|---|
class |
SPINARQFunction
An ARQ function that delegates its functionality into a user-defined
SPIN function.
|
| Modifier and Type | Method and Description |
|---|---|
SPINFunctionFactory |
SPINFunctionDrivers.create(org.apache.jena.rdf.model.Resource function) |
SPINFunctionFactory |
SPINFunctionDriver.create(org.apache.jena.rdf.model.Resource function)
If this factory is responsible for the provided function Resource
then it must create a FunctionFactory which can then be registered.
|
SPINFunctionFactory |
SPINBodyFunctionDriver.create(org.apache.jena.rdf.model.Resource spinFunction) |
static SPINFunctionFactory |
SPINBodyFunctionDriver.doCreate(Function spinFunction) |
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.