Class RSX


  • public class RSX
    extends java.lang.Object
    Constants for the Eclipse RDF4J SHACL Extensions.
    • Field Detail

      • NAMESPACE

        public static final java.lang.String NAMESPACE
        The namespace (http://rdf4j.org/shacl-extensions#).
        See Also:
        Constant Field Values
      • NS

        public static final Namespace NS
        An immutable Namespace constant that represents the namespace.
      • 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
      • DataAndShapesGraphLink

        public static final IRI DataAndShapesGraphLink
    • Constructor Detail

      • RSX

        public RSX()
    • Method Detail

      • create

        private static IRI create​(java.lang.String localName)