Class RSX
- java.lang.Object
-
- org.eclipse.rdf4j.model.vocabulary.RSX
-
public class RSX extends Object
Constants for the Eclipse RDF4J SHACL Extensions.
-
-
Field Summary
Fields Modifier and Type Field Description static IRI
dataGraph
static String
NAMESPACE
The namespace (http://rdf4j.org/shacl-extensions#).static Namespace
NS
An immutableNamespace
constant that represents the namespace.static String
PREFIX
Recommended prefixstatic IRI
shapesGraph
static IRI
targetShape
http://rdf4j.org/shacl-extensions#targetShapestatic IRI
valueConformsToXsdDatatypeFunction
-
Constructor Summary
Constructors Constructor Description RSX()
-
-
-
Field Detail
-
NAMESPACE
public static final String NAMESPACE
The namespace (http://rdf4j.org/shacl-extensions#).- See Also:
- Constant Field Values
-
PREFIX
public static final String PREFIX
Recommended prefix- See Also:
- Constant Field Values
-
targetShape
public static final IRI targetShape
http://rdf4j.org/shacl-extensions#targetShape
-
dataGraph
public static final IRI dataGraph
-
shapesGraph
public static final IRI shapesGraph
-
valueConformsToXsdDatatypeFunction
public static final IRI valueConformsToXsdDatatypeFunction
-
-