Class SESAME
- java.lang.Object
-
- org.eclipse.rdf4j.model.vocabulary.SESAME
-
public class SESAME extends Object
Defines constants for the Sesame schema namespace.
-
-
Field Summary
Fields Modifier and Type Field Description static IRI
DIRECTSUBCLASSOF
http://www.openrdf.org/schema/sesame#directSubClassOfstatic IRI
DIRECTSUBPROPERTYOF
http://www.openrdf.org/schema/sesame#directSubPropertyOfstatic IRI
DIRECTTYPE
http://www.openrdf.org/schema/sesame#directTypestatic String
NAMESPACE
The Sesame Schema namespace ( http://www.openrdf.org/schema/sesame#).static IRI
NIL
Deprecated.since 3.3.2 - useRDF4J.NIL
insteadstatic Namespace
NS
An immutableNamespace
constant that represents the Sesame Schema namespace.static String
PREFIX
Recommended prefix for the Sesame Schema namespace: "sesame"static IRI
WILDCARD
http://www.openrdf.org/schema/sesame#wildcard
-
Constructor Summary
Constructors Constructor Description SESAME()
-
-
-
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 immutableNamespace
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 - useRDF4J.NIL
insteadThe SPARQL null context identifier ( http://www.openrdf.org/schema/sesame#nil)
-
WILDCARD
public static final IRI WILDCARD
http://www.openrdf.org/schema/sesame#wildcard
-
-