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 final String
The Sesame QName Schema namespace ( http://www.openrdf.org/schema/qname#).static final Namespace
An immutableNamespace
constant that represents the Sesame QName namespace.static final String
Recommended prefix for the Sesame QName Schema namespace: "q"static final 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:
-
PREFIX
Recommended prefix for the Sesame QName Schema namespace: "q"- See Also:
-
NS
An immutableNamespace
constant that represents the Sesame QName namespace. -
QNAME
http://www.openrdf.org/schema/qname#qname
-
-
Constructor Details
-
SESAMEQNAME
public SESAMEQNAME()
-