java.lang.Object
org.eclipse.rdf4j.examples.model.vocabulary.EX

public class EX extends Object
Vocabulary constants for the 'http://example.org/' namespace. It's a good idea to always create a vocabulary class such as this one when you program with RDF4J. It makes it far easier to reuse certain resources and properties in various places in your code.
  • Field Details

    • NAMESPACE

      public static final String NAMESPACE
      The full namespace: "http://example.org/".
      See Also:
    • PREFIX

      public static final String PREFIX
      The prefix usually used for this vocabulary: 'ex'.
      See Also:
    • CREATOR_OF

      public static final IRI CREATOR_OF
      The ex:creatorOf property.
    • ARTIST

      public static final IRI ARTIST
      The ex:Artist class.
  • Constructor Details

    • EX

      public EX()