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 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
targetShape
http://rdf4j.org/shacl-extensions#targetShape
-
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
-
-