Class VANN

java.lang.Object
org.eclipse.rdf4j.model.vocabulary.VANN

  • Field Summary Link icon

    Fields
    Modifier and Type
    Field
    Description
    static final IRI
    A reference to a resource that describes changes between this version of a vocabulary and the previous.
    static final IRI
    A reference to a resource that provides an example of how this resource can be used.
    static final String
    The VANN namespace: http://purl.org/vocab/vann/
    static final Namespace
    An immutable Namespace constant that represents the VANN namespace.
    static final IRI
    The preferred namespace prefix to ue when using terms from this vocabulary in an XML document.
    static final IRI
    The preferred namespace URI to use when using terms from this vocabulary in an XML document.
    static final String
    Recommended prefix for the VANN namespace: "vann"
    static final IRI
    A group of related terms in a vocabulary.
    static final IRI
    A reference to a resource that provides information on how this resource is to be used.
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details Link icon

    • NAMESPACE Link icon

      public static final String NAMESPACE
      The VANN namespace: http://purl.org/vocab/vann/
      See Also:
    • PREFIX Link icon

      public static final String PREFIX
      Recommended prefix for the VANN namespace: "vann"
      See Also:
    • NS Link icon

      public static final Namespace NS
      An immutable Namespace constant that represents the VANN namespace.
    • CHANGES Link icon

      public static final IRI CHANGES
      A reference to a resource that describes changes between this version of a vocabulary and the previous.
    • EXAMPLE Link icon

      public static final IRI EXAMPLE
      A reference to a resource that provides an example of how this resource can be used.
    • PREFERRED_NAMESPACE_PREFIX Link icon

      public static final IRI PREFERRED_NAMESPACE_PREFIX
      The preferred namespace prefix to ue when using terms from this vocabulary in an XML document.
    • PREFERRED_NAMESPACE_URI Link icon

      public static final IRI PREFERRED_NAMESPACE_URI
      The preferred namespace URI to use when using terms from this vocabulary in an XML document.
    • TERM_GROUP Link icon

      public static final IRI TERM_GROUP
      A group of related terms in a vocabulary.
    • USAGE_NOTE Link icon

      public static final IRI USAGE_NOTE
      A reference to a resource that provides information on how this resource is to be used.
  • Constructor Details Link icon

    • VANN Link icon

      public VANN()