Class EX
- 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.
-
-
Constructor Summary
Constructors Constructor Description EX()
-
-
-
Field Detail
-
NAMESPACE
public static final String NAMESPACE
The full namespace: "http://example.org/".- See Also:
- Constant Field Values
-
PREFIX
public static final String PREFIX
The prefix usually used for this vocabulary: 'ex'.- See Also:
- Constant Field Values
-
CREATOR_OF
public static final IRI CREATOR_OF
Theex:creatorOf
property.
-
ARTIST
public static final IRI ARTIST
Theex:Artist
class.
-
-