Class SESAME


  • public class SESAME
    extends Object
    Defines constants for the Sesame schema namespace.
    • Field Detail

      • NAMESPACE

        public static final String NAMESPACE
        The Sesame Schema namespace ( http://www.openrdf.org/schema/sesame#).
        See Also:
        Constant Field Values
      • PREFIX

        public static final String PREFIX
        Recommended prefix for the Sesame Schema namespace: "sesame"
        See Also:
        Constant Field Values
      • NS

        public static final Namespace NS
        An immutable Namespace constant that represents the Sesame Schema namespace.
      • DIRECTSUBCLASSOF

        public static final IRI DIRECTSUBCLASSOF
        http://www.openrdf.org/schema/sesame#directSubClassOf
      • DIRECTSUBPROPERTYOF

        public static final IRI DIRECTSUBPROPERTYOF
        http://www.openrdf.org/schema/sesame#directSubPropertyOf
      • DIRECTTYPE

        public static final IRI DIRECTTYPE
        http://www.openrdf.org/schema/sesame#directType
      • NIL

        @Deprecated
        public static final IRI NIL
        Deprecated.
        since 3.3.2 - use RDF4J.NIL instead
        The SPARQL null context identifier ( http://www.openrdf.org/schema/sesame#nil)
      • WILDCARD

        public static final IRI WILDCARD
        http://www.openrdf.org/schema/sesame#wildcard
    • Constructor Detail

      • SESAME

        public SESAME()