Class SESAME

java.lang.Object
org.eclipse.rdf4j.model.vocabulary.SESAME

public class SESAME extends Object
Defines constants for the Sesame schema namespace.
  • Field Details Link icon

    • NAMESPACE Link icon

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

      public static final String PREFIX
      Recommended prefix for the Sesame Schema namespace: "sesame"
      See Also:
    • NS Link icon

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

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

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

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

      @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 Link icon

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

    • SESAME Link icon

      public SESAME()