Class VALIDATION
java.lang.Object
it.uniroma2.art.semanticturkey.changetracking.vocabulary.VALIDATION
Constants for the Validation vocabulary used by the
ChangeTracker
.- Author:
- Manuel Fiorelli
-
Field Summary
Modifier and TypeFieldDescriptionstatic final org.eclipse.rdf4j.model.IRI
val:clear-through/static final String
http://semanticturkey.uniroma2.it/ns/validation#static final org.eclipse.rdf4j.model.Namespace
An immutableNamespace
constant that represents the VALIDATION namespace.static final String
Recommended prefix for the VALIDATION namespace: "val"static final org.eclipse.rdf4j.model.IRI
val:staging-add-graph/static final org.eclipse.rdf4j.model.IRI
val:staging-remove-graph/ -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.eclipse.rdf4j.model.IRI
clearThroughGraph
(org.eclipse.rdf4j.model.IRI context) static boolean
isAddGraph
(org.eclipse.rdf4j.model.Resource ctx) static boolean
isAddGraphFor
(org.eclipse.rdf4j.model.Resource potentialStagingGraph, org.eclipse.rdf4j.model.Resource graph) static String
isAddGraphSPARQL
(String variable) static boolean
isClearThroughGraph
(org.eclipse.rdf4j.model.Resource ctx) static boolean
isRemoveGraph
(org.eclipse.rdf4j.model.Resource ctx) static boolean
isRemoveGraphFor
(org.eclipse.rdf4j.model.Resource potentialStagingGraph, org.eclipse.rdf4j.model.Resource graph) static String
isRemoveGraphSPARQL
(String variable) static org.eclipse.rdf4j.model.Resource
stagingAddGraph
(org.eclipse.rdf4j.model.Resource context) static org.eclipse.rdf4j.model.Resource
stagingRemoveGraph
(org.eclipse.rdf4j.model.Resource context) static org.eclipse.rdf4j.model.IRI
unmangleAddGraph
(org.eclipse.rdf4j.model.IRI ctx) static org.eclipse.rdf4j.model.Resource
unmangleClearThroughGraph
(org.eclipse.rdf4j.model.Resource ctx) static org.eclipse.rdf4j.model.IRI
unmangleRemoveGraph
(org.eclipse.rdf4j.model.IRI ctx)
-
Field Details
-
NAMESPACE
http://semanticturkey.uniroma2.it/ns/validation#- See Also:
-
PREFIX
Recommended prefix for the VALIDATION namespace: "val"- See Also:
-
NS
public static final org.eclipse.rdf4j.model.Namespace NSAn immutableNamespace
constant that represents the VALIDATION namespace. -
STAGING_ADD_GRAPH
public static final org.eclipse.rdf4j.model.IRI STAGING_ADD_GRAPHval:staging-add-graph/ -
STAGING_REMOVE_GRAPH
public static final org.eclipse.rdf4j.model.IRI STAGING_REMOVE_GRAPHval:staging-remove-graph/ -
CLEAR_THROUGH_GRAPH
public static final org.eclipse.rdf4j.model.IRI CLEAR_THROUGH_GRAPHval:clear-through/
-
-
Constructor Details
-
VALIDATION
public VALIDATION()
-
-
Method Details
-
stagingAddGraph
public static org.eclipse.rdf4j.model.Resource stagingAddGraph(org.eclipse.rdf4j.model.Resource context) -
stagingRemoveGraph
public static org.eclipse.rdf4j.model.Resource stagingRemoveGraph(org.eclipse.rdf4j.model.Resource context) -
isAddGraph
public static boolean isAddGraph(org.eclipse.rdf4j.model.Resource ctx) -
isAddGraphSPARQL
-
isRemoveGraph
public static boolean isRemoveGraph(org.eclipse.rdf4j.model.Resource ctx) -
isRemoveGraphSPARQL
-
unmangleAddGraph
public static org.eclipse.rdf4j.model.IRI unmangleAddGraph(org.eclipse.rdf4j.model.IRI ctx) -
unmangleRemoveGraph
public static org.eclipse.rdf4j.model.IRI unmangleRemoveGraph(org.eclipse.rdf4j.model.IRI ctx) -
isClearThroughGraph
public static boolean isClearThroughGraph(org.eclipse.rdf4j.model.Resource ctx) -
unmangleClearThroughGraph
public static org.eclipse.rdf4j.model.Resource unmangleClearThroughGraph(org.eclipse.rdf4j.model.Resource ctx) -
clearThroughGraph
public static org.eclipse.rdf4j.model.IRI clearThroughGraph(org.eclipse.rdf4j.model.IRI context) -
isRemoveGraphFor
public static boolean isRemoveGraphFor(org.eclipse.rdf4j.model.Resource potentialStagingGraph, org.eclipse.rdf4j.model.Resource graph) -
isAddGraphFor
public static boolean isAddGraphFor(org.eclipse.rdf4j.model.Resource potentialStagingGraph, org.eclipse.rdf4j.model.Resource graph)
-