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