Class SESAMEQNAME
- java.lang.Object
-
- org.eclipse.rdf4j.model.vocabulary.SESAMEQNAME
-
public class SESAMEQNAME extends java.lang.ObjectDefines constants for the Sesame QName schema namespace.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAMESPACEThe Sesame QName Schema namespace ( http://www.openrdf.org/schema/qname#).static NamespaceNSAn immutableNamespaceconstant that represents the Sesame QName namespace.static java.lang.StringPREFIXRecommended prefix for the Sesame QName Schema namespace: "q"static IRIQNAMEhttp://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 immutableNamespaceconstant that represents the Sesame QName namespace.
-
QNAME
public static final IRI QNAME
http://www.openrdf.org/schema/qname#qname
-
-