Class SESAMEQNAME
- java.lang.Object
-
- org.eclipse.rdf4j.model.vocabulary.SESAMEQNAME
-
public class SESAMEQNAME extends java.lang.Object
Defines constants for the Sesame QName schema namespace.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
NAMESPACE
The Sesame QName Schema namespace ( http://www.openrdf.org/schema/qname#).static Namespace
NS
An immutableNamespace
constant that represents the Sesame QName namespace.static java.lang.String
PREFIX
Recommended prefix for the Sesame QName Schema namespace: "q"static IRI
QNAME
http://www.openrdf.org/schema/qname#qname
-
Constructor Summary
Constructors Constructor Description SESAMEQNAME()
-
-
-
Field Detail
-
NAMESPACE
public static final java.lang.String NAMESPACE
The Sesame QName Schema namespace ( http://www.openrdf.org/schema/qname#).- See Also:
- Constant Field Values
-
PREFIX
public static final java.lang.String PREFIX
Recommended prefix for the Sesame QName Schema namespace: "q"- See Also:
- Constant Field Values
-
NS
public static final Namespace NS
An immutableNamespace
constant that represents the Sesame QName namespace.
-
QNAME
public static final IRI QNAME
http://www.openrdf.org/schema/qname#qname
-
-