Class 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 immutable Namespace 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()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 immutable Namespace constant that represents the Sesame QName namespace.
      • QNAME

        public static final IRI QNAME
        http://www.openrdf.org/schema/qname#qname
    • Constructor Detail

      • SESAMEQNAME

        public SESAMEQNAME()